VisionLab
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 13: | Line 13: | ||
*[[Package MediaLabBasicPkg]] - Contains the basic media components and classes for all the video and audio related products. | *[[Package MediaLabBasicPkg]] - Contains the basic media components and classes for all the video and audio related products. | ||
*[[Package SignalLabBasicPkg]] - Contains the basic components and classes for all the products. | *[[Package SignalLabBasicPkg]] - Contains the basic components and classes for all the products. | ||
+ | *[[Package TimingLabBasicPkg]] - Contains the basic components and classes for the basic TimingLab components. | ||
*[[Package VideoLabAdditionalPkg]] - Contains the additional video processing components and classes. | *[[Package VideoLabAdditionalPkg]] - Contains the additional video processing components and classes. | ||
*[[Package VideoLabBasicPkg]] - Contains the basic video processing components and classes for all the video related products. | *[[Package VideoLabBasicPkg]] - Contains the basic video processing components and classes for all the video related products. | ||
Line 32: | Line 33: | ||
*[[Image:BIGSLGenericRealGen.gif]] [[Image:SLGenericRealGen.gif]] [[Image:NETSLGenericRealGen.gif]] '''[[Class SLGenericRealGen.TSLGenericRealGen|TSLGenericRealGen]]''' - User defined generator for Real data. | *[[Image:BIGSLGenericRealGen.gif]] [[Image:SLGenericRealGen.gif]] [[Image:NETSLGenericRealGen.gif]] '''[[Class SLGenericRealGen.TSLGenericRealGen|TSLGenericRealGen]]''' - User defined generator for Real data. | ||
*[[Image:BIGSLGenericRealMatrix.gif]] [[Image:SLGenericRealMatrix.gif]] [[Image:NETSLGenericRealMatrix.gif]] '''[[Class SLGenericRealMatrix.TSLGenericRealMatrix|TSLGenericRealMatrix]]''' - User defined generator for Real matrix data. | *[[Image:BIGSLGenericRealMatrix.gif]] [[Image:SLGenericRealMatrix.gif]] [[Image:NETSLGenericRealMatrix.gif]] '''[[Class SLGenericRealMatrix.TSLGenericRealMatrix|TSLGenericRealMatrix]]''' - User defined generator for Real matrix data. | ||
+ | === From [[Package TimingLabBasicPkg]] === | ||
+ | *[[Image:BIGTLWatchDogTimer.gif]] [[Image:TLWatchDogTimer.gif]] [[Image:NETTLWatchDogTimer.gif]] '''[[Class TLWatchDogTimer.TTLWatchDogTimer|TTLWatchDogTimer]]''' - Implements a Watch Dog Timer. | ||
+ | *[[Image:BIGTLMainThredEvent.gif]] [[Image:TLMainThredEvent.gif]] [[Image:NETTLMainThredEvent.gif]] '''[[Class TLMainThredEvent.TTLMainThredEvent|TTLMainThredEvent]]''' - Allows other threads to generate main thread notifications. | ||
+ | *[[Image:BIGTLClockGen.gif]] [[Image:TLClockGen.gif]] [[Image:NETTLClockGen.gif]] '''[[Class TLClockGen.TTLClockGen|TTLClockGen]]''' - Provides clock for other components. | ||
=== From [[Package VideoLabAdditionalPkg]] === | === From [[Package VideoLabAdditionalPkg]] === | ||
*[[Image:BIGVLSnapshot.gif]] [[Image:VLSnapshot.gif]] [[Image:NETVLSnapshot.gif]] '''[[Class VLSnapshot.TVLSnapshot|TVLSnapshot]]''' - Takes a snapshot frame. | *[[Image:BIGVLSnapshot.gif]] [[Image:VLSnapshot.gif]] [[Image:NETVLSnapshot.gif]] '''[[Class VLSnapshot.TVLSnapshot|TVLSnapshot]]''' - Takes a snapshot frame. |
Revision as of 19:58, 29 November 2011
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 |
Description
Computer Vision Library
Packages
- Package AudioLabBasicPkg - Contains the basic audio processing components and classes for all the video and audio related products.
- Package IntelligenceLabBasicPkg - Contains the basic artifficial intelligence components and classes for VisionLab and IntelligenceLab.
- Package MediaLabBasicPkg - Contains the basic media components and classes for all the video and audio related products.
- Package SignalLabBasicPkg - Contains the basic components and classes for all the products.
- Package TimingLabBasicPkg - Contains the basic components and classes for the basic TimingLab components.
- Package VideoLabAdditionalPkg - Contains the additional video processing components and classes.
- Package VideoLabBasicPkg - Contains the basic video processing components and classes for all the video related products.
- Package VisionLabPkg - Contains the computer vision components and classes for VisionLab.
Components
From Package AudioLabBasicPkg
TALDSAudioOut - Sends audio data to an audio output device.
TALAudioOut - Sends audio data to an audio output device.
TALAudioToReal - Converts Wave Audio Data Buffers into Real Data Buffers.
TALGenericFilter - User defined filter for Audio data.
TALGenericGen - User defined generator for Audio data.
From Package MediaLabBasicPkg
TMLDSGraphView - DirectShow graph display.
From Package SignalLabBasicPkg
TSLPair - Pairs multiple data buffers together.
TSLGenericReal - User defined filter for Real data.
TSLGenericFilter - User defined filter for Binary data.
TSLGenericGen - User defined generator for Binary data.
TSLGenericRealGen - User defined generator for Real data.
TSLGenericRealMatrix - User defined generator for Real matrix data.
From Package TimingLabBasicPkg
TTLWatchDogTimer - Implements a Watch Dog Timer.
TTLMainThredEvent - Allows other threads to generate main thread notifications.
TTLClockGen - Provides clock for other components.
From Package VideoLabAdditionalPkg
TVLSnapshot - Takes a snapshot frame.
TVLAxisCapture - Captures Video from Axis IP Camera using the Axis media control.
TVLWienerFilter - Performs Wiener filter over the video.
TVLGrayScale - Converts the video to gray scale.
TVLResize - Resizes the image.
TVLMorphFilter - Erodes or deludes the video.
TVLImageGen - Generates video from image.
TVLDraw - Applies(draws) graphical layers over the video frames.
TVLCrop - Crops the video.
From Package VideoLabBasicPkg
TVLASFPlayer - Plays ASF and WMV Video Files.
TVLImageDisplay - Video display component.
TVLDSVideoPreviewDock - Docking location for video preview.
TVLDSVideoPlayer - Plays Video files using DirectShow.
TVLDSVideoLogger - Records Video files using DirectShow.
TVLDSImageDisplay - Video display component using DirectShow.
TVLDSCapture - Captures Video from device using DirectShow.
TVLAVIPlayer - Plays AVI Video files.
TVLAVILogger - Records AVI Video files.
TVLCapture - Captures Video from device.
TVLGenericFilter - User defined filter for Video data.
TVLGenericGen - User defined generator for Video data.
From Package VisionLabPkg
TVLConvexHulls - Finds the convex hulls for polygons or contours.
TVLMinEnclosingCircles - Finds the smallest enclosing circles for polygons or contours.
TVLMinAreaRectangles - Finds the smallest area rectangles for polygons or contours.
TVLFitLines - Fits lines to polygons or contours.
TVLFitEllipses - Fits ellipses to polygons or contours.
TVLConnectedComponents - Labels connected components in the image.
TVLHaarDetectObjects - Detects objects by using Haar like features.
TVLExtractRobustFeatures - Extracts robust features using SURF algorithm.
TVLProbableLines - Finds probable line segments in the image using Hough transform.
TVLMotionDetect - Motion detection component.
TVLHoughLines - Finds lines in the image using Hough transform.
TVLHoughCircles - Finds circles in the image using Hough transform.
TVLFindTargets - Finds possible tracking targets in the image.
TVLFindContours - Finds contours in binary image.
TVLCanny - Canny edge detection.
TVLAdaptiveThreshold - Adaptive threshold edge detection.
TVLTrackTargets - Tracks moving targets on the image.
TVLChamferMatchingContour - Finds contours in the image using Chamfer Contour Matching.
TVLHOGDetectObjects - Detects objects by using Histogram Oriented Gradients.
TVLHOGCompute - Computes non optimized Histogram Oriented Gradients.
TVLBackgroundSubtractor - Subtracts the background using statistical background model.
Layers
From Package VideoLabAdditionalPkg
TVLDrawShapeLayer - Layer drawing simple shapes.
TVLDrawTextLayer - Layer drawing text labels.
TVLDrawPictureLayer - Layer drawing image.
TVLDrawMarkersLayer - Layer drawing markers.
TVLDrawXYFloatLayer - Layer drawing X,Y points.
From Package VideoLabBasicPkg
TVLImageDisplayLayer - Layer drawing video.
From Package VisionLabPkg
TVLDrawRectanglesLayer - Layer drawing detected rectangles.
TVLDrawEllipsesLayer - Layer drawing detected ellipses.
TVLDrawLinesLayer - Layer drawing detected lines.
TVLDrawPolygonsLayer - Layer drawing detected polygons.
TVLDrawCirclesLayer - Layer drawing detected circles.
TVLDrawRobustFeaturesLayer - Layer drawing detected robust features.
TVLDrawLineSegmentsLayer - Layer drawing detected line segments.
TVLDrawMotionsLayer - Layer drawing motion grid.
TVLDrawContoursLayer - Layer drawing detected contours.
TVLDrawTrackTargetLayer - Layer drawing tracked targets.
TVLChamferMatchedContoursLayer - Layer drawing matched contours.
TVLDrawDetectedObjectsLayer - Layer drawing detected objects.
Elements
From Package VideoLabBasicPkg
TVLExternalImageDisplayElement - Component element drawing video.
Matrix Layers
From Package VideoLabBasicPkg
TVLExternalImageDisplayMatrixLayer - Matrix element drawing video.