Class VLHOGDetectObjects.TVLHOGDetectObjects

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(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''' TVLHOGDetectObjects : [[Class VLBasicObjectDetector.TVLBasicObjectsDetector|Mitov.VisionLab.BasicObjectsDetector]]
+
'''public ref class''' HOGDetectObjects : [[Class VLBasicObjectDetector.TVLBasicObjectsDetector|Mitov.VisionLab.BasicObjectsDetector]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 36: Line 36:
 
Use this property to detect objects by using Histogram
 
Use this property to detect objects by using Histogram
 
Oriented Gradients.
 
Oriented Gradients.
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:VLHOGDetectObjects_Preview.png]]
  
  
Line 91: Line 97:
 
=== Published ===
 
=== Published ===
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
== Pins ==
 
*[[Pin SLCommonFilter.TSLBasicThreadedEnableFilter.EnablePin|EnablePin]]
 
  
 
== 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.

BIGVLHOGDetectObjects.gif VLHOGDetectObjects.gif NETVLHOGDetectObjects.gif

Package: VisionLabPkg

Unit: VLHOGDetectObjects

Inherits: TVLBasicObjectsDetector

Contents

Syntax

Delphi:

type TVLHOGDetectObjects = class( TVLBasicObjectsDetector )

C++ Builder:

class TVLHOGDetectObjects : public TVLBasicObjectsDetector

Visual C++ (MFC):

class CTVLHOGDetectObjects : public CTVLBasicObjectsDetector

C# (.NET):

public ref class HOGDetectObjects : Mitov.VisionLab.BasicObjectsDetector

Summary

Detects objects by using Histogram Oriented Gradients.

Description

Use this property to detect objects by using Histogram Oriented Gradients.


Diagram:

VLHOGDetectObjects Preview.png


Example:

Original Image: Detected People:
OriginalPeople.png DetectedPeople.png

Properties

Published

From TVLBasicObjectsDetector

Pins

Events

From TVLQueueVisionComponent

Properties

Public

Pins

From TVLSyncSinkFilter

Properties

Published

From TVLSinkFilter

Pins

From TSLBasicThreadedEnableFilter

Properties

Published

From TSLBasicThreadedFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox