diff --git a/opencv.sln b/opencv.sln new file mode 100644 index 0000000..ea21f4b --- /dev/null +++ b/opencv.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27703.2000 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opencv", "opencv\opencv.vcxproj", "{976FFB2B-6B32-43E6-9659-8533492B8BEA}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {976FFB2B-6B32-43E6-9659-8533492B8BEA}.Debug|x64.ActiveCfg = Debug|x64 + {976FFB2B-6B32-43E6-9659-8533492B8BEA}.Debug|x64.Build.0 = Debug|x64 + {976FFB2B-6B32-43E6-9659-8533492B8BEA}.Debug|x86.ActiveCfg = Debug|Win32 + {976FFB2B-6B32-43E6-9659-8533492B8BEA}.Debug|x86.Build.0 = Debug|Win32 + {976FFB2B-6B32-43E6-9659-8533492B8BEA}.Release|x64.ActiveCfg = Release|x64 + {976FFB2B-6B32-43E6-9659-8533492B8BEA}.Release|x64.Build.0 = Release|x64 + {976FFB2B-6B32-43E6-9659-8533492B8BEA}.Release|x86.ActiveCfg = Release|Win32 + {976FFB2B-6B32-43E6-9659-8533492B8BEA}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {4C3D7B8C-3BEB-4D74-8AED-51C2E029D005} + EndGlobalSection +EndGlobal diff --git a/opencv/opencv.cpp b/opencv/opencv.cpp new file mode 100644 index 0000000..956e0a8 Binary files /dev/null and b/opencv/opencv.cpp differ diff --git a/opencv/opencv.vcxproj b/opencv/opencv.vcxproj new file mode 100644 index 0000000..83d2b42 --- /dev/null +++ b/opencv/opencv.vcxproj @@ -0,0 +1,165 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {976FFB2B-6B32-43E6-9659-8533492B8BEA} + Win32Proj + opencv + 10.0.17134.0 + + + + Application + true + v141 + Unicode + + + Application + false + v141 + true + Unicode + + + Application + true + v141 + Unicode + + + Application + false + v141 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + Use + Level3 + Disabled + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Use + Level3 + Disabled + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Use + Level3 + MaxSpeed + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Use + Level3 + MaxSpeed + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + + Create + Create + Create + Create + + + + + + \ No newline at end of file diff --git a/opencv/opencv.vcxproj.filters b/opencv/opencv.vcxproj.filters new file mode 100644 index 0000000..59a9cab --- /dev/null +++ b/opencv/opencv.vcxproj.filters @@ -0,0 +1,33 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/opencv/stdafx.cpp b/opencv/stdafx.cpp new file mode 100644 index 0000000..ed06ebe Binary files /dev/null and b/opencv/stdafx.cpp differ diff --git a/opencv/stdafx.h b/opencv/stdafx.h new file mode 100644 index 0000000..94d4ed8 Binary files /dev/null and b/opencv/stdafx.h differ diff --git a/opencv/targetver.h b/opencv/targetver.h new file mode 100644 index 0000000..567cd34 Binary files /dev/null and b/opencv/targetver.h differ