mirror of
https://github.com/Laex/Delphi-OpenCV.git
synced 2024-11-15 15:55:53 +01:00
Merge branch 'master' of github.com:Laex/Delphi-OpenCV
This commit is contained in:
commit
00eacee789
@ -50,6 +50,7 @@ package OpenCV;
|
||||
{$IMAGEBASE $400000}
|
||||
{$DEFINE DEBUG}
|
||||
{$ENDIF IMPLICITBUILDING}
|
||||
{$DESCRIPTION 'OpenCV Component'}
|
||||
{$IMPLICITBUILD ON}
|
||||
|
||||
requires
|
||||
|
@ -54,6 +54,12 @@
|
||||
<Cfg_2>true</Cfg_2>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
|
||||
<Cfg_2_Win32>true</Cfg_2_Win32>
|
||||
<CfgParent>Cfg_2</CfgParent>
|
||||
<Cfg_2>true</Cfg_2>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base)'!=''">
|
||||
<GenPackage>true</GenPackage>
|
||||
<DCC_S>false</DCC_S>
|
||||
@ -103,6 +109,11 @@
|
||||
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
|
||||
<DCC_Description>OpenCV Component</DCC_Description>
|
||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<DelphiCompile Include="$(MainSource)">
|
||||
<MainSource>MainSource</MainSource>
|
||||
|
@ -30,11 +30,14 @@ Component that handles images
|
||||
Installation
|
||||
------------
|
||||
1. Add to system variable PATH path to DLL libraries OpenCV.
|
||||
2. To install, open <PROJECT_ROOT>\component\OpenCV.dpk. Install package.
|
||||
3. In the panel component will be part OpenCV.
|
||||
4. Open the sample<br>
|
||||
> <PROJECT_ROOT>\samples\Components\cCameraCapture\cCameraCapture.dproj
|
||||
> <PROJECT_ROOT>\samples\Components\cMatchTemplate\cMatchTemplate.dproj
|
||||
2. Run <PROJECT_ROOT>\Bin\FaceDetectXML\prepare.cmd
|
||||
3. To install, open <PROJECT_ROOT>\component\OpenCV.dpk. Install package.
|
||||
4. In the panel component will be part OpenCV.
|
||||
5. Open the sample<br>
|
||||
```
|
||||
<PROJECT_ROOT>\samples\Components\cCameraCapture\cCameraCapture.dproj
|
||||
<PROJECT_ROOT>\samples\Components\cMatchTemplate\cMatchTemplate.dproj
|
||||
```
|
||||
|
||||
Run the sample.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user