Skip to content
Snippets Groups Projects
Commit 09ba66f3 authored by Andrews Sobral's avatar Andrews Sobral
Browse files

Updated to OpenCV 2.4.9 and VS2010 Project bug fix

Updated to OpenCV 2.4.9 and some fixes in the VS2010 project solution.
parent fd950c2d
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -7,6 +7,6 @@ COMPATIBLE WITH: ...@@ -7,6 +7,6 @@ COMPATIBLE WITH:
VISUAL STUDIO 2013 VISUAL STUDIO 2013
YOU NEEDS TO INSTALL OPENCV AT: YOU NEEDS TO INSTALL OPENCV AT:
C:\OpenCV2.4.8 C:\OpenCV2.4.9
BUILD AND RUN! BUILD AND RUN!
\ No newline at end of file
File deleted
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking> <FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions> <IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>C:\OpenCV2.4.8\build\include;C:\OpenCV2.4.8\build\include\opencv;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <AdditionalIncludeDirectories>C:\OpenCV2.4.9\build\include;C:\OpenCV2.4.9\build\include\opencv;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile> </ClCompile>
<Link> <Link>
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding> <EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences> <OptimizeReferences>true</OptimizeReferences>
<AdditionalDependencies>C:\OpenCV2.4.8\build\x86\vc10\staticlib\*.lib;comctl32.lib;VFW32.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalDependencies>C:\OpenCV2.4.9\build\x86\vc10\staticlib\*.lib;comctl32.lib;VFW32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
......
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LocalDebuggerWorkingDirectory>../</LocalDebuggerWorkingDirectory> <LocalDebuggerWorkingDirectory>../</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerCommandArguments>./dataset/video.avi</LocalDebuggerCommandArguments> <LocalDebuggerCommandArguments>-uf=true -fn=dataset/video.avi</LocalDebuggerCommandArguments>
</PropertyGroup> </PropertyGroup>
</Project> </Project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment