Class VLHOGDetectObjects.TVLHOGDetectObjects
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| (One intermediate revision by one user not shown) | |||
| Line 28: | Line 28: | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class'''   | + | '''public ref class''' HOGDetectObjects : [[Class VLBasicObjectDetector.TVLBasicObjectsDetector|Mitov.VisionLab.BasicObjectsDetector]]  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
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: 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 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:
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.
 


