mirror of
https://github.com/Laex/Delphi-OpenCV.git
synced 2024-11-17 00:35:54 +01:00
3c634134b9
Signed-off-by: Mikhail Grigorev <sleuthhound@gmail.com>
45 lines
1.4 KiB
Markdown
45 lines
1.4 KiB
Markdown
Visual and non-visual components for working with the library OpenCV
|
|
------------------------
|
|
Version: OpenCV 2.4.9
|
|
Package: OpenCV.dpk
|
|
|
|
Requires installed [Visual C++ redistributable for Visual Studio 2013][1]<br>
|
|
|
|
Components:
|
|
|
|
TocvView
|
|
--------
|
|
Showcases the work of a visual component to display video camera images
|
|
|
|
TocvCamera, TocvFileSource, TocvIPCamSource
|
|
----------
|
|
|
|
Showcases the work of non-visual component connection to the video source
|
|
|
|
TocvImageOperation
|
|
------------------
|
|
Component that handles images
|
|
|
|
> TocvNoneOperation, TocvGrayScaleOperation, TovcCannyOperation,
|
|
> TovcSmoothOperation, TovcErodeOperation, TovcDilateOperation,
|
|
> TocvLaplaceOperation, TovcSobelOperation, TocvThresholdOperation,
|
|
> TocvAdaptiveThresholdOperation, TocvContoursOperation,
|
|
> TocvRotateOperation, TocvAbsDiff, TocvHaarCascade,
|
|
> TocvMatchTemplate, TocvMotionDetect
|
|
|
|
Installation
|
|
------------
|
|
1. Add to system variable PATH path to DLL libraries OpenCV.
|
|
2. Run <PROJECT_ROOT>\Bin\FaceDetectXML\prepare.cmd
|
|
3. To install, open <PROJECT_ROOT>\component\OpenCV.dpk. Install package.
|
|
4. In the panel component will be part OpenCV.
|
|
5. Open the sample<br>
|
|
```
|
|
<PROJECT_ROOT>\samples\Components\cCameraCapture\cCameraCapture.dproj
|
|
<PROJECT_ROOT>\samples\Components\cMatchTemplate\cMatchTemplate.dproj
|
|
|
|
```
|
|
|
|
Run the sample.
|
|
|
|
[1]: http://www.microsoft.com/ru-ru/download/details.aspx?id=40784 |