VisionLab
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(11 intermediate revisions by one user not shown) | |||
Line 12: | Line 12: | ||
*[[Package IntelligenceLabBasicPkg]] - Contains the basic artifficial intelligence components and classes for VisionLab and IntelligenceLab. | *[[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 MediaLabBasicPkg]] - Contains the basic media components and classes for all the video and audio related products. | ||
− | *[[Package | + | *[[Package Mitov.BasicLab]] - Contains the basic components and classes for all the products. |
+ | *[[Package SignalLabBasicPkg]] - Contains the basic components and classes for the basic SignalLab components. | ||
*[[Package TimingLabBasicPkg]] - Contains the basic components and classes for the basic TimingLab components. | *[[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. | ||
Line 34: | Line 35: | ||
*[[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]] === | === From [[Package TimingLabBasicPkg]] === | ||
+ | *[[Image:BIGTLThreadEvent.gif]] [[Image:TLThreadEvent.gif]] [[Image:NETTLThreadEvent.gif]] '''[[Class TLThreadEvent.TTLThreadEvent|TTLThreadEvent]]''' - Executes event in a separated thread. | ||
+ | *[[Image:BIGTLMainThreadEvent.gif]] [[Image:TLMainThreadEvent.gif]] [[Image:NETTLMainThreadEvent.gif]] '''[[Class TLMainThreadEvent.TTLMainThreadEvent|TTLMainThreadEvent]]''' - Allows other threads to generate main thread notifications. | ||
+ | *[[Image:BIGTLStopWatch.gif]] [[Image:TLStopWatch.gif]] [[Image:NETTLStopWatch.gif]] '''[[Class TLStopWatch.TTLStopWatch|TTLStopWatch]]''' - Measures time intervals. | ||
+ | *[[Image:BIGTLFrequencyMeter.gif]] [[Image:TLFrequencyMeter.gif]] [[Image:NETTLFrequencyMeter.gif]] '''[[Class TLFrequencyMeter.TTLFrequencyMeter|TTLFrequencyMeter]]''' - Measures frequency of events. | ||
+ | *[[Image:BIGTLCounter.gif]] [[Image:TLCounter.gif]] [[Image:NETTLCounter.gif]] '''[[Class TLCounter.TTLCounter|TTLCounter]]''' - Counts events. | ||
*[[Image:BIGTLWatchDogTimer.gif]] [[Image:TLWatchDogTimer.gif]] [[Image:NETTLWatchDogTimer.gif]] '''[[Class TLWatchDogTimer.TTLWatchDogTimer|TTLWatchDogTimer]]''' - Implements a Watch Dog Timer. | *[[Image:BIGTLWatchDogTimer.gif]] [[Image:TLWatchDogTimer.gif]] [[Image:NETTLWatchDogTimer.gif]] '''[[Class TLWatchDogTimer.TTLWatchDogTimer|TTLWatchDogTimer]]''' - Implements a Watch Dog Timer. | ||
− | |||
*[[Image:BIGTLClockGen.gif]] [[Image:TLClockGen.gif]] [[Image:NETTLClockGen.gif]] '''[[Class TLClockGen.TTLClockGen|TTLClockGen]]''' - Provides clock for other components. | *[[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: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. |
Latest revision as of 00:29, 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 |
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 Mitov.BasicLab - Contains the basic components and classes for all the products.
- Package SignalLabBasicPkg - Contains the basic components and classes for the basic SignalLab components.
- 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
TALAudioToReal - Converts Wave Audio Data Buffers into Real Data Buffers.
TALAudioOut - Sends audio data to an audio output device.
TALDSAudioOut - Sends audio data to an audio output device.
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
TTLThreadEvent - Executes event in a separated thread.
TTLMainThreadEvent - Allows other threads to generate main thread notifications.
TTLStopWatch - Measures time intervals.
TTLFrequencyMeter - Measures frequency of events.
TTLCounter - Counts events.
TTLWatchDogTimer - Implements a Watch Dog Timer.
TTLClockGen - Provides clock for other components.
From Package VideoLabAdditionalPkg
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.
From Package VideoLabBasicPkg
TVLASFPlayer - Plays ASF and WMV Video Files.
TVLAVIPlayer - Plays AVI Video files.
TVLDSVideoPlayer - Plays Video files using DirectShow.
TVLAVILogger - Records AVI Video files.
TVLDSVideoLogger - Records Video files using DirectShow.
TVLCapture - Captures Video from device.
TVLDSCapture - Captures Video from device using DirectShow.
TVLImageDisplay - Video display component.
TVLDSVideoPreviewDock - Docking location for video preview.
TVLDSImageDisplay - Video display component using DirectShow.
TVLGenericFilter - User defined filter for Video data.
TVLGenericGen - User defined generator for Video data.
From Package VisionLabPkg
TVLHOGDetectObjects - Detects objects by using Histogram Oriented Gradients.
TVLHOGCompute - Computes non optimized Histogram Oriented Gradients.
TVLBackgroundSubtractor - Subtracts the background using statistical background model.
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.
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
TVLDrawDetectedObjectsLayer - Layer drawing detected objects.
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.
Elements
From Package VideoLabBasicPkg
TVLExternalImageDisplayElement - Component element drawing video.
Matrix Layers
From Package VideoLabBasicPkg
TVLExternalImageDisplayMatrixLayer - Matrix element drawing video.