diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6d3a38c --- /dev/null +++ b/.gitignore @@ -0,0 +1,341 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ +# ASP.NET Core default setup: bower directory is configured as wwwroot/lib/ and bower restore is true +**/wwwroot/lib/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# JetBrains Rider +.idea/ +*.sln.iml + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb \ No newline at end of file diff --git a/detectionlib/feature.h b/detectionlib/feature.h index 9fbe0fb..406aa51 100644 --- a/detectionlib/feature.h +++ b/detectionlib/feature.h @@ -73,11 +73,14 @@ struct Desc struct Space { public: - double min; - double max; - double step; - Space(double _min, double _max, double _step): - min(_min), max(_max), step(_step){} + double _min; + double _max; + double _step; + + Space(double minimum, double maximum, double step) : + _min(minimum), _max(maximum), _step(step) + { + } }; diff --git a/detectionlib/index.cpp b/detectionlib/index.cpp index 66c88f6..f1674d1 100644 --- a/detectionlib/index.cpp +++ b/detectionlib/index.cpp @@ -79,7 +79,7 @@ vector Index::getBitHistogram(const Mat &descriptors) vector Index::createPos() { vector rng; - int max = 255; + const int max = 255; bool exist[max]; for (int i = 0; i < max; i++) { @@ -101,6 +101,7 @@ vector Index::createPos() return rng; } +const double M_PI = 3.141592653589793238463; const vector> Index::rotateXs() { vector> data; diff --git a/detectionlib/objectdetector.cpp b/detectionlib/objectdetector.cpp index a9847a3..7c5c566 100644 --- a/detectionlib/objectdetector.cpp +++ b/detectionlib/objectdetector.cpp @@ -266,14 +266,3 @@ void ObjectDetector::operator()(const size_t frame_number, const Mat &frameInput indices.clear(); descriptors.clear(); } - - - - - - - - - - - diff --git a/detectionlib/training.cpp b/detectionlib/training.cpp index 984a28e..fd343fd 100644 --- a/detectionlib/training.cpp +++ b/detectionlib/training.cpp @@ -40,11 +40,13 @@ const int Train::minDistance2ReferencePointSqr = minDistance2ReferencePoint * const int Train::HALF_PATCH_WIDTH = 15; const int Train::SIGMA_BLUR = 15; +const double M_PI = 3.141592653589793238463; double Train::rad2Deg(double rad) { return rad*(180/M_PI); } + double Train::deg2Rad(double deg) { return deg*(M_PI/180); @@ -301,9 +303,9 @@ int Train::fastTrainFromReference(Mat &image, SimpleParams ¶ms, int threshold = chooseFASTThreshold(image, 200, 255); - for (double scale = params.scale.max; scale > params.scale.min; scale*=params.scale.step) + for (double scale = params.scale._max; scale > params.scale._min; scale*=params.scale._step) { - for (double roll = params.roll.min; roll < params.roll.max; roll+=params.roll.step) + for (double roll = params.roll._min; roll < params.roll._max; roll+=params.roll._step) { Mat rotated, descriptor; vector cr = rotateImage(image, rotated, roll, scale); @@ -402,23 +404,23 @@ void Train::trainFromReferenceImage(Mat &image, ViewParams ¶ms, vector detector = Train::create(params.detector); Ptr extractor = Train::create(params.extractor); - for ( double yaw = params.yaw.min; yaw < params.yaw.max; yaw += params.yaw.step ) + for ( double yaw = params.yaw._min; yaw < params.yaw._max; yaw += params.yaw._step ) { - for ( double pitch = params.pitch.min; pitch < params.pitch.max; pitch += params.pitch.step ) + for ( double pitch = params.pitch._min; pitch < params.pitch._max; pitch += params.pitch._step ) { - for ( double roll = params.roll.min; roll < params.roll.max; roll += params.roll.step ) + for ( double roll = params.roll._min; roll < params.roll._max; roll += params.roll._step ) { - for ( double scale = params.scale.max; scale >= params.scale.min; scale *= params.scale.step ) + for ( double scale = params.scale._max; scale >= params.scale._min; scale *= params.scale._step ) { viewPointBin++; printf("Training %d / %d\n", viewPointBin, totalBins); @@ -435,9 +437,9 @@ void Train::trainFromReferenceImage(Mat &image, ViewParams ¶ms, vector corners; - rPitch = rng.uniform(pitch, pitch + params.pitch.step); - rYaw = rng.uniform(yaw,yaw + params.yaw.step); - rRoll = rng.uniform(roll, roll + params.roll.step); + rPitch = rng.uniform(pitch, pitch + params.pitch._step); + rYaw = rng.uniform(yaw,yaw + params.yaw._step); + rRoll = rng.uniform(roll, roll + params.roll._step); warpImage(image, rYaw, rPitch ,rRoll, scale, params.fov, warped, projecMatrix, corners); diff --git a/detectionlib/warping.cpp b/detectionlib/warping.cpp index 9c074d4..1f82764 100644 --- a/detectionlib/warping.cpp +++ b/detectionlib/warping.cpp @@ -34,6 +34,8 @@ #include "warping.h" +const double M_PI = 3.141592653589793238463; + double Warping::rad2Deg(double rad) { return rad*(180/M_PI); diff --git a/vs2017/Detection3D/Detection3D.sln b/vs2017/Detection3D/Detection3D.sln new file mode 100644 index 0000000..337f3ed --- /dev/null +++ b/vs2017/Detection3D/Detection3D.sln @@ -0,0 +1,42 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.168 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Detection3D", "Detection3D\Detection3D.vcxproj", "{B5C39958-63E3-4984-9727-5AA74F9B8F89}" + ProjectSection(ProjectDependencies) = postProject + {667C3929-2FF1-3ED7-97BB-F7D9F4CEFFCA} = {667C3929-2FF1-3ED7-97BB-F7D9F4CEFFCA} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opencv_modules", "..\..\..\opencvbuild\opencv_modules.vcxproj", "{667C3929-2FF1-3ED7-97BB-F7D9F4CEFFCA}" +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 + {B5C39958-63E3-4984-9727-5AA74F9B8F89}.Debug|x64.ActiveCfg = Debug|x64 + {B5C39958-63E3-4984-9727-5AA74F9B8F89}.Debug|x64.Build.0 = Debug|x64 + {B5C39958-63E3-4984-9727-5AA74F9B8F89}.Debug|x86.ActiveCfg = Debug|Win32 + {B5C39958-63E3-4984-9727-5AA74F9B8F89}.Debug|x86.Build.0 = Debug|Win32 + {B5C39958-63E3-4984-9727-5AA74F9B8F89}.Release|x64.ActiveCfg = Release|x64 + {B5C39958-63E3-4984-9727-5AA74F9B8F89}.Release|x64.Build.0 = Release|x64 + {B5C39958-63E3-4984-9727-5AA74F9B8F89}.Release|x86.ActiveCfg = Release|Win32 + {B5C39958-63E3-4984-9727-5AA74F9B8F89}.Release|x86.Build.0 = Release|Win32 + {667C3929-2FF1-3ED7-97BB-F7D9F4CEFFCA}.Debug|x64.ActiveCfg = Debug|Win32 + {667C3929-2FF1-3ED7-97BB-F7D9F4CEFFCA}.Debug|x86.ActiveCfg = Debug|Win32 + {667C3929-2FF1-3ED7-97BB-F7D9F4CEFFCA}.Debug|x86.Build.0 = Debug|Win32 + {667C3929-2FF1-3ED7-97BB-F7D9F4CEFFCA}.Release|x64.ActiveCfg = Release|Win32 + {667C3929-2FF1-3ED7-97BB-F7D9F4CEFFCA}.Release|x86.ActiveCfg = Release|Win32 + {667C3929-2FF1-3ED7-97BB-F7D9F4CEFFCA}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {51D3239E-5F4F-4450-93AB-1AB8391301AC} + EndGlobalSection +EndGlobal diff --git a/vs2017/Detection3D/Detection3D/Detection3D.cpp b/vs2017/Detection3D/Detection3D/Detection3D.cpp new file mode 100644 index 0000000..f16b751 --- /dev/null +++ b/vs2017/Detection3D/Detection3D/Detection3D.cpp @@ -0,0 +1,20 @@ +// Detection3D.cpp : This file contains the 'main' function. Program execution begins and ends there. +// + +#include + +int main() +{ + std::cout << "Hello World!\n"; +} + +// Run program: Ctrl + F5 or Debug > Start Without Debugging menu +// Debug program: F5 or Debug > Start Debugging menu + +// Tips for Getting Started: +// 1. Use the Solution Explorer window to add/manage files +// 2. Use the Team Explorer window to connect to source control +// 3. Use the Output window to see build output and other messages +// 4. Use the Error List window to view errors +// 5. Go to Project > Add New Item to create new code files, or Project > Add Existing Item to add existing code files to the project +// 6. In the future, to open this project again, go to File > Open > Project and select the .sln file diff --git a/vs2017/Detection3D/Detection3D/Detection3D.rc b/vs2017/Detection3D/Detection3D/Detection3D.rc new file mode 100644 index 0000000..804f9ba Binary files /dev/null and b/vs2017/Detection3D/Detection3D/Detection3D.rc differ diff --git a/vs2017/Detection3D/Detection3D/Detection3D.vcxproj b/vs2017/Detection3D/Detection3D/Detection3D.vcxproj new file mode 100644 index 0000000..1bf668d --- /dev/null +++ b/vs2017/Detection3D/Detection3D/Detection3D.vcxproj @@ -0,0 +1,210 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {B5C39958-63E3-4984-9727-5AA74F9B8F89} + Win32Proj + Detection3D + 10.0.17763.0 + + + + Application + true + v141 + Unicode + + + Application + false + v141 + true + Unicode + + + Application + true + v141 + Unicode + + + Application + false + v141 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + NotUsing + TurnOffAllWarnings + Disabled + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS + true + pch.h + E:\projects\uOttawa\opencvbuild\;E:\projects\uOttawa\opencv\include\;E:\projects\uOttawa\opencv\include\opencv;E:\projects\uOttawa\opencv\modules\features2d\include;E:\projects\uOttawa\opencv\modules\highgui\include;E:\projects\uOttawa\opencv\modules\core\include;E:\projects\uOttawa\opencv\modules\flann\include;E:\projects\uOttawa\opencv\modules\imgproc\include;E:\projects\uOttawa\opencv\modules\nonfree\include;E:\projects\uOttawa\opencv\modules\video\include;E:\projects\uOttawa\detection3D\vivalib\;E:\projects\uOttawa\opencv\modules\photo\include;E:\projects\uOttawa\opencv\modules\objdetect\include;E:\projects\uOttawa\opencv\modules\calib3d\include;E:\projects\uOttawa\opencv\modules\ml\include;E:\projects\uOttawa\opencv\modules\contrib\include;%(AdditionalIncludeDirectories) + + + Console + true + + + + + NotUsing + TurnOffAllWarnings + Disabled + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS + true + pch.h + E:\projects\uOttawa\opencvbuild\;E:\projects\uOttawa\opencv\include\;E:\projects\uOttawa\opencv\include\opencv;E:\projects\uOttawa\opencv\modules\features2d\include;E:\projects\uOttawa\opencv\modules\highgui\include;E:\projects\uOttawa\opencv\modules\core\include;E:\projects\uOttawa\opencv\modules\flann\include;E:\projects\uOttawa\opencv\modules\imgproc\include;E:\projects\uOttawa\opencv\modules\nonfree\include;E:\projects\uOttawa\opencv\modules\video\include;E:\projects\uOttawa\detection3D\vivalib\;E:\projects\uOttawa\opencv\modules\photo\include;E:\projects\uOttawa\opencv\modules\objdetect\include;E:\projects\uOttawa\opencv\modules\calib3d\include;E:\projects\uOttawa\opencv\modules\ml\include;E:\projects\uOttawa\opencv\modules\contrib\include;%(AdditionalIncludeDirectories) + + + Console + true + + + + + NotUsing + TurnOffAllWarnings + MaxSpeed + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS + true + pch.h + E:\projects\uOttawa\opencvbuild\;E:\projects\uOttawa\opencv\include\;E:\projects\uOttawa\opencv\include\opencv;E:\projects\uOttawa\opencv\modules\features2d\include;E:\projects\uOttawa\opencv\modules\highgui\include;E:\projects\uOttawa\opencv\modules\core\include;E:\projects\uOttawa\opencv\modules\flann\include;E:\projects\uOttawa\opencv\modules\imgproc\include;E:\projects\uOttawa\opencv\modules\nonfree\include;E:\projects\uOttawa\opencv\modules\video\include;E:\projects\uOttawa\detection3D\vivalib\;E:\projects\uOttawa\opencv\modules\photo\include;E:\projects\uOttawa\opencv\modules\objdetect\include;E:\projects\uOttawa\opencv\modules\calib3d\include;E:\projects\uOttawa\opencv\modules\ml\include;E:\projects\uOttawa\opencv\modules\contrib\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + + + + + NotUsing + TurnOffAllWarnings + MaxSpeed + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS + true + pch.h + E:\projects\uOttawa\opencvbuild\;E:\projects\uOttawa\opencv\include\;E:\projects\uOttawa\opencv\include\opencv;E:\projects\uOttawa\opencv\modules\features2d\include;E:\projects\uOttawa\opencv\modules\highgui\include;E:\projects\uOttawa\opencv\modules\core\include;E:\projects\uOttawa\opencv\modules\flann\include;E:\projects\uOttawa\opencv\modules\imgproc\include;E:\projects\uOttawa\opencv\modules\nonfree\include;E:\projects\uOttawa\opencv\modules\video\include;E:\projects\uOttawa\detection3D\vivalib\;E:\projects\uOttawa\opencv\modules\photo\include;E:\projects\uOttawa\opencv\modules\objdetect\include;E:\projects\uOttawa\opencv\modules\calib3d\include;E:\projects\uOttawa\opencv\modules\ml\include;E:\projects\uOttawa\opencv\modules\contrib\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/vs2017/Detection3D/Detection3D/Detection3D.vcxproj.filters b/vs2017/Detection3D/Detection3D/Detection3D.vcxproj.filters new file mode 100644 index 0000000..1753bf2 --- /dev/null +++ b/vs2017/Detection3D/Detection3D/Detection3D.vcxproj.filters @@ -0,0 +1,161 @@ + + + + + {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 + + + {201ab2df-0822-4740-9a8e-916bbc537cb8} + + + {6d37b290-e133-44a3-bd4f-85252a82fb88} + + + + + Header Files + + + Header Files + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\vivalib + + + Source Files\vivalib + + + Source Files\vivalib + + + Source Files\vivalib + + + Source Files\vivalib + + + Source Files\vivalib + + + Source Files\vivalib + + + + + Source Files + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\detectionlib + + + Source Files\vivalib + + + Source Files\vivalib + + + Source Files\vivalib + + + Source Files\vivalib + + + Source Files\vivalib + + + Source Files\vivalib + + + + + Resource Files + + + \ No newline at end of file diff --git a/vs2017/Detection3D/Detection3D/resource.h b/vs2017/Detection3D/Detection3D/resource.h new file mode 100644 index 0000000..46d10da --- /dev/null +++ b/vs2017/Detection3D/Detection3D/resource.h @@ -0,0 +1,14 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by Detection3D.rc + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 101 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1001 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif