Class VLHaarDetectObjects.TVLHaarDetectObjects
From Mitov Wiki Doc
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: VLHaarDetectObjects
Inherits: TVLBasicObjectsDetector
Syntax
Delphi:
type TVLHaarDetectObjects = class( TVLBasicObjectsDetector )
C++ Builder:
class TVLHaarDetectObjects : public TVLBasicObjectsDetector
Visual C++ (MFC):
class CTVLHaarDetectObjects : public CTVLBasicObjectsDetector
C# (.NET):
public ref class TVLHaarDetectObjects : Mitov.VisionLab.BasicObjectsDetector
Summary
Detects objects by using Haar like features.
Description
Use this property to detect objects by using Haar like features.
Diagram:
Example:
Original Image: | Detected Face and Eyes: |
Properties
Published
- ObjectClasses - Collection of classes of objects to be detected.
Events
- OnError - Occurs on error.
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.