mirror of
https://github.com/Laex/Delphi-OpenCV.git
synced 2024-11-15 15:55:53 +01:00
Recompiling opencv_classes
Signed-off-by: Laentir Valetov <laex@bk.ru>
This commit is contained in:
parent
0ad58579e8
commit
85d866c4ba
@ -1,6 +1,6 @@
|
|||||||
# Delphi-OpenCV
|
# Delphi-OpenCV
|
||||||
* OpenCV version - 2.4.13.3<br>
|
* OpenCV version - 2.4.13<br>
|
||||||
* Development environment - Delphi 2010-10.2<br>
|
* Development environment - Delphi 2010-10.2.3<br>
|
||||||
|
|
||||||
<b>Contributors:</b>
|
<b>Contributors:</b>
|
||||||
|
|
||||||
@ -29,13 +29,14 @@ After installing OpenCV:
|
|||||||
```
|
```
|
||||||
* Some examples (FFMPEG) required [SDL 2.0 and SDL 1.2][3]<br>
|
* Some examples (FFMPEG) required [SDL 2.0 and SDL 1.2][3]<br>
|
||||||
```
|
```
|
||||||
(7) SDL.dll and SDL2.dll
|
(7) 32-bit - SDL.dll and SDL2.dll
|
||||||
|
(8) 64-bit - SDL.dll and SDL2.dll
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Copy files
|
#### Copy files
|
||||||
<b>OS Windows 64-bit</b><br>
|
<b>OS Windows 64-bit</b><br>
|
||||||
```
|
```
|
||||||
Target platform 64-bit: (2),(4),(6) -> "C:\Windows\System32\"
|
Target platform 64-bit: (2),(4),(6),(8) -> "C:\Windows\System32\"
|
||||||
Target platform 32-bit: (1),(3),(5),(7) -> "C:\Windows\SysWOW64\"
|
Target platform 32-bit: (1),(3),(5),(7) -> "C:\Windows\SysWOW64\"
|
||||||
```
|
```
|
||||||
<b>OS Windows 32-bit</b><br>
|
<b>OS Windows 32-bit</b><br>
|
||||||
|
BIN
bin/Win32/CheckCVDep.exe
Normal file
BIN
bin/Win32/CheckCVDep.exe
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
resource/media/pcm1611m.wav
Normal file
BIN
resource/media/pcm1611m.wav
Normal file
Binary file not shown.
BIN
resource/media/test.mp2
Normal file
BIN
resource/media/test.mp2
Normal file
Binary file not shown.
@ -7,7 +7,7 @@
|
|||||||
<TargetedPlatforms>3</TargetedPlatforms>
|
<TargetedPlatforms>3</TargetedPlatforms>
|
||||||
<AppType>Console</AppType>
|
<AppType>Console</AppType>
|
||||||
<FrameworkType>None</FrameworkType>
|
<FrameworkType>None</FrameworkType>
|
||||||
<ProjectVersion>18.2</ProjectVersion>
|
<ProjectVersion>18.4</ProjectVersion>
|
||||||
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<TargetedPlatforms>3</TargetedPlatforms>
|
<TargetedPlatforms>3</TargetedPlatforms>
|
||||||
<AppType>Console</AppType>
|
<AppType>Console</AppType>
|
||||||
<FrameworkType>None</FrameworkType>
|
<FrameworkType>None</FrameworkType>
|
||||||
<ProjectVersion>18.2</ProjectVersion>
|
<ProjectVersion>18.4</ProjectVersion>
|
||||||
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<ProjectGuid>{78DEF71B-AE48-44A1-9BEF-F517051EBF8F}</ProjectGuid>
|
<ProjectGuid>{78DEF71B-AE48-44A1-9BEF-F517051EBF8F}</ProjectGuid>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>opencv_classes</RootNamespace>
|
<RootNamespace>opencv_classes</RootNamespace>
|
||||||
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||||
@ -71,12 +71,12 @@
|
|||||||
<LinkIncremental>true</LinkIncremental>
|
<LinkIncremental>true</LinkIncremental>
|
||||||
<TargetExt>2413d.dll</TargetExt>
|
<TargetExt>2413d.dll</TargetExt>
|
||||||
<OutDir>..\..\bin\Win32\</OutDir>
|
<OutDir>..\..\bin\Win32\</OutDir>
|
||||||
<IncludePath>D:\opencv\build\include\;$(IncludePath)</IncludePath>
|
<IncludePath>D:\opencv\2.4.13.6\build\include\;$(IncludePath)</IncludePath>
|
||||||
<LibraryPath>D:\opencv\build\x86\vc14\lib\;$(LibraryPath)</LibraryPath>
|
<LibraryPath>D:\opencv\2.4.13.6\build\x86\vc14\lib\;$(LibraryPath)</LibraryPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<IncludePath>D:\opencv\build\include\;$(IncludePath)</IncludePath>
|
<IncludePath>D:\opencv\2.4.13.6\build\include\;$(IncludePath)</IncludePath>
|
||||||
<LibraryPath>D:\opencv\build\x64\vc14\lib\;$(LibraryPath)</LibraryPath>
|
<LibraryPath>D:\opencv\2.4.13.6\build\x64\vc14\lib\;$(LibraryPath)</LibraryPath>
|
||||||
<LinkIncremental>true</LinkIncremental>
|
<LinkIncremental>true</LinkIncremental>
|
||||||
<TargetExt>2413d.dll</TargetExt>
|
<TargetExt>2413d.dll</TargetExt>
|
||||||
<OutDir>..\..\bin\win64\</OutDir>
|
<OutDir>..\..\bin\win64\</OutDir>
|
||||||
@ -86,13 +86,13 @@
|
|||||||
<LinkIncremental>false</LinkIncremental>
|
<LinkIncremental>false</LinkIncremental>
|
||||||
<OutDir>..\..\bin\Win32\</OutDir>
|
<OutDir>..\..\bin\Win32\</OutDir>
|
||||||
<TargetExt>2413.dll</TargetExt>
|
<TargetExt>2413.dll</TargetExt>
|
||||||
<IncludePath>D:\opencv\build\include\;$(IncludePath)</IncludePath>
|
<IncludePath>D:\opencv\2.4.13.6\build\include\;$(IncludePath)</IncludePath>
|
||||||
<LibraryPath>D:\opencv\build\x86\vc14\lib\;$(LibraryPath)</LibraryPath>
|
<LibraryPath>D:\opencv\2.4.13.6\build\x86\vc14\lib\;$(LibraryPath)</LibraryPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<TargetExt>2413.dll</TargetExt>
|
<TargetExt>2413.dll</TargetExt>
|
||||||
<IncludePath>D:\opencv\build\include\;$(IncludePath)</IncludePath>
|
<IncludePath>D:\opencv\2.4.13.6\build\include\;$(IncludePath)</IncludePath>
|
||||||
<LibraryPath>D:\opencv\build\x64\vc14\lib\;$(LibraryPath)</LibraryPath>
|
<LibraryPath>D:\opencv\2.4.13.6\build\x64\vc14\lib\;$(LibraryPath)</LibraryPath>
|
||||||
<LinkIncremental>false</LinkIncremental>
|
<LinkIncremental>false</LinkIncremental>
|
||||||
<OutDir>..\..\bin\win64\</OutDir>
|
<OutDir>..\..\bin\win64\</OutDir>
|
||||||
<IntDir>$(Configuration)\</IntDir>
|
<IntDir>$(Configuration)\</IntDir>
|
||||||
|
Loading…
Reference in New Issue
Block a user