Package VideoLabAdditionalPkg

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 24: Line 24:
  
 
== Components ==
 
== Components ==
*[[Image:BIGVLSnapshot.gif]] [[Image:VLSnapshot.gif]] [[Image:NETVLSnapshot.gif]] [[Class VLSnapshot.TVLSnapshot|TVLSnapshot]] - Takes a snapshot frame.
+
*[[Image:BIGVLCrop.gif]] [[Image:VLCrop.gif]] [[Image:NETVLCrop.gif]] [[Class VLCrop.TVLCrop|TVLCrop]] - Crops the video.  
*[[Image:BIGVLAxisCapture.gif]] [[Image:VLAxisCapture.gif]] [[Image:NETVLAxisCapture.gif]] [[Class VLAxisCapture.TVLAxisCapture|TVLAxisCapture]] - Captures Video from Axis IP Camera using the Axis media control.
+
*[[Image:BIGVLWienerFilter.gif]] [[Image:VLWienerFilter.gif]] [[Image:NETVLWienerFilter.gif]] [[Class VLWienerFilter.TVLWienerFilter|TVLWienerFilter]] - Performs Wiener filter over 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.  
 
*[[Image:BIGVLResize.gif]] [[Image:VLResize.gif]] [[Image:NETVLResize.gif]] [[Class VLResize.TVLResize|TVLResize]] - Resizes the image.  
 
*[[Image:BIGVLResize.gif]] [[Image:VLResize.gif]] [[Image:NETVLResize.gif]] [[Class VLResize.TVLResize|TVLResize]] - Resizes the image.  
 +
*[[Image:BIGVLSnapshot.gif]] [[Image:VLSnapshot.gif]] [[Image:NETVLSnapshot.gif]] [[Class VLSnapshot.TVLSnapshot|TVLSnapshot]] - Takes a snapshot frame.
 +
*[[Image:BIGVLWienerFilter.gif]] [[Image:VLWienerFilter.gif]] [[Image:NETVLWienerFilter.gif]] [[Class VLWienerFilter.TVLWienerFilter|TVLWienerFilter]] - Performs Wiener filter over the video.
 +
*[[Image:BIGVLAxisCapture.gif]] [[Image:VLAxisCapture.gif]] [[Image:NETVLAxisCapture.gif]] [[Class VLAxisCapture.TVLAxisCapture|TVLAxisCapture]] - Captures Video from Axis IP Camera using the Axis media control.
 
*[[Image:BIGVLMorphFilter.gif]] [[Image:VLMorphFilter.gif]] [[Image:NETVLMorphFilter.gif]] [[Class VLMorphFilter.TVLMorphFilter|TVLMorphFilter]] - Erodes or deludes the video.  
 
*[[Image:BIGVLMorphFilter.gif]] [[Image:VLMorphFilter.gif]] [[Image:NETVLMorphFilter.gif]] [[Class VLMorphFilter.TVLMorphFilter|TVLMorphFilter]] - Erodes or deludes the video.  
 
*[[Image:BIGVLImageGen.gif]] [[Image:VLImageGen.gif]] [[Image:NETVLImageGen.gif]] [[Class VLImageGen.TVLImageGen|TVLImageGen]] - Generates video from image.  
 
*[[Image:BIGVLImageGen.gif]] [[Image:VLImageGen.gif]] [[Image:NETVLImageGen.gif]] [[Class VLImageGen.TVLImageGen|TVLImageGen]] - Generates video from image.  
 
*[[Image:BIGVLDraw.gif]] [[Image:VLDraw.gif]] [[Image:NETVLDraw.gif]] [[Class VLDraw.TVLDraw|TVLDraw]] - Applies(draws) graphical layers over the video frames.  
 
*[[Image:BIGVLDraw.gif]] [[Image:VLDraw.gif]] [[Image:NETVLDraw.gif]] [[Class VLDraw.TVLDraw|TVLDraw]] - Applies(draws) graphical layers over the video frames.  
*[[Image:BIGVLCrop.gif]] [[Image:VLCrop.gif]] [[Image:NETVLCrop.gif]] [[Class VLCrop.TVLCrop|TVLCrop]] - Crops the video.
 
  
 
