Delphi-OpenCV/opencv_classes/opencv_classes.sln
Laex 51d00889d3 Add sample:
[*] samples/LibTest/CvLatentSvmDetector/latentsvmdetect.dpr

Initiated translation of the C++ part OpenCV library using wrapper in the form of interfaces
An example of technology - see
* Opencv_classes\opencv_classes.sln (VC2010)
* Include\opencv_classes\opencv_classes.pas
* Samples\Classes\Mat\Mat.dpr

Submitted comments and suggestions

Signed-off-by: Laex <laex@bk.ru>
2013-05-15 01:36:16 +04:00

21 lines
874 B
Plaintext

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opencv_classes", "opencv_classes.vcxproj", "{8A52671B-4F1D-43D3-8329-23E35DEC5235}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8A52671B-4F1D-43D3-8329-23E35DEC5235}.Debug|Win32.ActiveCfg = Debug|Win32
{8A52671B-4F1D-43D3-8329-23E35DEC5235}.Debug|Win32.Build.0 = Debug|Win32
{8A52671B-4F1D-43D3-8329-23E35DEC5235}.Release|Win32.ActiveCfg = Release|Win32
{8A52671B-4F1D-43D3-8329-23E35DEC5235}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal