Class VLHOGDetectObjects.TVLHOGDetectObjects
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 00:11, 26 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
Unit: VLHOGDetectObjects
Inherits: TVLBasicObjectsDetector
Syntax
Delphi:
type TVLHOGDetectObjects = class( TVLBasicObjectsDetector )
C++ Builder:
class TVLHOGDetectObjects : public TVLBasicObjectsDetector
Visual C++ (MFC):
class CTVLHOGDetectObjects : public CTVLBasicObjectsDetector
C# (.NET):
public ref class TVLHOGDetectObjects : Mitov.VisionLab.BasicObjectsDetector
Summary
Detects objects by using Histogram Oriented Gradients.
Description
Use this property to detect objects by using Histogram Oriented Gradients.
Diagram:
Example:
Original Image: | Detected People: |
Properties
Published
- ObjectClasses - Collection of classes of objects to be detected.
From TVLBasicObjectsDetector
Pins
- OutputPin - The detected objects data output pin of the component.
Events
- OnDetectedObjects - Occurs when the objects are detected.
From TVLQueueVisionComponent
Properties
Public
- CurrentImage - The most current processed image.
Pins
- ImageOutputPin - The Video Output Pin of the filter.