== Layers ==
 
== Layers ==
Line 42: Line 42:
  
 
== Units ==
 
== Units ==
*[[Unit VLSnapshot|VLSnapshot]] - Contains the code for the [[Class VLSnapshot.TVLSnapshot|TVLSnapshot]] component.
+
*[[Unit VLCrop|VLCrop]] - Contains the code for the [[Class VLCrop.TVLCrop|TVLCrop]] component.  
*[[Unit VLAxisCapture|VLAxisCapture]] - Contains the code for the [[Class VLAxisCapture.TVLAxisCapture|TVLAxisCapture]] component.
+
*[[Unit VLBasicDrawLayers|VLBasicDrawLayers]] - Contains the code for the basic video draw layer classes.
+
*[[Unit VLWienerFilter|VLWienerFilter]] - Contains the code for the [[Class VLWienerFilter.TVLWienerFilter|TVLWienerFilter]] 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.  
 
*[[Unit VLResize|VLResize]] - Contains the code for the [[Class VLResize.TVLResize|TVLResize]] component.  
 
*[[Unit VLResize|VLResize]] - Contains the code for the [[Class VLResize.TVLResize|TVLResize]] component.  
 +
*[[Unit VLSnapshot|VLSnapshot]] - Contains the code for the [[Class VLSnapshot.TVLSnapshot|TVLSnapshot]] component.
 +
*[[Unit VLWienerFilter|VLWienerFilter]] - Contains the code for the [[Class VLWienerFilter.TVLWienerFilter|TVLWienerFilter]] component.
 +
*[[Unit VLAxisCapture|VLAxisCapture]] - Contains the code for the [[Class VLAxisCapture.TVLAxisCapture|TVLAxisCapture]] component.
 
*[[Unit VLMorphFilter|VLMorphFilter]] - Contains the code for the [[Class VLMorphFilter.TVLMorphFilter|TVLMorphFilter]] component.  
 
*[[Unit VLMorphFilter|VLMorphFilter]] - Contains the code for the [[Class VLMorphFilter.TVLMorphFilter|TVLMorphFilter]] component.  
 +
*[[Unit VLBasicDrawLayers|VLBasicDrawLayers]] - Contains the code for the basic video draw layer classes.
 
*[[Unit VLImageGen|VLImageGen]] - Contains the code for the [[Class VLImageGen.TVLImageGen|TVLImageGen]] component.  
 
*[[Unit VLImageGen|VLImageGen]] - Contains the code for the [[Class VLImageGen.TVLImageGen|TVLImageGen]] component.  
 
*[[Unit VLDraw|VLDraw]] - Contains the code for the [[Class VLDraw.TVLDraw|TVLDraw]] component.  
 
*[[Unit VLDraw|VLDraw]] - Contains the code for the [[Class VLDraw.TVLDraw|TVLDraw]] component.  
*[[Unit VLCrop|VLCrop]] - Contains the code for the [[Class VLCrop.TVLCrop|TVLCrop]] component.
 
  
 
== Classes ==
 
== Classes ==
 +
*[[Class VLCrop.TVLCrop|TVLCrop]] - Crops the video.
 +
*[[Class VLGrayScale.TVLGrayScale|TVLGrayScale]] - Converts the video to gray scale.
 +
*[[Class VLResize.TVLOutputRegion|TVLOutputRegion]] - Output region size property.
 +
*[[Class VLResize.TVLResize|TVLResize]] - Resizes the image.
 
*[[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 VLAxisCapture.TVLAxisLogin|TVLAxisLogin]] - Login settings property.  
 
*[[Class VLAxisCapture.TVLAxisLogin|TVLAxisLogin]] - Login settings property.  
 
*[[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.TVLMorphFilter|TVLMorphFilter]] - Erodes or deludes the video.
 
*[[Class VLBasicDrawLayers.TVLDrawXYLayer|TVLDrawXYLayer]] - Abstract base class for drawing layers.  
 
*[[Class VLBasicDrawLayers.TVLDrawXYLayer|TVLDrawXYLayer]] - Abstract base class for drawing layers.  
 
