From cf47422169132e24ee9d5c80233090a0fb10f8d9 Mon Sep 17 00:00:00 2001 From: Laentir Valetov Date: Thu, 21 Sep 2017 22:03:28 +0400 Subject: [PATCH] Fix README.md Signed-off-by: Laentir Valetov --- README.md | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 96cdbf5..f976900 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ -#Delphi-OpenCV +# Delphi-OpenCV * OpenCV version - 2.4.13.3
* Development environment - Delphi 2010-10.2
Contributors: -``` - Laentir Valetov (email: laex@bk.ru) + + Laentir Valetov (email: laex@bk.ru)
Mikhail Grigorev (email: sleuthhound@gmail.com) -``` -##Requirements: + +## 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\VC14x86\" -(2) 64-bit in the "Delphi-OpenCV\redist\VC14x64\" +(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]
``` @@ -31,7 +31,7 @@ After installing OpenCV: (7) SDL.dll and SDL2.dll ``` -####Copy files +#### Copy files OS Windows 64-bit
``` Target platform 64-bit: (2),(4),(6) -> "C:\Windows\System32\" @@ -42,7 +42,7 @@ Target platform 32-bit: (1),(3),(5),(7) -> "C:\Windows\SysWOW64\" Target platform 32-bit: (1),(3),(5),(7) -> "C:\Windows\System32\" ``` -##How to install: +## How to install: Download the [archive][1].
Unzip it to a convenient directory, thus get the following directory structure
``` @@ -56,22 +56,25 @@ Unzip it to a convenient directory, thus get the following directory structure\source -\source\utils +\source\classes \source\component -\source\sdl -\source\opengl \source\ffmpeg +\source\opengl +\source\sdl +\source\sdl2 +\source\utils \resource\facedetectxml ``` where `````` directory, which was unzipped project.
To install the components, open and install ``` -\source\component\DelphiXX\OpenCVXXX.dpk \source\component\DelphiXX\dclCommonOpenCVXXX.dpk -\source\component\DelphiXX\dclVCLOpenCVXXX.dpk +\source\component\DelphiXX\dclFFMSourceXXX.dpk \source\component\DelphiXX\dclFMXOpenCVXXX.dpk +\source\component\DelphiXX\dclVCLOpenCVXXX.dpk ``` +## Examples Open in Delphi IDE and compile:
Examples of the use of certain functions and procedures ``` @@ -93,10 +96,12 @@ Examples of use of components ``` \samples\Components\ComponentsDemo.groupproj ``` -
Donate (PayPal USD) -
Donate (PayPal EUR) -
Donate (PayPal RUB) -
Yandex Money: 410012802258318 +Donate
+PayPal USD
+PayPal EUR
+PayPal RUB
+Yandex Money + [1]: https://github.com/Laex/Delphi-OpenCV/archive/master.zip [2]: https://www.microsoft.com/en-us/download/details.aspx?id=48145