Package VisionLabPkg

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 11: Line 11:
  
 
== Requires ==
 
== Requires ==
*[[Package SignalLabBasicPkg]]
 
 
*[[Package AudioLabBasicPkg]]
 
*[[Package AudioLabBasicPkg]]
 
*[[Package VideoLabBasicPkg]]
 
*[[Package VideoLabBasicPkg]]
Line 21: Line 20:
  
 
== Components ==
 
== Components ==
 +
*[[Image:BIGVLHOGDetectObjects.gif]] [[Image:VLHOGDetectObjects.gif]] [[Image:NETVLHOGDetectObjects.gif]] [[Class VLHOGDetectObjects.TVLHOGDetectObjects|TVLHOGDetectObjects]] - Detects objects by using Histogram Oriented Gradients.
 +
*[[Image:BIGVLHOGCompute.gif]] [[Image:VLHOGCompute.gif]] [[Image:NETVLHOGCompute.gif]] [[Class VLHOGDetectObjects.TVLHOGCompute|TVLHOGCompute]] - Computes non optimized Histogram Oriented Gradients.
 +
*[[Image:BIGVLBackgroundSubtractor.gif]] [[Image:VLBackgroundSubtractor.gif]] [[Image:NETVLBackgroundSubtractor.gif]] [[Class VLBackgroundSubtractor.TVLBackgroundSubtractor|TVLBackgroundSubtractor]] - Subtracts the background using statistical background model.
 
*[[Image:BIGVLConvexHulls.gif]] [[Image:VLConvexHulls.gif]] [[Image:NETVLConvexHulls.gif]] [[Class VLConvexHulls.TVLConvexHulls|TVLConvexHulls]] - Finds the convex hulls for polygons or contours.  
 
*[[Image:BIGVLConvexHulls.gif]] [[Image:VLConvexHulls.gif]] [[Image:NETVLConvexHulls.gif]] [[Class VLConvexHulls.TVLConvexHulls|TVLConvexHulls]] - Finds the convex hulls for polygons or contours.  
 
*[[Image:BIGVLMinEnclosingCircles.gif]] [[Image:VLMinEnclosingCircles.gif]] [[Image:NETVLMinEnclosingCircles.gif]] [[Class VLMinEnclosingCircles.TVLMinEnclosingCircles|TVLMinEnclosingCircles]] - Finds the smallest enclosing circles for polygons or contours.  
 
*[[Image:BIGVLMinEnclosingCircles.gif]] [[Image:VLMinEnclosingCircles.gif]] [[Image:NETVLMinEnclosingCircles.gif]] [[Class VLMinEnclosingCircles.TVLMinEnclosingCircles|TVLMinEnclosingCircles]] - Finds the smallest enclosing circles for polygons or contours.  
Line 39: Line 41:
 
*[[Image:BIGVLTrackTargets.gif]] [[Image:VLTrackTargets.gif]] [[Image:NETVLTrackTargets.gif]] [[Class VLTrackTargets.TVLTrackTargets|TVLTrackTargets]] - Tracks moving targets on the image.  
 
*[[Image:BIGVLTrackTargets.gif]] [[Image:VLTrackTargets.gif]] [[Image:NETVLTrackTargets.gif]] [[Class VLTrackTargets.TVLTrackTargets|TVLTrackTargets]] - Tracks moving targets on the image.  
 
*[[Image:BIGVLChamferMatchingContour.gif]] [[Image:VLChamferMatchingContour.gif]] [[Image:NETVLChamferMatchingContour.gif]] [[Class VLChamferMatchingContour.TVLChamferMatchingContour|TVLChamferMatchingContour]] - Finds contours in the image using Chamfer Contour Matching.  
 
*[[Image:BIGVLChamferMatchingContour.gif]] [[Image:VLChamferMatchingContour.gif]] [[Image:NETVLChamferMatchingContour.gif]] [[Class VLChamferMatchingContour.TVLChamferMatchingContour|TVLChamferMatchingContour]] - Finds contours in the image using Chamfer Contour Matching.  
*[[Image:BIGVLHOGDetectObjects.gif]] [[Image:VLHOGDetectObjects.gif]] [[Image:NETVLHOGDetectObjects.gif]] [[Class VLHOGDetectObjects.TVLHOGDetectObjects|TVLHOGDetectObjects]] - Detects objects by using Histogram Oriented Gradients.
 
