Merge branch 'master' of github.com:Laex/Delphi-OpenCV

This commit is contained in:
Laentir Valetov 2014-05-18 20:19:57 +04:00
commit 00eacee789
3 changed files with 20 additions and 5 deletions

View File

@ -50,6 +50,7 @@ package OpenCV;
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'OpenCV Component'}
{$IMPLICITBUILD ON}
requires

View File

@ -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>

View File

@ -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.