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
|
|
|
------------------------
|
2016-11-21 15:51:34 +01:00
|
|
|
Version: OpenCV 2.4.13
|
2014-05-11 02:42:34 +02:00
|
|
|
|
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
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
1. Add to system variable PATH path to DLL libraries OpenCV.
|
2016-11-21 15:51:34 +01:00
|
|
|
2. To install, open <PROJECT_ROOT>\component\<Delphi version>\<Delphi version>.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
|
|
|
```
|
2016-11-21 15:51:34 +01:00
|
|
|
<PROJECT_ROOT>\samples\Components\
|
2014-05-18 15:44:24 +02:00
|
|
|
```
|
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
|