Unit VLHOGDetectObjects
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 02:45, 11 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VisionLabPkg
Contents |
Summary
Contains the code for the TVLHOGDetectObjects component.
Description
This unit contains the code for the TVLHOGDetectObjects component.
Components
- TVLHOGDetectObjects - Detects objects by using Histogram Oriented Gradients.
- TVLHOGCompute - Computes non optimized Histogram Oriented Gradients.
Classes
- TVLHOGStrideSize - Defines HOG stride size class.
- TVLHOGPaddingSize - Defines HOG padding size class.
- TVLHOGWinSize - Defines HOG win size class.
- TVLHOGBlockSize - Defines HOG block size class.
- TVLHOGKnowledgeValues - List of knowledge values.
- TVLHOGKnowledge - Specifies the HOG knowledge.
- TVLHOGDetectObjectCollectionItem - Detectable object collection item.
- TVLHOGDetectObjectCollection - Detectable objects collection.
- TVLHOGDetectObjectClassCollectionItem - Class of detectable objects collection Item.
- TVLHOGDetectObjectClassCollection - Collection of detectable object classes.
- TVLHOGDetectObjects - Detects objects by using Histogram Oriented Gradients.
- TVLHOGLocationItem - HOG location collection item.
- TVLHOGLocationCollection - Collection of training HOG locations.
- TVLHOGCompute - Computes non optimized Histogram Oriented Gradients.
Interfaces
Types
- TVLHOGComputeNotify - Event type for the TVLHOGCompute OnCompute event.