Unit VLVisionStreamTypes
From Mitov Wiki Doc
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
Contents |
Summary
Contains types for the VisionLab OpenWire stream support.
Description
This unit contains types for the VisionLab OpenWire stream support.
Classes
- TVLDataQueueData
- TVLQueueVisionComponent - Basic abstract class for computer vision components.
- TVLStorageObjectList - List of objects.
- TVLSequenceObjectList - List of objects.
- TVLCircle - Single circle detected by the Hough transform.
- TVLCircles - List of detected circles.
- TVLOWCirclesSourcePin - Circles Source Pin class.
- TVLOWCirclesSinkPin - Circles data Sink Pin class.
- TOWVLSuppliedContourDataOperation
- TVLContour - Defines a single contour.
- TVLContours - List of contours.
- TVLOWContoursSourcePin - Contours Source Pin class.
- TVLOWContoursSinkPin - Contours Sink Pin class.
- TVLOWEllipsesSourcePin - Ellipses Source Pin class.
- TVLOWEllipsesSinkPin - Ellipses data Sink Pin class.
- TVLOWRectanglesSourcePin - Rectangles Source Pin class.
- TVLOWRectanglesSinkPin - Rectangles data Sink Pin class.
- TVLBasicRectangles - List of rectangle type objects.
- TVLEllipses - List of ellipses.
- TVLRectangles - List of rectangles.
- TOWVLSuppliedEllipsesDataOperation
- TOWVLSuppliedRectanglesDataOperation
- TVLDistanceLine - Single distance line detected by the Hough transform.
- TOWVLSuppliedDistanceLinesDataOperation
- TVLDistanceLines - List of detected distance lines.
- TVLNormalizedLine - Single normalized line.
- TOWVLSuppliedNormalizedLinesDataOperation
- TVLNormalizedLines - List of normalized lines.
- TVLOWDistanceLinesSourcePin - Distance lines Source Pin class.
- TVLOWDistanceLinesSinkPin - Distance lines data Sink Pin class.
- TVLOWLinesSinkPin - Lines data Sink Pin class.
- TVLPolygon - Polygon class.
- TVLPolygons - List of polygons.
- TOWVLSuppliedPolygonsDataOperation
- TVLOWPolygonsSourcePin - Polygons Source Pin class.
- TVLOWPolygonsSinkPin - Polygons data Sink Pin class.
Interfaces
- IVLDataQueueData
- IOWVLCirclesDataStream
- IVLCircles
- IOWVLContoursDataStream
- IVLContours
- IVLEllipses
- IVLRectangles
- IOWVLEllipsesDataStream
- IOWVLRectanglesDataStream
- IOWVLDistanceLinesDataStream
- IVLDistanceLines
- IOWVLNormalizedLinesDataStream
- IVLNormalizedLines
- IVLPolygons
- IOWVLPolygonDataStream
Records(Structurs)
- TVLRectangle - Structure for rectangle info.
Enums
- TVLContourType - Available contour types.
Types
- TVLCirclesNotifyEvent - Event type to be fired when circles are calculated.