*[[Image:BIGVLHOGCompute.gif]] [[Image:VLHOGCompute.gif]] [[Image:NETVLHOGCompute.gif]] [[Class VLHOGDetectObjects.TVLHOGCompute|TVLHOGCompute]] - Computes non optimized Histogram Oriented Gradients.
 
*[[Image:BIGVLBackgroundSubtractor.gif]] [[Image:VLBackgroundSubtractor.gif]] [[Image:NETVLBackgroundSubtractor.gif]] [[Class VLBackgroundSubtractor.TVLBackgroundSubtractor|TVLBackgroundSubtractor]] - Subtracts the background using statistical background model.
 
  
 
== Layers ==
 
== Layers ==
 +
*[[Image:VLDrawDetectedObjectsLayer.gif]] [[Class VLBasicObjectDetector.TVLDrawDetectedObjectsLayer|TVLDrawDetectedObjectsLayer]] - Layer drawing detected objects.
 
*[[Image:VLDrawRectanglesLayer.gif]] [[Class VLMinAreaRectangles.TVLDrawRectanglesLayer|TVLDrawRectanglesLayer]] - Layer drawing detected rectangles.  
 
*[[Image:VLDrawRectanglesLayer.gif]] [[Class VLMinAreaRectangles.TVLDrawRectanglesLayer|TVLDrawRectanglesLayer]] - Layer drawing detected rectangles.  
 
*[[Image:VLDrawEllipsesLayer.gif]] [[Class VLFitEllipses.TVLDrawEllipsesLayer|TVLDrawEllipsesLayer]] - Layer drawing detected ellipses.  
 
*[[Image:VLDrawEllipsesLayer.gif]] [[Class VLFitEllipses.TVLDrawEllipsesLayer|TVLDrawEllipsesLayer]] - Layer drawing detected ellipses.  
Line 55: Line 55:
 
*[[Image:VLDrawTrackTargetLayer.gif]] [[Class VLTrackTargets.TVLDrawTrackTargetLayer|TVLDrawTrackTargetLayer]] - Layer drawing tracked targets.  
 
*[[Image:VLDrawTrackTargetLayer.gif]] [[Class VLTrackTargets.TVLDrawTrackTargetLayer|TVLDrawTrackTargetLayer]] - Layer drawing tracked targets.  
 
*[[Image:VLChamferMatchedContoursLayer.gif]] [[Class VLChamferMatchingContour.TVLChamferMatchedContoursLayer|TVLChamferMatchedContoursLayer]] - Layer drawing matched contours.  
 
*[[Image:VLChamferMatchedContoursLayer.gif]] [[Class VLChamferMatchingContour.TVLChamferMatchedContoursLayer|TVLChamferMatchedContoursLayer]] - Layer drawing matched contours.  
*[[Image:VLDrawDetectedObjectsLayer.gif]] [[Class VLBasicObjectDetector.TVLDrawDetectedObjectsLayer|TVLDrawDetectedObjectsLayer]] - Layer drawing detected objects.
 
  
 
== Units ==
 
== Units ==
 +
*[[Unit VLHOGDetectObjects|VLHOGDetectObjects]] - Contains the code for the [[Class VLHOGDetectObjects.TVLHOGDetectObjects|TVLHOGDetectObjects]] component.
 +
*[[Unit VLBasicObjectDetector|VLBasicObjectDetector]] - Contains the code for the TVLBasicObjectDetector base class.
 +
*[[Unit VLBackgroundSubtractor|VLBackgroundSubtractor]] - Contains the code for the [[Class VLBackgroundSubtractor.TVLBackgroundSubtractor|TVLBackgroundSubtractor]] component.
 
*[[Unit VLConvexHulls|VLConvexHulls]] - Contains the code for the [[Class VLConvexHulls.TVLConvexHulls|TVLConvexHulls]] component.  
 
*[[Unit VLConvexHulls|VLConvexHulls]] - Contains the code for the [[Class VLConvexHulls.TVLConvexHulls|TVLConvexHulls]] component.  
 
*[[Unit VLMinEnclosingCircles|VLMinEnclosingCircles]] - Contains the code for the [[Class VLMinEnclosingCircles.TVLMinEnclosingCircles|TVLMinEnclosingCircles]] component.  
 
