Delphi-OpenCV =============== * OpenCV version - 2.4.6
* Development environment - Delphi XE2-XE4
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) ``` \Delphi-OpenCV-master\Include \Delphi-OpenCV-master\Include\core \Delphi-OpenCV-master\Include\highgui \Delphi-OpenCV-master\Include\imgproc \Delphi-OpenCV-master\Include\legacy \Delphi-OpenCV-master\Include\nonfree \Delphi-OpenCV-master\Include\objdetect \Delphi-OpenCV-master\Include\calib3d \Delphi-OpenCV-master\Include\contrib \Delphi-OpenCV-master\Include\video ``` where `````` directory, which was unzipped project. 4. You can unzip files subdirectory of the project without .
Then the directory structure of the project is as follows: ``` > ``` and path ``` \Include \Include\core \Include\highgui \Include\imgproc \Include\legacy \Include\nonfree \Include\objdetect \Include\calib3d \Include\contrib \Include\video ``` 5. Open ```\samples\Samples.groupproj``` in Delphi IDE and compile the sample programs.