Class VLHaarDetectObjects.TVLHaarDetectObjects
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' HaarDetectObjects : [[Class VLBasicObjectDetector.TVLBasicObjectsDetector|Mitov.VisionLab.BasicObjectsDetector]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 36: | Line 36: | ||
Use this property to detect objects by using Haar like | Use this property to detect objects by using Haar like | ||
features. | features. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:VLHaarDetectObjects_Preview.png]] | ||
Line 94: | Line 100: | ||
=== Published === | === Published === | ||
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | *[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | ||
− | |||
− | |||
− | |||
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == | == From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == |
Latest revision as of 00:30, 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: 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 HaarDetectObjects : 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.