Update README.md

This commit is contained in:
Laentir Valetov 2014-05-24 22:37:15 +04:00
parent 492af1886f
commit d901a28648

View File

@ -14,31 +14,23 @@ Download the archive [link][1].<br>
Unzip it to a convenient directory, thus get the following directory structure.<br>
```
<PROJECT_ROOT> - Directory, such as "C:\OpenCV\"
<3rdParty>
<bin>
<component>
<include>
<opencv_classes>
<samples>
<bin>
<resource>
<samples>
<source>
```
Add the search path for the modules of the project in Delphi IDE (Tools-Options-Delphi Options-Library-Library path)
```
<PROJECT_ROOT>\source
<PROJECT_ROOT>\source\utils
<PROJECT_ROOT>\source\component
<PROJECT_ROOT>\source\sdl
<PROJECT_ROOT>\source\opengl
<PROJECT_ROOT>\source\ffmpeg
<PROJECT_ROOT>\resource\facedetectxml
```
where ```<PROJECT_ROOT>``` directory, which was unzipped project.<br>
Additionally, you can specify the path to the library header files FFMPEG
```
<PROJECT_ROOT>\source\ffmpeg
<PROJECT_ROOT>\source\sdl
<PROJECT_ROOT>\source\opengl
```
Examples of using FFMPEG library header files are in the
```
<PROJECT_ROOT>\samples\FFMpeg\FFMPEG.groupproj
```
Open in Delphi IDE and compile:<br>
Examples of the use of certain functions and procedures
```
@ -52,14 +44,21 @@ Examples of the use of video processing algorithms using VCL.Forms
```
<PROJECT_ROOT>\samples\VCLDemo\VCLDemo.groupproj
```
Examples of use of components.<br>
Examples of using FFMPEG library header files are in the
```
<PROJECT_ROOT>\samples\FFMpeg\FFMPEG.groupproj
```
When installing the components in your PATH variable must be available should the library "opencv_*.dll" and FFNPEG dll.
```
<PROJECT_ROOT>\bin\Win32
<PROJECT_ROOT>\bin\Win64
```
Must also be installed visual C++ redistributable for Visual Studio 2013 is available on the [link][2]<br>
To install the components, open and install
```
<PROJECT_ROOT>\source\component\Delphi20\RAD Studio XE6.groupproj
```
When installing the components in your PATH variable must be available should the library "opencv_*.dll".
Must also be installed visual C++ redistributable for Visual Studio 2013 is available on the [link][2]<br>
Examples of the use of components - open:
Examples of use of components.
```
<PROJECT_ROOT>\samples\Components\cCameraCapture\cCameraCapture.dproj
<PROJECT_ROOT>\samples\Components\cMatchTemplate\cMatchTemplate.dproj