Menu

Tree [1480cc] master /
 History

HTTPS access


File Date Author Commit
 bin 2016-10-25 Laentir Valetov Laentir Valetov [2b3b89] Fixed #58
 redist 2014-09-28 Laentir Valetov Laentir Valetov [a42e00] Update documetation
 resource 2016-06-03 Laentir Valetov Laentir Valetov [ab3dfd] \samples\LibDemo\cvDistanceTransform\cv_Distanc...
 samples 2016-11-15 Laentir Valetov Laentir Valetov [1480cc] Update ONVIF
 source 2016-11-15 Laentir Valetov Laentir Valetov [1480cc] Update ONVIF
 .gitattributes 2014-04-04 Laentir Valetov Laentir Valetov [4f8d96] Refactoring, new wrapper Opencv classes
 .gitignore 2016-11-04 Laentir Valetov Laentir Valetov [134b5f] Refactoring
 MPL-1.1.txt 2016-07-31 Laentir Valetov Laentir Valetov [917c22] Demos
 README.md 2016-10-25 Laentir Valetov Laentir Valetov [2b3b89] Fixed #58

Read Me

Delphi-OpenCV

  • OpenCV version - 2.4.13
  • Development environment - Delphi 2010-10.1

Contributors:

 Laentir Valetov (email: laex@bk.ru)
 Mikhail Grigorev (email: sleuthhound@gmail.com)

Requirements:

  • Visual C++ redistributable for Visual Studio 2013

    Files: msvcp120.dll, msvcr120.dll, msvcp120d.dll, msvcr120d.dll
(1) 32-bit in the "Delphi-OpenCV\redist\VC2013x86\"
(2) 64-bit in the "Delphi-OpenCV\redist\VC2013x64\"
  • Shared library FFMPEG 3.1.4 for Windows can be downloaded from here
(3) FFmpeg 32-bit Shared
(4) FFmpeg 64-bit Shared
  • Dynamic library OpenCV need to download here

    Files: _2413.dll and _2413d.dll
After installing OpenCV:
(5) 32-bit in the C:\OpenCV\build\x86\vc12\bin\
(6) 64-bit in the C:\OpenCV\build\x64\vc12\bin\
(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.

Unzip it to a convenient directory, thus get the following directory structure

<PROJECT_ROOT> - Directory, for example, "C:\Delphi\OpenCV\"
    <bin>
    <redist>
    <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.

To install the components, open and install

<PROJECT_ROOT>\source\component\DelphiXX\OpenCVXXX.dpk
<PROJECT_ROOT>\source\component\DelphiXX\dclCommonOpenCVXXX.dpk
<PROJECT_ROOT>\source\component\DelphiXX\dclVCLOpenCVXXX.dpk
<PROJECT_ROOT>\source\component\DelphiXX\dclFMXOpenCVXXX.dpk

Open in Delphi IDE and compile:

Examples of the use of certain functions and procedures

<PROJECT_ROOT>\samples\LibDemo\LibDemo.groupproj

Examples of the use of video processing algorithms

<PROJECT_ROOT>\samples\MultiDemo\MultiDemo.groupproj

Examples of the use of video processing algorithms using VCL.Forms

<PROJECT_ROOT>\samples\VCLDemo\VCLDemo.groupproj

Examples of using FFMPEG library header files are in the

<PROJECT_ROOT>\samples\FFMpeg\FFMPEG.groupproj

Examples of use of components

<PROJECT_ROOT>\samples\Components\ComponentsDemo.groupproj


Donate (PayPal USD)

Donate (PayPal EUR)

Donate (PayPal RUB)

Yandex Money: 410012802258318

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.