2014-05-18 12:36:01 +02:00
|
|
|
Visual and non-visual components for working with the library OpenCV
|
2014-05-11 02:42:34 +02:00
|
|
|
------------------------
|
|
|
|
Version: OpenCV 2.4.9
|
|
|
|
|
2014-05-18 12:36:01 +02:00
|
|
|
Requires installed [Visual C++ redistributable for Visual Studio 2013][1]<br>
|
|
|
|
|
2014-05-11 02:42:34 +02:00
|
|
|
Components:
|
|
|
|
|
|
|
|
TocvView
|
|
|
|
--------
|
|
|
|
Showcases the work of a visual component to display video camera images
|
|
|
|
|
2014-05-18 12:36:01 +02:00
|
|
|
TocvCamera, TocvFileSource, TocvIPCamSource
|
2014-05-11 02:42:34 +02:00
|
|
|
----------
|
|
|
|
|
2014-05-18 12:36:01 +02:00
|
|
|
Showcases the work of non-visual component connection to the video source
|
2014-05-11 02:42:34 +02:00
|
|
|
|
|
|
|
TocvImageOperation
|
|
|
|
------------------
|
|
|
|
Component that handles images
|
|
|
|
|
2014-05-18 12:36:01 +02:00
|
|
|
> TocvNoneOperation, TocvGrayScaleOperation, TovcCannyOperation,
|
|
|
|
> TovcSmoothOperation, TovcErodeOperation, TovcDilateOperation,
|
|
|
|
> TocvLaplaceOperation, TovcSobelOperation, TocvThresholdOperation,
|
|
|
|
> TocvAdaptiveThresholdOperation, TocvContoursOperation,
|
|
|
|
> TocvRotateOperation, TocvAbsDiff, TocvHaarCascade,
|
|
|
|
> TocvMatchTemplate, TocvMotionDetect
|
|
|
|
|
2014-05-11 02:42:34 +02:00
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
1. Add to system variable PATH path to DLL libraries OpenCV.
|
2014-05-19 12:48:22 +02:00
|
|
|
2. To install, open <PROJECT_ROOT>\component\Delphi20\RAD Studio XE6.groupproj. Install package.
|
2014-05-19 06:10:26 +02:00
|
|
|
3. In the panel component will be part OpenCV.
|
|
|
|
4. Open the sample<br>
|
2014-05-18 15:44:24 +02:00
|
|
|
```
|
|
|
|
<PROJECT_ROOT>\samples\Components\cCameraCapture\cCameraCapture.dproj
|
|
|
|
<PROJECT_ROOT>\samples\Components\cMatchTemplate\cMatchTemplate.dproj
|
|
|
|
```
|
2014-05-11 02:42:34 +02:00
|
|
|
|
|
|
|
Run the sample.
|
2014-05-18 12:36:01 +02:00
|
|
|
|
2014-05-18 14:48:59 +02:00
|
|
|
[1]: http://www.microsoft.com/ru-ru/download/details.aspx?id=40784
|