From f9ba1d99cbc8018e8ecdb5ef5aad84dcb8719b57 Mon Sep 17 00:00:00 2001 From: Patrick Ruoff Date: Sun, 23 Sep 2012 16:16:17 +0000 Subject: PT: added reference to help updated vc9 project files git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@161 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb --- FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui | 13 +- FTNoIR_Tracker_PT/FTNoIR_Tracker_PT_vc9.vcproj | 14 +- FTNoIR_Tracker_PT/point_extractor.cpp | 8 +- FaceTrackNoIR/FaceTrackNoIR_vc9.vcproj | 115 ------- FaceTrackNoIR_vc9.sln | 6 + .../QFunctionConfigurator_vc9.vcproj | 354 +++++++++++++++++++++ .../QFunctionConfigurator_vc9.sln | 20 ++ 7 files changed, 401 insertions(+), 129 deletions(-) create mode 100644 QFunctionConfigurator/QFunctionConfigurator/QFunctionConfigurator_vc9.vcproj create mode 100644 QFunctionConfigurator/QFunctionConfigurator_vc9.sln diff --git a/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui b/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui index 38909013..77e412af 100644 --- a/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui +++ b/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui @@ -51,7 +51,7 @@ - 0 + 2 @@ -730,18 +730,21 @@ 30 30 - 131 - 81 + 161 + 111 - <html><head/><body><p><span style=" font-weight:600;">PointTracker Plugin </span></p><p><span style=" font-weight:600;">Version 0.1</span></p><p><span style=" font-weight:600;">by Patrick Ruoff</span></p></body></html> + <html><head/><body><p><span style=" font-weight:600;">FTNoIR PointTracker Plugin<br/>Version 0.1</span></p><p><span style=" font-weight:600;">by Patrick Ruoff</span></p><p><a href="http://ftnoirpt.sourceforge.net/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Manual (external)</span></a></p></body></html> + + + true - 170 + 200 30 141 141 diff --git a/FTNoIR_Tracker_PT/FTNoIR_Tracker_PT_vc9.vcproj b/FTNoIR_Tracker_PT/FTNoIR_Tracker_PT_vc9.vcproj index b938173d..51d2a38a 100644 --- a/FTNoIR_Tracker_PT/FTNoIR_Tracker_PT_vc9.vcproj +++ b/FTNoIR_Tracker_PT/FTNoIR_Tracker_PT_vc9.vcproj @@ -38,6 +38,9 @@ /> @@ -124,8 +128,8 @@ /> & PointExtractor::extract_points(Mat frame, float dt, bool dr // find connected components... // Method 1: contours - //* + /* // find contours vector< vector > contours; findContours(frame_bw.clone(), contours, CV_RETR_EXTERNAL, CV_CHAIN_APPROX_SIMPLE); @@ -64,10 +64,10 @@ const vector& PointExtractor::extract_points(Mat frame, float dt, bool dr c[1] = -(m.m01/m.m00 - frame.rows/2)/frame.cols; points.push_back(c); } - //*/ + */ // Method 2: floodfill - /* + //* // extract blobs struct BlobInfo { @@ -115,7 +115,7 @@ const vector& PointExtractor::extract_points(Mat frame, float dt, bool dr c[1] = -(m.m01/float(m.m00) - frame.rows/2)/frame.cols; points.push_back(c); } - */ + //*/ // draw output image if (draw_output) diff --git a/FaceTrackNoIR/FaceTrackNoIR_vc9.vcproj b/FaceTrackNoIR/FaceTrackNoIR_vc9.vcproj index d7540dce..9617836f 100644 --- a/FaceTrackNoIR/FaceTrackNoIR_vc9.vcproj +++ b/FaceTrackNoIR/FaceTrackNoIR_vc9.vcproj @@ -190,10 +190,6 @@ Filter="cpp;cxx;c;def" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > - - @@ -220,32 +216,6 @@ Filter="h" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" > - - - - - - - - @@ -298,32 +268,6 @@ /> - - - - - - - - @@ -578,18 +522,6 @@ Filter="cpp;moc" SourceControlFiles="false" > - - - - - @@ -614,18 +546,6 @@ /> - - - - - @@ -656,29 +576,6 @@ Filter="cpp;moc" SourceControlFiles="false" > - - - - - - - - @@ -703,18 +600,6 @@ /> - - - - - diff --git a/FaceTrackNoIR_vc9.sln b/FaceTrackNoIR_vc9.sln index 140a254f..1ba0c10e 100644 --- a/FaceTrackNoIR_vc9.sln +++ b/FaceTrackNoIR_vc9.sln @@ -33,6 +33,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FTNoIR_Filter_Accela", "FTN EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FTNoIR_Tracker_PT", "FTNoIR_Tracker_PT\FTNoIR_Tracker_PT_vc9.vcproj", "{7A2A2560-9253-4CC8-A9D5-4B9D9C224D9D}" EndProject +Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SetupFaceTrackNoIR", "SetupFaceTrackNoIR\SetupFaceTrackNoIR_vc9.vdproj", "{043D4535-6CF9-439A-A144-80208CA0313B}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -103,6 +105,10 @@ Global {7A2A2560-9253-4CC8-A9D5-4B9D9C224D9D}.Debug|Win32.Build.0 = Debug|Win32 {7A2A2560-9253-4CC8-A9D5-4B9D9C224D9D}.Release|Win32.ActiveCfg = Release|Win32 {7A2A2560-9253-4CC8-A9D5-4B9D9C224D9D}.Release|Win32.Build.0 = Release|Win32 + {043D4535-6CF9-439A-A144-80208CA0313B}.Debug|Win32.ActiveCfg = Debug + {043D4535-6CF9-439A-A144-80208CA0313B}.Debug|Win32.Build.0 = Debug + {043D4535-6CF9-439A-A144-80208CA0313B}.Release|Win32.ActiveCfg = Release + {043D4535-6CF9-439A-A144-80208CA0313B}.Release|Win32.Build.0 = Release EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/QFunctionConfigurator/QFunctionConfigurator/QFunctionConfigurator_vc9.vcproj b/QFunctionConfigurator/QFunctionConfigurator/QFunctionConfigurator_vc9.vcproj new file mode 100644 index 00000000..940a6198 --- /dev/null +++ b/QFunctionConfigurator/QFunctionConfigurator/QFunctionConfigurator_vc9.vcproj @@ -0,0 +1,354 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/QFunctionConfigurator/QFunctionConfigurator_vc9.sln b/QFunctionConfigurator/QFunctionConfigurator_vc9.sln new file mode 100644 index 00000000..3e82962f --- /dev/null +++ b/QFunctionConfigurator/QFunctionConfigurator_vc9.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "QFunctionConfigurator", "QFunctionConfigurator\QFunctionConfigurator_vc9.vcproj", "{2527B683-7EFC-4D51-B25A-843668649C54}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2527B683-7EFC-4D51-B25A-843668649C54}.Debug|Win32.ActiveCfg = Debug|Win32 + {2527B683-7EFC-4D51-B25A-843668649C54}.Debug|Win32.Build.0 = Debug|Win32 + {2527B683-7EFC-4D51-B25A-843668649C54}.Release|Win32.ActiveCfg = Release|Win32 + {2527B683-7EFC-4D51-B25A-843668649C54}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal -- cgit v1.2.3