*[[Unit VLMinEnclosingCircles|VLMinEnclosingCircles]] - Contains the code for the [[Class VLMinEnclosingCircles.TVLMinEnclosingCircles|TVLMinEnclosingCircles]] component.  
Line 77: Line 79:
 
*[[Unit VLTrackTargets|VLTrackTargets]] - Contains the code for the TVLTracksTargets component.  
 
*[[Unit VLTrackTargets|VLTrackTargets]] - Contains the code for the TVLTracksTargets component.  
 
*[[Unit VLChamferMatchingContour|VLChamferMatchingContour]] - Contains the code for the [[Class VLChamferMatchingContour.TVLChamferMatchingContour|TVLChamferMatchingContour]] component.  
 
*[[Unit VLChamferMatchingContour|VLChamferMatchingContour]] - Contains the code for the [[Class VLChamferMatchingContour.TVLChamferMatchingContour|TVLChamferMatchingContour]] component.  
*[[Unit VLBasicObjectDetector|VLBasicObjectDetector]] - Contains the code for the TVLBasicObjectDetector base class.
 
*[[Unit VLHOGDetectObjects|VLHOGDetectObjects]] - Contains the code for the [[Class VLHOGDetectObjects.TVLHOGDetectObjects|TVLHOGDetectObjects]] component.
 
*[[Unit VLBackgroundSubtractor|VLBackgroundSubtractor]] - Contains the code for the [[Class VLBackgroundSubtractor.TVLBackgroundSubtractor|TVLBackgroundSubtractor]] component.
 
 
*[[Unit VLVisionStreamTypes|VLVisionStreamTypes]] - Contains types for the VisionLab OpenWire stream support.  
 
*[[Unit VLVisionStreamTypes|VLVisionStreamTypes]] - Contains types for the VisionLab OpenWire stream support.  
 
*[[Unit VLBasicFit|VLBasicFit]] - Contains the code for the [[Class VLBasicFit.TVLBasicFit|TVLBasicFit]] base class.  
 
*[[Unit VLBasicFit|VLBasicFit]] - Contains the code for the [[Class VLBasicFit.TVLBasicFit|TVLBasicFit]] base class.  
Line 87: Line 86:
  
 
== Classes ==
 
== Classes ==
 +
*[[Class VLHOGDetectObjects.TVLHOGStrideSize|TVLHOGStrideSize]] - Defines HOG stride size class.
 +
*[[Class VLHOGDetectObjects.TVLHOGPaddingSize|TVLHOGPaddingSize]] - Defines HOG padding size class.
 +
*[[Class VLHOGDetectObjects.TVLHOGWinSize|TVLHOGWinSize]] - Defines HOG win size class.
 +
*[[Class VLHOGDetectObjects.TVLHOGBlockSize|TVLHOGBlockSize]] - Defines HOG block size class.
 +
*[[Class VLHOGDetectObjects.TVLHOGKnowledgeValues|TVLHOGKnowledgeValues]] - List of knowledge values.
 +
*[[Class VLHOGDetectObjects.TVLHOGKnowledge|TVLHOGKnowledge]] - Specifies the HOG knowledge.
 +
*[[Class VLHOGDetectObjects.TVLHOGDetectObjectCollectionItem|TVLHOGDetectObjectCollectionItem]] - Detectable object collection item.
 +
*[[Class VLHOGDetectObjects.TVLHOGDetectObjectCollection|TVLHOGDetectObjectCollection]] - Detectable objects collection.
 +
*[[Class VLHOGDetectObjects.TVLHOGDetectObjectClassCollectionItem|TVLHOGDetectObjectClassCollectionItem]] - Class of detectable objects collection Item.
 +
*[[Class VLHOGDetectObjects.TVLHOGDetectObjectClassCollection|TVLHOGDetectObjectClassCollection]] - Collection of detectable object classes.
 +
*[[Class VLHOGDetectObjects.TVLHOGDetectObjects|TVLHOGDetectObjects]] - Detects objects by using Histogram Oriented Gradients.
 +
*[[Class VLHOGDetectObjects.TVLHOGLocationItem|TVLHOGLocationItem]] - HOG location collection item.
 +
*[[Class VLHOGDetectObjects.TVLHOGLocationCollection|TVLHOGLocationCollection]] - Collection of training HOG locations.
 +
*[[Class VLHOGDetectObjects.TVLHOGCompute|TVLHOGCompute]] - Computes non optimized Histogram Oriented Gradients.
 +
