Package VideoLabAdditionalPkg
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(5 intermediate revisions by one user not shown) | |||
Line 12: | Line 12: | ||
== Requires == | == Requires == | ||
− | |||
*[[Package AudioLabBasicPkg]] | *[[Package AudioLabBasicPkg]] | ||
*[[Package VideoLabBasicPkg]] | *[[Package VideoLabBasicPkg]] | ||
Line 24: | Line 23: | ||
== Components == | == Components == | ||
+ | *[[Image:BIGVLIPCamera.gif]] [[Image:VLIPCamera.gif]] [[Image:NETVLIPCamera.gif]] [[Class VLIPCamera.TVLIPCamera|TVLIPCamera]] - Captures video from generic IP Camera. | ||
*[[Image:BIGVLCrop.gif]] [[Image:VLCrop.gif]] [[Image:NETVLCrop.gif]] [[Class VLCrop.TVLCrop|TVLCrop]] - Crops the video. | *[[Image:BIGVLCrop.gif]] [[Image:VLCrop.gif]] [[Image:NETVLCrop.gif]] [[Class VLCrop.TVLCrop|TVLCrop]] - Crops the video. | ||
*[[Image:BIGVLGrayScale.gif]] [[Image:VLGrayScale.gif]] [[Image:NETVLGrayScale.gif]] [[Class VLGrayScale.TVLGrayScale|TVLGrayScale]] - Converts the video to gray scale. | *[[Image:BIGVLGrayScale.gif]] [[Image:VLGrayScale.gif]] [[Image:NETVLGrayScale.gif]] [[Class VLGrayScale.TVLGrayScale|TVLGrayScale]] - Converts the video to gray scale. | ||
Line 42: | Line 42: | ||
== Units == | == Units == | ||
+ | *[[Unit VLIPCamera|VLIPCamera]] - Contains the code for the [[Class VLIPCamera.TVLIPCamera|TVLIPCamera]] component. | ||
*[[Unit VLCrop|VLCrop]] - Contains the code for the [[Class VLCrop.TVLCrop|TVLCrop]] component. | *[[Unit VLCrop|VLCrop]] - Contains the code for the [[Class VLCrop.TVLCrop|TVLCrop]] component. | ||
*[[Unit VLGrayScale|VLGrayScale]] - Contains the code for the [[Class VLGrayScale.TVLGrayScale|TVLGrayScale]] component. | *[[Unit VLGrayScale|VLGrayScale]] - Contains the code for the [[Class VLGrayScale.TVLGrayScale|TVLGrayScale]] component. | ||
Line 54: | Line 55: | ||
== Classes == | == Classes == | ||
+ | *[[Class VLIPCamera.TVLIPCamera|TVLIPCamera]] - Captures video from generic IP Camera. | ||
*[[Class VLCrop.TVLCrop|TVLCrop]] - Crops the video. | *[[Class VLCrop.TVLCrop|TVLCrop]] - Crops the video. | ||
*[[Class VLGrayScale.TVLGrayScale|TVLGrayScale]] - Converts the video to gray scale. | *[[Class VLGrayScale.TVLGrayScale|TVLGrayScale]] - Converts the video to gray scale. | ||
Line 60: | Line 62: | ||
*[[Class VLSnapshot.TVLSnapshot|TVLSnapshot]] - Takes a snapshot frame. | *[[Class VLSnapshot.TVLSnapshot|TVLSnapshot]] - Takes a snapshot frame. | ||
*[[Class VLWienerFilter.TVLWienerFilter|TVLWienerFilter]] - Performs Wiener filter over the video. | *[[Class VLWienerFilter.TVLWienerFilter|TVLWienerFilter]] - Performs Wiener filter over the video. | ||
− | |||
*[[Class VLAxisCapture.TVLAxisCapture|TVLAxisCapture]] - Captures Video from Axis IP Camera using the Axis media control. | *[[Class VLAxisCapture.TVLAxisCapture|TVLAxisCapture]] - Captures Video from Axis IP Camera using the Axis media control. | ||
*[[Class VLMorphFilter.TVLMorphShape|TVLMorphShape]] - Morph shape parameters class. | *[[Class VLMorphFilter.TVLMorphShape|TVLMorphShape]] - Morph shape parameters class. | ||
Line 68: | Line 69: | ||
*[[Class VLBasicDrawLayers.TVLDrawPenBrushXYLayer|TVLDrawPenBrushXYLayer]] - Abstract base class for drawing layers. | *[[Class VLBasicDrawLayers.TVLDrawPenBrushXYLayer|TVLDrawPenBrushXYLayer]] - Abstract base class for drawing layers. | ||
*[[Class VLBasicDrawLayers.TVLDrawShapeLayer|TVLDrawShapeLayer]] - Layer drawing simple shapes. | *[[Class VLBasicDrawLayers.TVLDrawShapeLayer|TVLDrawShapeLayer]] - Layer drawing simple shapes. | ||
+ | *[[Class VLBasicDrawLayers.TLPExtentProperty|TLPExtentProperty]] - Text extent(distance) parameters class. | ||
+ | *[[Class VLBasicDrawLayers.TVLDrawTextLayerBackground|TVLDrawTextLayerBackground]] - Text background parameters class. | ||
*[[Class VLBasicDrawLayers.TVLDrawTextLayer|TVLDrawTextLayer]] - Layer drawing text labels. | *[[Class VLBasicDrawLayers.TVLDrawTextLayer|TVLDrawTextLayer]] - Layer drawing text labels. | ||
*[[Class VLBasicDrawLayers.TVLDrawPictureLayer|TVLDrawPictureLayer]] - Layer drawing image. | *[[Class VLBasicDrawLayers.TVLDrawPictureLayer|TVLDrawPictureLayer]] - Layer drawing image. |
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.
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.