###Delphi-OpenCV (master) * OpenCV version - 2.4.7
* Development environment - Delphi XE2-XE5
#####Contributors: ``` Laentir Valetov email: laex@bk.ru Mikhail Grigorev email: sleuthhound@gmail.com ``` ####How to install: 1.Download the archive ```Delphi-OpenCV-master.zip```
2.Unzip it to a convenient directory, thus get the following directory structure ``` > ``` 3.Add the search path for the modules of the project in Delphi IDE (Tools-Options-Delphi Options-Library-Library path) ``` \Include \Include\core \Include\highgui \Include\imgproc \Include\legacy \Include\nonfree \Include\objdetect \Include\calib3d \Include\contrib \Include\video \Include\ml \Include\stitching \Include\component ``` where `````` directory, which was unzipped project. Additionally, you can specify the path to the library header files FFMPEG ``` \Include\ffmpeg \Include\ffmpeg\ctypes \Include\ffmpeg\libavcodec \Include\ffmpeg\libavfilter \Include\ffmpeg\libavformat \Include\ffmpeg\libavutil \Include\ffmpeg\libswscale ``` Examples of using FFMPEG library header files are in the ``` \Delphi-OpenCV-master\Include\ffmpeg\examples ``` 4.Open in Delphi IDE and compile:
Examples of the use of certain functions and procedures ``` \samples\LibDemo.groupproj ``` Examples of the use of video processing algorithms ``` \samples\MultiDemo.groupproj ``` Examples of the use of video processing algorithms using VCL.Forms ``` \samples\VCLDemo.groupproj ``` Examples of use of components.
To install the components, open and install ``` \Include\component\OpenCV.dpk \samples\ComponentDemo.groupproj ```