*[[Class VLBasicObjectDetector.TVLOWDetectedObjectsSourcePin|TVLOWDetectedObjectsSourcePin]] - Detected Objects Source Pin class.
 +
*[[Class VLBasicObjectDetector.TVLOWDetectedObjectsSinkPin|TVLOWDetectedObjectsSinkPin]] - Detected Objects Sink Pin class.
 +
*[[Class VLBasicObjectDetector.TVLDetectedObject|TVLDetectedObject]] - Detected Haar object.
 +
*[[Class VLBasicObjectDetector.TVLDetectedObjects|TVLDetectedObjects]] - List of detected Haar objects.
 +
*[[Class VLBasicObjectDetector.TVLBasicDetectObjectCollectionItem|TVLBasicDetectObjectCollectionItem]] - Detectable object collection item.
 +
*[[Class VLBasicObjectDetector.TVLBasicDetectObjectClassCollectionItem|TVLBasicDetectObjectClassCollectionItem]] - Basic class of detectable objects collection Item.
 +
*[[Class VLBasicObjectDetector.TVLBasicObjectsDetector|TVLBasicObjectsDetector]] - Basic abstract class for object detectors.
 +
*[[Class VLBasicObjectDetector.TVLDetectedObjectDrawCollectionItem|TVLDetectedObjectDrawCollectionItem]] - Specifies how the shape of Detected Haar objects will be drawn.
 +
*[[Class VLBasicObjectDetector.TVLDetectedObjectDrawCollection|TVLDetectedObjectDrawCollection]] - Collection of items specifying how the shape of Detected Haar objects will be drawn.
 +
*[[Class VLBasicObjectDetector.TVLDrawDetectedObjectsLayer|TVLDrawDetectedObjectsLayer]] - Layer drawing detected objects.
 +
*[[Class VLBackgroundSubtractor.TVLShadowDetection|TVLShadowDetection]] - Class for shadow detection parameters.
 +
*[[Class VLBackgroundSubtractor.TVLBackgroundSubtractor|TVLBackgroundSubtractor]] - Subtracts the background using statistical background model.
 
*[[Class VLConvexHulls.TVLConvexHulls|TVLConvexHulls]] - Finds the convex hulls for polygons or contours.  
 
*[[Class VLConvexHulls.TVLConvexHulls|TVLConvexHulls]] - Finds the convex hulls for polygons or contours.  
 
*[[Class VLMinEnclosingCircles.TVLMinEnclosingCircles|TVLMinEnclosingCircles]] - Finds the smallest enclosing circles for polygons or contours.  
 
*[[Class VLMinEnclosingCircles.TVLMinEnclosingCircles|TVLMinEnclosingCircles]] - Finds the smallest enclosing circles for polygons or contours.  
Line 174: Line 199:
 
*[[Class VLChamferMatchingContour.TVLChamferMatchingContour|TVLChamferMatchingContour]] - Finds contours in the image using Chamfer Contour Matching.  
 
*[[Class VLChamferMatchingContour.TVLChamferMatchingContour|TVLChamferMatchingContour]] - Finds contours in the image using Chamfer Contour Matching.  
 
*[[Class VLChamferMatchingContour.TVLChamferMatchedContoursLayer|TVLChamferMatchedContoursLayer]] - Layer drawing matched contours.  
 
*[[Class VLChamferMatchingContour.TVLChamferMatchedContoursLayer|TVLChamferMatchedContoursLayer]] - Layer drawing matched contours.  
*[[Class VLBasicObjectDetector.TVLOWDetectedObjectsSourcePin|TVLOWDetectedObjectsSourcePin]] - Detected Objects Source Pin class.
 
*[[Class VLBasicObjectDetector.TVLOWDetectedObjectsSinkPin|TVLOWDetectedObjectsSinkPin]] - Detected Objects Sink Pin class.
 
*[[Class VLBasicObjectDetector.TVLDetectedObject|TVLDetectedObject]] - Detected Haar object.
 
*[[Class VLBasicObjectDetector.TVLDetectedObjects|TVLDetectedObjects]] - List of detected Haar objects.
 
*[[Class VLBasicObjectDetector.TVLBasicDetectObjectCollectionItem|TVLBasicDetectObjectCollectionItem]] - Detectable object collection item.
 
