mirror of
https://github.com/Laex/Delphi-OpenCV.git
synced 2024-11-15 07:45:53 +01:00
Changes in readme.md
Signed-off-by: Laentir Valetov <laex@bk.ru>
This commit is contained in:
parent
4f5d41081d
commit
0ad58579e8
22
README.md
22
README.md
@ -9,7 +9,8 @@
|
||||
|
||||
## Requirements:
|
||||
* Visual C++ Redistributable for Visual Studio 2015<br>
|
||||
Files: msvcp140.dll, msvcp140d.dll in "Delphi-OpenCV\redist\" or [here][2]
|
||||
Files: msvcp140.dll, msvcp140d.dll in "Delphi-OpenCV\redist\" or [here][2]<br>
|
||||
or from the repository:
|
||||
```
|
||||
(1) 32-bit in the "Delphi-OpenCV\redist\VC14\x86\"
|
||||
(2) 64-bit in the "Delphi-OpenCV\redist\VC14\x64\"
|
||||
@ -75,6 +76,25 @@ To install the components, open and install
|
||||
<PROJECT_ROOT>\source\component\DelphiXX\dclFMXOpenCVXXX.dpk
|
||||
<PROJECT_ROOT>\source\component\DelphiXX\dclVCLOpenCVXXX.dpk
|
||||
```
|
||||
## Verify that the environment is configured correctly
|
||||
Run from the repository
|
||||
```
|
||||
Delphi-OpenCV/CheckCVDep/CheckCVDep.exe
|
||||
```
|
||||
The program checks the availability of dynamic libraries
|
||||
```
|
||||
------- Verifying Microsoft DLL -------
|
||||
OK
|
||||
------- OpenCV DLL -------
|
||||
OK
|
||||
------- Delphi-OpenCV classes DLL -------
|
||||
OK
|
||||
------- FFMPEG DLL -------
|
||||
OK
|
||||
------- SDL DLL -------
|
||||
OK
|
||||
```
|
||||
To successfully install components and run most of the examples, the availability of FFMPEG DLL, Microsoft DLL and OpenCV DLL is sufficient
|
||||
## Examples
|
||||
Open in Delphi IDE and compile:<br>
|
||||
Examples of the use of certain functions and procedures
|
||||
|
@ -7,7 +7,7 @@
|
||||
<TargetedPlatforms>3</TargetedPlatforms>
|
||||
<AppType>Console</AppType>
|
||||
<FrameworkType>None</FrameworkType>
|
||||
<ProjectVersion>18.2</ProjectVersion>
|
||||
<ProjectVersion>18.3</ProjectVersion>
|
||||
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||
|
@ -7,7 +7,7 @@
|
||||
<TargetedPlatforms>1</TargetedPlatforms>
|
||||
<AppType>Package</AppType>
|
||||
<FrameworkType>None</FrameworkType>
|
||||
<ProjectVersion>18.2</ProjectVersion>
|
||||
<ProjectVersion>18.3</ProjectVersion>
|
||||
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{3BC74F10-002A-41D7-B09F-6458FF2CE8F4}</ProjectGuid>
|
||||
<MainSource>dclFFMSource250.dpk</MainSource>
|
||||
<ProjectVersion>18.2</ProjectVersion>
|
||||
<ProjectVersion>18.3</ProjectVersion>
|
||||
<FrameworkType>None</FrameworkType>
|
||||
<Base>True</Base>
|
||||
<Config Condition="'$(Config)'==''">Debug</Config>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<TargetedPlatforms>1</TargetedPlatforms>
|
||||
<AppType>Package</AppType>
|
||||
<FrameworkType>None</FrameworkType>
|
||||
<ProjectVersion>18.2</ProjectVersion>
|
||||
<ProjectVersion>18.3</ProjectVersion>
|
||||
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||
|
@ -7,7 +7,7 @@
|
||||
<TargetedPlatforms>1</TargetedPlatforms>
|
||||
<AppType>Package</AppType>
|
||||
<FrameworkType>None</FrameworkType>
|
||||
<ProjectVersion>18.2</ProjectVersion>
|
||||
<ProjectVersion>18.3</ProjectVersion>
|
||||
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||
|
Loading…
Reference in New Issue
Block a user