Unit VLHOGDetectObjects
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 33: | Line 33: | ||
*[[Class VLHOGDetectObjects.TVLHOGLocationCollection|TVLHOGLocationCollection]] - Collection of training HOG locations. | *[[Class VLHOGDetectObjects.TVLHOGLocationCollection|TVLHOGLocationCollection]] - Collection of training HOG locations. | ||
*[[Class VLHOGDetectObjects.TVLHOGCompute|TVLHOGCompute]] - Computes non optimized Histogram Oriented Gradients. | *[[Class VLHOGDetectObjects.TVLHOGCompute|TVLHOGCompute]] - Computes non optimized Histogram Oriented Gradients. | ||
+ | |||
+ | == Interfaces == | ||
+ | *[[Interface VLHOGDetectObjects.IExecution|IExecution]] | ||
+ | *[[Interface VLHOGDetectObjects.IExecutionTask|IExecutionTask]] | ||
+ | *[[Interface VLHOGDetectObjects.IProcedureExecutor|IProcedureExecutor]] | ||
== Types == | == Types == |
Revision as of 20:29, 10 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.