*[[Class VLBasicObjectDetector.TVLBasicDetectObjectClassCollectionItem|TVLBasicDetectObjectClassCollectionItem]] - Basic class of detectable objects collection Item.
 
*[[Class VLBasicObjectDetector.TVLBasicObjectsDetector|TVLBasicObjectsDetector]] - Basic abstract class for object detectors.
 
*[[Class VLBasicObjectDetector.TVLDetectedObjectDrawCollectionItem|TVLDetectedObjectDrawCollectionItem]] - Specifies how the shape of Detected Haar objects will be drawn.
 
*[[Class VLBasicObjectDetector.TVLDetectedObjectDrawCollection|TVLDetectedObjectDrawCollection]] - Collection of items specifying how the shape of Detected Haar objects will be drawn.
 
*[[Class VLBasicObjectDetector.TVLDrawDetectedObjectsLayer|TVLDrawDetectedObjectsLayer]] - Layer drawing detected objects.
 
*[[Class VLHOGDetectObjects.TVLHOGStrideSize|TVLHOGStrideSize]] - Defines HOG stride size class.
 
*[[Class VLHOGDetectObjects.TVLHOGPaddingSize|TVLHOGPaddingSize]] - Defines HOG padding size class.
 
*[[Class VLHOGDetectObjects.TVLHOGWinSize|TVLHOGWinSize]] - Defines HOG win size class.
 
*[[Class VLHOGDetectObjects.TVLHOGBlockSize|TVLHOGBlockSize]] - Defines HOG block size class.
 
*[[Class VLHOGDetectObjects.TVLHOGKnowledgeValues|TVLHOGKnowledgeValues]] - List of knowledge values.
 
*[[Class VLHOGDetectObjects.TVLHOGKnowledge|TVLHOGKnowledge]] - Specifies the HOG knowledge.
 
*[[Class VLHOGDetectObjects.TVLHOGDetectObjectCollectionItem|TVLHOGDetectObjectCollectionItem]] - Detectable object collection item.
 
*[[Class VLHOGDetectObjects.TVLHOGDetectObjectCollection|TVLHOGDetectObjectCollection]] - Detectable objects collection.
 
*[[Class VLHOGDetectObjects.TVLHOGDetectObjectClassCollectionItem|TVLHOGDetectObjectClassCollectionItem]] - Class of detectable objects collection Item.
 
*[[Class VLHOGDetectObjects.TVLHOGDetectObjectClassCollection|TVLHOGDetectObjectClassCollection]] - Collection of detectable object classes.
 
*[[Class VLHOGDetectObjects.TVLHOGDetectObjects|TVLHOGDetectObjects]] - Detects objects by using Histogram Oriented Gradients.
 
*[[Class VLHOGDetectObjects.TVLHOGLocationItem|TVLHOGLocationItem]] - HOG location collection item.
 
*[[Class VLHOGDetectObjects.TVLHOGLocationCollection|TVLHOGLocationCollection]] - Collection of training HOG locations.
 
*[[Class VLHOGDetectObjects.TVLHOGCompute|TVLHOGCompute]] - Computes non optimized Histogram Oriented Gradients.
 
*[[Class VLBackgroundSubtractor.TVLShadowDetection|TVLShadowDetection]] - Class for shadow detection parameters.
 
*[[Class VLBackgroundSubtractor.TVLBackgroundSubtractor|TVLBackgroundSubtractor]] - Subtracts the background using statistical background model.
 
 
*[[Class VLVisionStreamTypes.TVLQueueVisionComponent|TVLQueueVisionComponent]] - Basic abstract class for computer vision components.  
 
*[[Class VLVisionStreamTypes.TVLQueueVisionComponent|TVLQueueVisionComponent]] - Basic abstract class for computer vision components.  
 
*[[Class VLVisionStreamTypes.TVLStorageObjectList|TVLStorageObjectList]] - List of objects.  
 
*[[Class VLVisionStreamTypes.TVLStorageObjectList|TVLStorageObjectList]] - List of objects.  
Line 243: Line 242:
  
 
== Enums ==
 
== Enums ==
 +
*[[Enum VLBasicObjectDetector.TVLObjectDrawShape|TVLObjectDrawShape]] - Object draw shape enumeration.
 
*[[Enum VLConvexHulls.TVLConvexOrientation|TVLConvexOrientation]] - Available convex orientation methods.  
 