*[[Class VLBasicDrawLayers.TVLDrawBasicMarkersLayer|TVLDrawBasicMarkersLayer]] - Abstract base class for drawing layers.  
 
*[[Class VLBasicDrawLayers.TVLDrawBasicMarkersLayer|TVLDrawBasicMarkersLayer]] - Abstract base class for drawing layers.  
Line 67: Line 74:
 
*[[Class VLBasicDrawLayers.TVLDrawMarkersLayer|TVLDrawMarkersLayer]] - Layer drawing markers.  
 
*[[Class VLBasicDrawLayers.TVLDrawMarkersLayer|TVLDrawMarkersLayer]] - Layer drawing markers.  
 
*[[Class VLBasicDrawLayers.TVLDrawXYFloatLayer|TVLDrawXYFloatLayer]] - Layer drawing X,Y points.  
 
*[[Class VLBasicDrawLayers.TVLDrawXYFloatLayer|TVLDrawXYFloatLayer]] - Layer drawing X,Y points.  
*[[Class VLWienerFilter.TVLWienerFilter|TVLWienerFilter]] - Performs Wiener filter over the video.
 
*[[Class VLGrayScale.TVLGrayScale|TVLGrayScale]] - Converts the video to gray scale.
 
*[[Class VLResize.TVLOutputRegion|TVLOutputRegion]] - Output region size property.
 
*[[Class VLResize.TVLResize|TVLResize]] - Resizes the image.
 
*[[Class VLMorphFilter.TVLMorphShape|TVLMorphShape]] - Morph shape parameters class.
 
*[[Class VLMorphFilter.TVLMorphFilter|TVLMorphFilter]] - Erodes or deludes the video.
 
 
*[[Class VLImageGen.TVLImageGen|TVLImageGen]] - Generates video from image.  
 
*[[Class VLImageGen.TVLImageGen|TVLImageGen]] - Generates video from image.  
 
*[[Class VLDraw.TVLDraw|TVLDraw]] - Applies(draws) graphical layers over the video frames.  
 
*[[Class VLDraw.TVLDraw|TVLDraw]] - Applies(draws) graphical layers over the video frames.  
*[[Class VLCrop.TVLCropRectRegion|TVLCropRectRegion]] - Crop rectangle parameters class.
 
*[[Class VLCrop.TVLCrop|TVLCrop]] - Crops the video.
 
  
 
== Structures ==
 
== Structures ==
Line 83: Line 82:
  
 
== Enums ==
 
== Enums ==
*[[Enum VLBasicDrawLayers.TVLDrawShapeType|TVLDrawShapeType]] - Enumerated type for selecting shape to be drawn - Rectangle, Ellipse etc..
 
 
*[[Enum VLResize.TVLOutputResizeMode|TVLOutputResizeMode]] - Resize output modes enumeration.  
 
*[[Enum VLResize.TVLOutputResizeMode|TVLOutputResizeMode]] - Resize output modes enumeration.  
 
*[[Enum VLResize.TVLResizeMode|TVLResizeMode]] - Resize modes enumeration.  
 
*[[Enum VLResize.TVLResizeMode|TVLResizeMode]] - Resize modes enumeration.  
 
*[[Enum VLMorphFilter.TVLMorphType|TVLMorphType]] - Morph types enumeration.  
 
*[[Enum VLMorphFilter.TVLMorphType|TVLMorphType]] - Morph types enumeration.  
 
*[[Enum VLMorphFilter.TVLMorphShapeType|TVLMorphShapeType]] - Morph shapes enumeration.  
 
*[[Enum VLMorphFilter.TVLMorphShapeType|TVLMorphShapeType]] - Morph shapes enumeration.  
 +
*[[Enum VLBasicDrawLayers.TVLDrawShapeType|TVLDrawShapeType]] - Enumerated type for selecting shape to be drawn - Rectangle, Ellipse etc..
  
 
== Types ==
 
== Types ==

Revision as of 17:19, 18 October 2012

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

Used by

Description

Controls

Components

Layers

Units

Classes

Structures

Interfaces

Enums

Types

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox