Package VideoLabAdditionalPkg
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.
Contents |
Belongs to
Requires
Used by
Description
Controls
Components
- TVLIPCamera - Captures video from generic IP Camera.
- TVLCrop - Crops the video.
- TVLGrayScale - Converts the video to gray scale.
- TVLResize - Resizes the image.
- TVLSnapshot - Takes a snapshot frame.
- TVLWienerFilter - Performs Wiener filter over the video.
- TVLAxisCapture - Captures Video from Axis IP Camera using the Axis media control.
- TVLMorphFilter - Erodes or deludes the video.
- TVLImageGen - Generates video from image.
- TVLDraw - Applies(draws) graphical layers over the video frames.
Layers
- TVLDrawShapeLayer - Layer drawing simple shapes.
- TVLDrawTextLayer - Layer drawing text labels.
- TVLDrawPictureLayer - Layer drawing image.
- TVLDrawMarkersLayer - Layer drawing markers.
- TVLDrawXYFloatLayer - Layer drawing X,Y points.
Units
- VLIPCamera - Contains the code for the TVLIPCamera component.
- VLCrop - Contains the code for the TVLCrop component.
- VLGrayScale - Contains the code for the TVLGrayScale component.
- VLResize - Contains the code for the TVLResize component.
- VLSnapshot - Contains the code for the TVLSnapshot component.
- VLWienerFilter - Contains the code for the TVLWienerFilter component.
- VLAxisCapture - Contains the code for the TVLAxisCapture component.
- VLMorphFilter - Contains the code for the TVLMorphFilter component.
- VLBasicDrawLayers - Contains the code for the basic video draw layer classes.
- VLImageGen - Contains the code for the TVLImageGen component.
- VLDraw - Contains the code for the TVLDraw component.
Classes
- TVLIPCamera - Captures video from generic IP Camera.
- TVLCrop - Crops the video.
- TVLGrayScale - Converts the video to gray scale.
- TVLOutputRegion - Output region size property.
- TVLResize - Resizes the image.
- TVLSnapshot - Takes a snapshot frame.
- TVLWienerFilter - Performs Wiener filter over the video.
- TVLAxisCapture - Captures Video from Axis IP Camera using the Axis media control.
- TVLMorphShape - Morph shape parameters class.
- TVLMorphFilter - Erodes or deludes the video.
- TVLDrawXYLayer - Abstract base class for drawing layers.
- TVLDrawBasicMarkersLayer - Abstract base class for drawing layers.
- TVLDrawPenBrushXYLayer - Abstract base class for drawing layers.
- TVLDrawShapeLayer - Layer drawing simple shapes.
- TLPExtentProperty - Text extent(distance) parameters class.
- TVLDrawTextLayerBackground - Text background parameters class.
- TVLDrawTextLayer - Layer drawing text labels.
- TVLDrawPictureLayer - Layer drawing image.
- TVLDrawMarker - Visual marker for the marker draw layer.
- TVLDrawMarkers - Collection of visual markers.
- TVLDrawMarkersLayer - Layer drawing markers.
- TVLDrawXYFloatLayer - Layer drawing X,Y points.
- TVLImageGen - Generates video from image.
- TVLDraw - Applies(draws) graphical layers over the video frames.
Structures
Interfaces
Enums
- TVLOutputResizeMode - Resize output modes enumeration.
- TVLResizeMode - Resize modes enumeration.
- TVLMorphType - Morph types enumeration.
- TVLMorphShapeType - Morph shapes enumeration.
- TVLDrawShapeType - Enumerated type for selecting shape to be drawn - Rectangle, Ellipse etc..
Types
- TVLAxisOnErrorEvent - Event type for Axis capture stream status errors.