Project Delphi-OpenCV. Translation of OpenCV library header files in Delphi
Go to file
Laex 1416554bdb Adding
ml.pas
ffmpeg
Signed-off-by: Laex <laex@bk.ru>
2013-11-25 15:38:31 +04:00
Bin/Resource Added augmented reality example 2013-06-10 08:21:02 +04:00
component OCVSplitter 2013-09-16 15:49:10 +04:00
include Adding 2013-11-25 15:38:31 +04:00
opencv_classes Adding samples 2013-09-25 23:18:23 +04:00
samples Adding 2013-11-25 15:38:31 +04:00
.gitignore Adding 2013-11-25 15:38:31 +04:00
README.md The *.md files in connection with division of the project into three branches are corrected. 2013-08-22 22:07:34 +04:00
README.ru.md The *.md files in connection with division of the project into three branches are corrected. 2013-08-22 22:07:34 +04:00

###Delphi-OpenCV (master)

  • 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

<Directory, such as 'C:\OpenCV' or just 'C:\' - <PROJECT_ROOT>>
	<Delphi-OpenCV-master>
		<bin>
		<include>
		<samples>

3.Add the search path for the modules of the project in Delphi IDE (Tools-Options-Delphi Options-Library-Library path)

<PROJECT_ROOT>\Delphi-OpenCV-master\Include
<PROJECT_ROOT>\Delphi-OpenCV-master\Include\core
<PROJECT_ROOT>\Delphi-OpenCV-master\Include\highgui
<PROJECT_ROOT>\Delphi-OpenCV-master\Include\imgproc
<PROJECT_ROOT>\Delphi-OpenCV-master\Include\legacy
<PROJECT_ROOT>\Delphi-OpenCV-master\Include\nonfree
<PROJECT_ROOT>\Delphi-OpenCV-master\Include\objdetect
<PROJECT_ROOT>\Delphi-OpenCV-master\Include\calib3d
<PROJECT_ROOT>\Delphi-OpenCV-master\Include\contrib
<PROJECT_ROOT>\Delphi-OpenCV-master\Include\video

where <PROJECT_ROOT> 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:

<Directory, such as 'C:\OpenCV' - <PROJECT_ROOT>>
	<bin>
	<include>
	<samples>

and path

<PROJECT_ROOT>\Include
<PROJECT_ROOT>\Include\core
<PROJECT_ROOT>\Include\highgui
<PROJECT_ROOT>\Include\imgproc
<PROJECT_ROOT>\Include\legacy
<PROJECT_ROOT>\Include\nonfree
<PROJECT_ROOT>\Include\objdetect
<PROJECT_ROOT>\Include\calib3d
<PROJECT_ROOT>\Include\contrib
<PROJECT_ROOT>\Include\video

5.Open in Delphi IDE and compile:

<PROJECT_ROOT>\samples\LibDemo.groupproj
<PROJECT_ROOT>\samples\MultiDemo.groupproj
<PROJECT_ROOT>\samples\VCLDemo.groupproj