Class VLMotionDetect.TVLMotionDetect
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''' MotionDetect : [[Class VLVisionStreamTypes.TVLQueueVisionComponent|Mitov.VisionLab.QueueVisionComponent]]  | 
</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: VLMotionDetect
Inherits: TVLQueueVisionComponent
Contents | 
Syntax
Delphi:
type TVLMotionDetect = class( TVLQueueVisionComponent, IVLMotions, TVLOWMotionsSourcePin )
C++ Builder:
class TVLMotionDetect : public TVLQueueVisionComponent
Visual C++ (MFC):
class CTVLMotionDetect : public CTVLQueueVisionComponent
C# (.NET):
public ref class MotionDetect : Mitov.VisionLab.QueueVisionComponent
Summary
Motion detection component.
Description
Use this component to detect motion (movement) in the video.
The component will detect rapid changes between the video frames.
Diagram:
Example:
Properties
Published
- MotionGrid - The motion sensitivity grid.
 - NoiseReduction - Controls the noise reduction.
 - CountMode - Count mode for the motion detection.
 
Public
- Items - Allows access to the values for the motion activity detected in each cell of the motion grid.
 
Pins
- OutputPin - The Output Pin of the component.
 - MotionImageOutputPin - The Motion Output Pin of the component.
 - MotionOutputPin - The detected motion data output pin of the component.
 
Events
- OnMotionDetected - Occurs when a motion is detected.
 
From TVLQueueVisionComponent
Properties
Public
- CurrentImage - The most current processed image.
 
Pins
- ImageOutputPin - The Video Output Pin of the filter.
 

