annotate OpenCV.props @ 1276:bae8de98406f default tip

corrected bug in categorical value smoothing
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 25 Jun 2024 16:40:40 -0400
parents 040e71067ff4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
251
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
3 <ImportGroup Label="PropertySheets" />
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
4 <PropertyGroup Label="UserMacros">
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
5 <DebugSuffix Condition="'$(Configuration)'=='Debug'">d</DebugSuffix>
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
6 <DebugSuffix Condition="'$(Configuration)'!='Debug'"></DebugSuffix>
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
7 </PropertyGroup>
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
8
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
9 <PropertyGroup />
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
10 <ItemDefinitionGroup>
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
11 <ClCompile>
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
12 <AdditionalIncludeDirectories>$(SolutionDir)\win32-depends\opencv\include\opencv2\;$(SolutionDir)\win32-depends\opencv\include\opencv\;$(SolutionDir)\win32-depends\opencv\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
13 </ClCompile>
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
14 <Link>
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
15 <AdditionalLibraryDirectories>$(SolutionDir)\win32-depends\opencv\libs\$(PlatformName)\$(ConfigurationName)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
414
040e71067ff4 Win32 property sheet version updated to opencv 2.4.6.1
Jean-Philippe Jodoin <jpjodoin@gmail.com>
parents: 273
diff changeset
16 <AdditionalDependencies>opencv_video246$(DebugSuffix).lib;opencv_ts246$(DebugSuffix).lib;opencv_objdetect246$(DebugSuffix).lib;opencv_ml246$(DebugSuffix).lib;opencv_legacy246$(DebugSuffix).lib;opencv_imgproc246$(DebugSuffix).lib;opencv_highgui246$(DebugSuffix).lib;opencv_flann246$(DebugSuffix).lib;opencv_features2d246$(DebugSuffix).lib;opencv_core246$(DebugSuffix).lib;opencv_contrib246$(DebugSuffix).lib;opencv_calib3d246$(DebugSuffix).lib;%(AdditionalDependencies)</AdditionalDependencies>
251
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
17 </Link>
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
18 </ItemDefinitionGroup>
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
19 <ItemGroup />
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
20 </Project>