diff --git a/DR_ColorUndistort.sln b/DR_ColorUndistort.sln new file mode 100644 index 0000000..c4ebbff --- /dev/null +++ b/DR_ColorUndistort.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31702.278 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DR_ColorUndistort", "DR_ColorUndistort\DR_ColorUndistort.vcxproj", "{CF353A81-9E2E-46A0-8B0B-7A44C8A85A93}" +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 + {CF353A81-9E2E-46A0-8B0B-7A44C8A85A93}.Debug|x64.ActiveCfg = Debug|x64 + {CF353A81-9E2E-46A0-8B0B-7A44C8A85A93}.Debug|x64.Build.0 = Debug|x64 + {CF353A81-9E2E-46A0-8B0B-7A44C8A85A93}.Debug|x86.ActiveCfg = Debug|Win32 + {CF353A81-9E2E-46A0-8B0B-7A44C8A85A93}.Debug|x86.Build.0 = Debug|Win32 + {CF353A81-9E2E-46A0-8B0B-7A44C8A85A93}.Release|x64.ActiveCfg = Release|x64 + {CF353A81-9E2E-46A0-8B0B-7A44C8A85A93}.Release|x64.Build.0 = Release|x64 + {CF353A81-9E2E-46A0-8B0B-7A44C8A85A93}.Release|x86.ActiveCfg = Release|Win32 + {CF353A81-9E2E-46A0-8B0B-7A44C8A85A93}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F3E8F248-2AA3-4B50-91E6-4EEC40563917} + EndGlobalSection +EndGlobal diff --git a/DR_ColorUndistort/DR_ColorUndistort.vcxproj b/DR_ColorUndistort/DR_ColorUndistort.vcxproj new file mode 100644 index 0000000..ff22949 --- /dev/null +++ b/DR_ColorUndistort/DR_ColorUndistort.vcxproj @@ -0,0 +1,154 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {cf353a81-9e2e-46a0-8b0b-7a44c8a85a93} + DRColorUndistort + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + false + + + true + + + false + + + + Level3 + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + D:\Libs\iapg_libs\libs\include + + + Console + true + D:\Libs\iapg_libs\libs\libs\x64_vc14\Debug + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + D:\Libs\iapg_libs\libs\include + + + Console + true + true + true + D:\Libs\iapg_libs\libs\libs\x64_vc14\Release + + + + + + + + + + + + \ No newline at end of file diff --git a/DR_ColorUndistort/DR_ColorUndistort.vcxproj.filters b/DR_ColorUndistort/DR_ColorUndistort.vcxproj.filters new file mode 100644 index 0000000..591cf6a --- /dev/null +++ b/DR_ColorUndistort/DR_ColorUndistort.vcxproj.filters @@ -0,0 +1,27 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;h++;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 + + + + + Quelldateien + + + + + Headerdateien + + + \ No newline at end of file diff --git a/DR_ColorUndistort/main.cpp b/DR_ColorUndistort/main.cpp new file mode 100644 index 0000000..7c98241 --- /dev/null +++ b/DR_ColorUndistort/main.cpp @@ -0,0 +1,11 @@ +#include "main.h" +#include +#include +#include +#include + +int main(int argc, char** argv) { + std::cout << "Hello World" << std::endl; + + return 0; +} diff --git a/DR_ColorUndistort/main.h b/DR_ColorUndistort/main.h new file mode 100644 index 0000000..c8cceaf --- /dev/null +++ b/DR_ColorUndistort/main.h @@ -0,0 +1,17 @@ +#pragma once +#ifdef _DEBUG +#pragma comment(lib, "Calculations2d.lib") +#pragma comment(lib, "opencv_core320d.lib") +#pragma comment(lib, "opencv_highgui320d.lib") +#pragma comment(lib, "opencv_imgproc320d.lib") +#pragma comment(lib, "opencv_imgcodecs320d.lib") + +#else +#pragma comment(lib, "Calculations2.lib") +#pragma comment(lib, "opencv_core320.lib") +#pragma comment(lib, "opencv_highgui320.lib") +#pragma comment(lib, "opencv_imgproc320.lib") +#pragma comment(lib, "opencv_imgcodecs320.lib") + +#endif +