*[[Enum VLConvexHulls.TVLConvexOrientation|TVLConvexOrientation]] - Available convex orientation methods.  
 
*[[Enum VLFitLines.TVLDistanceMode|TVLDistanceMode]] - Available distance fitting modes.  
 
*[[Enum VLFitLines.TVLDistanceMode|TVLDistanceMode]] - Available distance fitting modes.  
Line 252: Line 252:
 
*[[Enum VLFindContours.TVLContourMethod|TVLContourMethod]] - Available contour approximation methods.  
 
*[[Enum VLFindContours.TVLContourMethod|TVLContourMethod]] - Available contour approximation methods.  
 
*[[Enum VLAdaptiveThreshold.TVLAdaptiveThresholdType|TVLAdaptiveThresholdType]] - Available adaptive threshold types.  
 
*[[Enum VLAdaptiveThreshold.TVLAdaptiveThresholdType|TVLAdaptiveThresholdType]] - Available adaptive threshold types.  
*[[Enum VLBasicObjectDetector.TVLObjectDrawShape|TVLObjectDrawShape]] - Object draw shape enumeration.
 
 
*[[Enum VLVisionStreamTypes.TVLContourType|TVLContourType]] - Available contour types.  
 
*[[Enum VLVisionStreamTypes.TVLContourType|TVLContourType]] - Available contour types.  
  
 
== Types ==
 
== Types ==
 +
*[[Type VLHOGDetectObjects.TVLHOGComputeNotify|TVLHOGComputeNotify]] - Event type for the [[Class VLHOGDetectObjects.TVLHOGCompute|TVLHOGCompute]] OnCompute event.
 +
*[[Type VLBasicObjectDetector.TVLDetectObjectsNotify|TVLDetectObjectsNotify]] - Event type for the OnDetectedObjects event.
 
*[[Type VLConvexHulls.TVLPolygonsNotifyEvent|TVLPolygonsNotifyEvent]] - Event type to be fired when polygons are calculated.  
 
*[[Type VLConvexHulls.TVLPolygonsNotifyEvent|TVLPolygonsNotifyEvent]] - Event type to be fired when polygons are calculated.  
 
*[[Type VLMinAreaRectangles.TVLRectanglesEvent|TVLRectanglesEvent]] - Event type to be fired when rectangles are calculated.  
 
*[[Type VLMinAreaRectangles.TVLRectanglesEvent|TVLRectanglesEvent]] - Event type to be fired when rectangles are calculated.  
Line 269: Line 270:
 
*[[Type VLTrackTargets.TVLTrackTargetsNotifyEvent|TVLTrackTargetsNotifyEvent]] - Event type for the OnTargetsTracked event of the [[Class VLTrackTargets.TVLTrackTargets|TVLTrackTargets]] component.  
 
*[[Type VLTrackTargets.TVLTrackTargetsNotifyEvent|TVLTrackTargetsNotifyEvent]] - Event type for the OnTargetsTracked event of the [[Class VLTrackTargets.TVLTrackTargets|TVLTrackTargets]] component.  
 
*[[Type VLChamferMatchingContour.TVLChamferMatchEvent|TVLChamferMatchEvent]] - Event type to be fired when contours are matched.  
 
*[[Type VLChamferMatchingContour.TVLChamferMatchEvent|TVLChamferMatchEvent]] - Event type to be fired when contours are matched.  
*[[Type VLBasicObjectDetector.TVLDetectObjectsNotify|TVLDetectObjectsNotify]] - Event type for the OnDetectedObjects event.
 
*[[Type VLHOGDetectObjects.TVLHOGComputeNotify|TVLHOGComputeNotify]] - Event type for the [[Class VLHOGDetectObjects.TVLHOGCompute|TVLHOGCompute]] OnCompute event.
 
 
*[[Type VLVisionStreamTypes.TVLCirclesNotifyEvent|TVLCirclesNotifyEvent]] - Event type to be fired when circles are calculated.  
 
*[[Type VLVisionStreamTypes.TVLCirclesNotifyEvent|TVLCirclesNotifyEvent]] - Event type to be fired when circles are calculated.  
  
  
 
[[Category:Packages]]
 
[[Category:Packages]]

Latest revision as of 00:11, 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.

Packages

Contents

Belongs to

Requires

Description

Controls

Components

Layers

Units

Classes

Structures

Interfaces

Enums

Types

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox