# Delphi-OpenCV
* OpenCV version - 2.4.13.3
* Development environment - Delphi 2010-10.2 Contributors:
Laentir Valetov (email: laex@bk.ru)
Mikhail Grigorev (email: sleuthhound@gmail.com)
## Requirements:
* Visual C++ Redistributable for Visual Studio 2015
Files: msvcp140.dll, msvcp140d.dll in "Delphi-OpenCV\redist\" or [here][2]
```
(1) 32-bit in the "Delphi-OpenCV\redist\VC14\x86\"
(2) 64-bit in the "Delphi-OpenCV\redist\VC14\x64\"
```
* Shared library FFMPEG 3.3.3 for Windows can be downloaded from [here][5]
```
(3) FFmpeg 32-bit Shared
(4) FFmpeg 64-bit Shared
```
* Dynamic library OpenCV need to download [here][4]
Files: *2413.dll and *2413d.dll
```
After installing OpenCV:
(5) 32-bit in the C:\OpenCV\build\x86\vc14\bin\*.dll
(6) 64-bit in the C:\OpenCV\build\x64\vc14\bin\*.dll
```
* Some examples (FFMPEG) required [SDL 2.0 and SDL 1.2][3]
```
(7) SDL.dll and SDL2.dll
```
#### Copy files
OS Windows 64-bit
```
Target platform 64-bit: (2),(4),(6) -> "C:\Windows\System32\"
Target platform 32-bit: (1),(3),(5),(7) -> "C:\Windows\SysWOW64\"
```
OS Windows 32-bit
```
Target platform 32-bit: (1),(3),(5),(7) -> "C:\Windows\System32\"
```
## How to install:
Download the [archive][1].
Unzip it to a convenient directory, thus get the following directory structure
```
- Directory, for example, "C:\Delphi\OpenCV\"