From 9cf4f807466a42d4b04ef2e577206f1df7f6691e Mon Sep 17 00:00:00 2001 From: Mikhail Grigorev Date: Tue, 20 May 2014 11:58:18 +0600 Subject: [PATCH] Fixed samples MultiDemo Signed-off-by: Mikhail Grigorev --- .../MultiDemo/Augmented reality/simplAR.dpr | 9 +-- .../MultiDemo/Augmented reality/simplAR.dproj | 62 ++++++++++++++--- .../MultiDemo/Augmented reality/simplAR.res | Bin 96 -> 96 bytes .../CameraCalibrate/CameraCalibrate.dpr | 11 +-- .../CameraCalibrate/CameraCalibrate.dproj | 59 ++++++++++++++-- .../CameraCalibrate/CameraCalibrate.res | Bin 96 -> 96 bytes .../CameraCaptureAndFindContours.dpr | 5 +- .../CameraCaptureAndFindContours.dproj | 59 ++++++++++++++-- .../CameraCaptureAndFindContours.res | Bin 96 -> 96 bytes .../MultiDemo/CameraShift/CameraShift.dproj | 59 ++++++++++++++-- samples/MultiDemo/CameraShift/CameraShift.res | Bin 96 -> 96 bytes .../MultiDemo/CarNumDetect/CarNumDetect.dpr | 3 +- .../MultiDemo/CarNumDetect/CarNumDetect.dproj | 52 ++++++++++++-- .../MultiDemo/CarNumDetect/CarNumDetect.res | Bin 96 -> 96 bytes samples/MultiDemo/FaceDetect/FaceDetect.dpr | 5 +- samples/MultiDemo/FaceDetect/FaceDetect.dproj | 59 ++++++++++++++-- samples/MultiDemo/FaceDetect/FaceDetect.res | Bin 96 -> 96 bytes samples/MultiDemo/FaceDetect/FaceDetect2.dpr | 7 +- .../MultiDemo/FaceDetect/FaceDetect2.dproj | 59 ++++++++++++++-- samples/MultiDemo/FaceDetect/FaceDetect2.res | Bin 96 -> 96 bytes .../LockWorkstation.dproj | 64 +++++++++++++++--- .../LockWorkstation.res | Bin 139724 -> 139176 bytes .../uMainForm.dfm | 2 +- .../uMainForm.pas | 4 +- samples/MultiDemo/FrameRecon/FrameRecon.dpr | 7 +- samples/MultiDemo/FrameRecon/FrameRecon.dproj | 59 ++++++++++++++-- samples/MultiDemo/FrameRecon/FrameRecon.res | Bin 96 -> 96 bytes .../MultiDemo/HandsDetect/HandsDetect.dproj | 62 +++++++++++++++-- samples/MultiDemo/HandsDetect/HandsDetect.res | Bin 96 -> 96 bytes .../MultiDemo/Hello World/HelloWorld.dproj | 59 ++++++++++++++-- samples/MultiDemo/Hello World/HelloWorld.res | Bin 96 -> 96 bytes .../IPCamVideoCapture/IPCamVideoCapture.dproj | 62 ++++++++++++++--- .../IPCamVideoCapture/IPCamVideoCapture.res | Bin 96 -> 96 bytes .../MultiDemo/MotionDetect/MotionDetect.dproj | 52 ++++++++++++-- .../MultiDemo/MotionDetect/MotionDetect.res | Bin 96 -> 96 bytes .../ObjectTracking/ObjectTrack.dproj | 58 ++++++++++++++-- .../MultiDemo/ObjectTracking/ObjectTrack.res | Bin 96 -> 96 bytes samples/MultiDemo/Squares/Squares.dpr | 5 +- samples/MultiDemo/Squares/Squares.dproj | 59 ++++++++++++++-- samples/MultiDemo/Squares/Squares.res | Bin 96 -> 96 bytes samples/MultiDemo/Stereo/Stereo.dpr | 12 ++-- samples/MultiDemo/Stereo/Stereo.dproj | 59 ++++++++++++++-- samples/MultiDemo/Stereo/Stereo.res | Bin 96 -> 96 bytes samples/MultiDemo/TrackColor/TrackColor.dproj | 62 ++++++++++++++--- samples/MultiDemo/TrackColor/TrackColor.res | Bin 96 -> 96 bytes .../MultiDemo/TwoCameras/TwoCameras_C.dproj | 62 ++++++++++++++--- samples/MultiDemo/TwoCameras/TwoCameras_C.res | Bin 96 -> 96 bytes .../TwoCameras/TwoCameras_C_Thread.dproj | 62 ++++++++++++++--- .../TwoCameras/TwoCameras_C_Thread.res | Bin 96 -> 96 bytes .../VideoProcessing/VideoProcessing.dpr | 5 +- .../VideoProcessing/VideoProcessing.dproj | 59 ++++++++++++++-- .../VideoProcessing/VideoProcessing.res | Bin 96 -> 96 bytes samples/MultiDemo/fback/fback_c.dproj | 59 ++++++++++++++-- samples/MultiDemo/fback/fback_c.res | Bin 96 -> 96 bytes samples/MultiDemo/minarea/minarea.dproj | 59 ++++++++++++++-- samples/MultiDemo/minarea/minarea.res | Bin 96 -> 96 bytes samples/MultiDemo/mmdt/mmdt.dproj | 59 ++++++++++++++-- samples/MultiDemo/mmdt/mmdt.res | Bin 96 -> 96 bytes 58 files changed, 1272 insertions(+), 168 deletions(-) diff --git a/samples/MultiDemo/Augmented reality/simplAR.dpr b/samples/MultiDemo/Augmented reality/simplAR.dpr index 6f07630..9b8de96 100644 --- a/samples/MultiDemo/Augmented reality/simplAR.dpr +++ b/samples/MultiDemo/Augmented reality/simplAR.dpr @@ -39,12 +39,13 @@ uses Core.types_c, calib3d_c, imgproc_c, - imgproc.types_c; + imgproc.types_c, + uResourcePaths; const - // Print pattern "resource\chessboard 6x5.jpg" - trailer_filename = 'resource\trailer.avi'; - pic_filename = 'resource\pic.jpg'; + // Print pattern "chessboard 6x5.jpg" + trailer_filename = cResourceMedia + 'trailer.avi'; + pic_filename = cResourceMedia + 'pic.jpg'; Var capture: pCvCapture = nil; diff --git a/samples/MultiDemo/Augmented reality/simplAR.dproj b/samples/MultiDemo/Augmented reality/simplAR.dproj index 47bf333..3099060 100644 --- a/samples/MultiDemo/Augmented reality/simplAR.dproj +++ b/samples/MultiDemo/Augmented reality/simplAR.dproj @@ -3,8 +3,8 @@ {2AB18958-8E39-4F33-B1B9-D20DB968E408} simplAR.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,11 +18,28 @@ Base true + + true + Base + true + true Base true + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + true Base @@ -34,6 +51,12 @@ true true + + true + Cfg_2 + true + true + simplAR false @@ -53,22 +76,46 @@ CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= 1033 + + Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + false RELEASE;$(DCC_Define) 0 0 + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + DEBUG;$(DCC_Define) false true - None + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= 1033 + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + MainSource @@ -129,17 +176,14 @@ - ExpressPrinting System ReportLink for TeeChart by Developer Express Inc. - ExpressPrinting System ReportLink for DBTeeChart by Developer Express Inc. - Microsoft Office XP Sample Automation Server Wrapper Components - Microsoft Office 2000 Sample Automation Server Wrapper Components - Embarcadero C++Builder Office 2000 Servers Package + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components False True - False + True 12 diff --git a/samples/MultiDemo/Augmented reality/simplAR.res b/samples/MultiDemo/Augmented reality/simplAR.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8 diff --git a/samples/MultiDemo/CameraCalibrate/CameraCalibrate.dpr b/samples/MultiDemo/CameraCalibrate/CameraCalibrate.dpr index 651d5d0..7c561a5 100644 --- a/samples/MultiDemo/CameraCalibrate/CameraCalibrate.dpr +++ b/samples/MultiDemo/CameraCalibrate/CameraCalibrate.dpr @@ -36,7 +36,8 @@ uses Core.types_c, imgproc_c, imgproc.types_c, - calib3d_c; + calib3d_c, + uResourcePaths; var // Setting the input list //Ócòàíîâèì âõîäíîé cïècîê @@ -278,15 +279,15 @@ begin // ñÎÕÐÀÍßÅÌ ÂÍÓÒÐÅÍÍÈÅ ÏÀÐÀÌÅÒÐÛ È ÄÈñÒÎðñÈÞ // Parameters and maintains internal distortion - cvSave('result\Intrinsics.xml', intrinsic_matrix); - cvSave('result\Distortion.xml', distortion_coeffs); + cvSave(cResourceResult + 'Intrinsics.xml', intrinsic_matrix); + cvSave(cResourceResult + 'Distortion.xml', distortion_coeffs); // ------------------------------------------------------------- // ÏÐÈÌÅÐ ÇÀÃÐÓÇÊÈ ÝÒÈÕ ÌÀÒÐÈÖ ÍÀÇÀÄ Â ÏÐÎÃÐÀÌÌÌÓ: // Loading examples of these matrices back into the program: - intrinsic := cvLoad('result\Intrinsics.xml'); - Distortion := cvLoad('result\Distortion.xml'); + intrinsic := cvLoad(cResourceResult + 'Intrinsics.xml'); + Distortion := cvLoad(cResourceResult + 'Distortion.xml'); // còðîèì êàðòó àíäècòîðcèè, êîòîðóþ ìû áóäåì ècïîëüçîâàòü // äëÿ âcåõ ïîcëåäóþùèõ êàäðîâ. diff --git a/samples/MultiDemo/CameraCalibrate/CameraCalibrate.dproj b/samples/MultiDemo/CameraCalibrate/CameraCalibrate.dproj index 2e9c011..f461fe0 100644 --- a/samples/MultiDemo/CameraCalibrate/CameraCalibrate.dproj +++ b/samples/MultiDemo/CameraCalibrate/CameraCalibrate.dproj @@ -3,8 +3,8 @@ {7579E0D0-8D54-460C-8920-D633B273A12A} CameraCalibrate.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,11 +18,28 @@ Base true + + true + Base + true + true Base true + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + true Base @@ -34,6 +51,12 @@ true true + + true + Cfg_2 + true + true + CameraCalibrate false @@ -53,22 +76,46 @@ CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= 1033 + + Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + 0 0 RELEASE;$(DCC_Define) false + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + true false DEBUG;$(DCC_Define) - None + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= 1033 + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + MainSource @@ -128,11 +175,15 @@ + + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + False True - False + True 12 diff --git a/samples/MultiDemo/CameraCalibrate/CameraCalibrate.res b/samples/MultiDemo/CameraCalibrate/CameraCalibrate.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8 diff --git a/samples/MultiDemo/CameraCaptureFindContours/CameraCaptureAndFindContours.dpr b/samples/MultiDemo/CameraCaptureFindContours/CameraCaptureAndFindContours.dpr index 2f436d1..ffc2c48 100644 --- a/samples/MultiDemo/CameraCaptureFindContours/CameraCaptureAndFindContours.dpr +++ b/samples/MultiDemo/CameraCaptureFindContours/CameraCaptureAndFindContours.dpr @@ -34,7 +34,8 @@ uses core_c, Core.types_c, imgproc_c, - imgproc.types_c; + imgproc.types_c, + uResourcePaths; var capture: PCvCapture; @@ -91,7 +92,7 @@ begin else if (cc = 13) then begin // cîõðàíÿåì êàäð â ôàéë - filename := pCVChar(AnsiString(Format('Image %d.jpg'#0, [counter]))); + filename := pCVChar(AnsiString(cResourceResult + Format('Image %d.jpg'#0, [counter]))); WriteLn('[i] capture - ', filename); cvSaveImage(filename, frame); Inc(counter); diff --git a/samples/MultiDemo/CameraCaptureFindContours/CameraCaptureAndFindContours.dproj b/samples/MultiDemo/CameraCaptureFindContours/CameraCaptureAndFindContours.dproj index d0b8343..504f7db 100644 --- a/samples/MultiDemo/CameraCaptureFindContours/CameraCaptureAndFindContours.dproj +++ b/samples/MultiDemo/CameraCaptureFindContours/CameraCaptureAndFindContours.dproj @@ -3,8 +3,8 @@ {9633D545-EF17-4E79-8C91-8DCAC56D6E4F} CameraCaptureAndFindContours.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,11 +18,28 @@ Base true + + true + Base + true + true Base true + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + true Base @@ -34,6 +51,12 @@ true true + + true + Cfg_2 + true + true + CameraCaptureAndFindContours false @@ -53,22 +76,46 @@ CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= 1033 + + Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + 0 0 RELEASE;$(DCC_Define) false + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + true false DEBUG;$(DCC_Define) - None + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= 1033 + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + MainSource @@ -128,11 +175,15 @@ + + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + False True - False + True 12 diff --git a/samples/MultiDemo/CameraCaptureFindContours/CameraCaptureAndFindContours.res b/samples/MultiDemo/CameraCaptureFindContours/CameraCaptureAndFindContours.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8 diff --git a/samples/MultiDemo/CameraShift/CameraShift.dproj b/samples/MultiDemo/CameraShift/CameraShift.dproj index 4438834..b074ddc 100644 --- a/samples/MultiDemo/CameraShift/CameraShift.dproj +++ b/samples/MultiDemo/CameraShift/CameraShift.dproj @@ -3,8 +3,8 @@ {3241E823-E129-4F66-8AF6-C74D02E83B15} CameraShift.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,11 +18,28 @@ Base true + + true + Base + true + true Base true + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + true Base @@ -34,6 +51,12 @@ true true + + true + Cfg_2 + true + true + CameraShift false @@ -53,21 +76,45 @@ CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + 0 false 0 RELEASE;$(DCC_Define) + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + true DEBUG;$(DCC_Define) false + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) 1033 CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - None @@ -128,11 +175,15 @@ + + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + False True - False + True 12 diff --git a/samples/MultiDemo/CameraShift/CameraShift.res b/samples/MultiDemo/CameraShift/CameraShift.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8 diff --git a/samples/MultiDemo/CarNumDetect/CarNumDetect.dpr b/samples/MultiDemo/CarNumDetect/CarNumDetect.dpr index 3f62b28..14102c1 100644 --- a/samples/MultiDemo/CarNumDetect/CarNumDetect.dpr +++ b/samples/MultiDemo/CarNumDetect/CarNumDetect.dpr @@ -38,7 +38,8 @@ uses core_c, Core.types_c, imgproc_c, - imgproc.types_c; + imgproc.types_c, + uResourcePaths; const filename_ini = 'carnumdetect.ini'; diff --git a/samples/MultiDemo/CarNumDetect/CarNumDetect.dproj b/samples/MultiDemo/CarNumDetect/CarNumDetect.dproj index eb88e35..c257f95 100644 --- a/samples/MultiDemo/CarNumDetect/CarNumDetect.dproj +++ b/samples/MultiDemo/CarNumDetect/CarNumDetect.dproj @@ -3,8 +3,8 @@ {A8A9919B-ED5B-431B-AEEF-F1BCE5E6B42F} CarNumDetect.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,6 +18,11 @@ Base true + + true + Base + true + true Base @@ -29,6 +34,12 @@ true true + + true + Cfg_1 + true + true + true Base @@ -40,6 +51,12 @@ true true + + true + Cfg_2 + true + true + CarNumDetect false @@ -57,6 +74,11 @@ 1033 CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + false 0 @@ -64,9 +86,17 @@ RELEASE;$(DCC_Define) + .\$(Platform)\$(Config) None 1033 - .\..\..\..\bin + ..\..\..\bin\$(Platform) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + .\$(Platform)\$(Config) + None + ..\..\..\bin\$(Platform) + 1033 CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= @@ -75,11 +105,19 @@ false + .\$(Platform)\$(Config) 1033 - .\..\..\..\bin + ..\..\..\bin\$(Platform) None CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + .\$(Platform)\$(Config) + None + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + MainSource @@ -140,14 +178,14 @@ - Microsoft Office 2000 Sample Automation Server Wrapper Components - Microsoft Office XP Sample Automation Server Wrapper Components + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components False True - False + True 12 diff --git a/samples/MultiDemo/CarNumDetect/CarNumDetect.res b/samples/MultiDemo/CarNumDetect/CarNumDetect.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8 diff --git a/samples/MultiDemo/FaceDetect/FaceDetect.dpr b/samples/MultiDemo/FaceDetect/FaceDetect.dpr index 74b5753..8d97b96 100644 --- a/samples/MultiDemo/FaceDetect/FaceDetect.dpr +++ b/samples/MultiDemo/FaceDetect/FaceDetect.dpr @@ -41,7 +41,8 @@ uses objdetect_c, imgproc_c, imgproc.types_c, - cvUtils; + cvUtils, + uResourcePaths; Const // ******************************************************************************/ @@ -49,7 +50,7 @@ Const CAMERA_INDEX = CV_CAP_ANY; // ******************************************************************************/ windowName = 'Haar Cascade Detection'; // window name - cascade_name: pCVChar = 'FaceDetectXML\haarcascade_frontalface_alt.xml'; // cascade file + cascade_name: pCVChar = cResourceFaceDetect + 'haarcascade_frontalface_alt.xml'; // cascade file Var img: pIplImage = nil; // image object diff --git a/samples/MultiDemo/FaceDetect/FaceDetect.dproj b/samples/MultiDemo/FaceDetect/FaceDetect.dproj index da16516..7bf48c9 100644 --- a/samples/MultiDemo/FaceDetect/FaceDetect.dproj +++ b/samples/MultiDemo/FaceDetect/FaceDetect.dproj @@ -3,8 +3,8 @@ {73324524-4106-44AC-A262-3F5CCED9F2AF} FaceDetect.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,11 +18,28 @@ Base true + + true + Base + true + true Base true + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + true Base @@ -34,6 +51,12 @@ true true + + true + Cfg_2 + true + true + FaceDetect None @@ -53,20 +76,44 @@ Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + 0 false 0 RELEASE;$(DCC_Define) + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + false DEBUG;$(DCC_Define) true + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) 1033 - None CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= @@ -135,14 +182,14 @@ - Microsoft Office XP Sample Automation Server Wrapper Components - Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components False True - False + True 12 diff --git a/samples/MultiDemo/FaceDetect/FaceDetect.res b/samples/MultiDemo/FaceDetect/FaceDetect.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8 diff --git a/samples/MultiDemo/FaceDetect/FaceDetect2.dpr b/samples/MultiDemo/FaceDetect/FaceDetect2.dpr index fcac030..d5fd3d9 100644 --- a/samples/MultiDemo/FaceDetect/FaceDetect2.dpr +++ b/samples/MultiDemo/FaceDetect/FaceDetect2.dpr @@ -36,7 +36,8 @@ uses Core.types_c, imgproc_c, imgproc.types_c, - objdetect_c; + objdetect_c, + uResourcePaths; var // Create memory for calculations @@ -44,7 +45,7 @@ var // Create a new Haar classifier cascade: pCvHaarClassifierCascade = nil; // Create a string that contains the cascade name - cascade_name: AnsiString = 'FaceDetectXML\haarcascade_frontalface_alt.xml'; // "haarcascade_profileface.xml"; + cascade_name: AnsiString = cResourceFaceDetect + 'haarcascade_frontalface_alt.xml'; // "haarcascade_profileface.xml"; // Function prototype for detecting and drawing an object from an image procedure detect_and_draw(image: pIplImage); @@ -180,7 +181,7 @@ begin else // If the capture is not loaded succesfully, then: begin // Assume the image to be lena.jpg, or the input_name specified - input_name := 'resource\lena.jpg'; + input_name := cResourceMedia + 'lena.jpg'; // Load the image from that filename frame := cvLoadImage(pCVChar(@input_name[1]), 1); diff --git a/samples/MultiDemo/FaceDetect/FaceDetect2.dproj b/samples/MultiDemo/FaceDetect/FaceDetect2.dproj index 9aad401..803f0de 100644 --- a/samples/MultiDemo/FaceDetect/FaceDetect2.dproj +++ b/samples/MultiDemo/FaceDetect/FaceDetect2.dproj @@ -3,8 +3,8 @@ {8791D520-E881-43E3-911D-3E9B6E603705} FaceDetect2.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,11 +18,28 @@ Base true + + true + Base + true + true Base true + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + true Base @@ -34,6 +51,12 @@ true true + + true + Cfg_2 + true + true + FaceDetect2 None @@ -54,20 +77,44 @@ Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + 0 false 0 RELEASE;$(DCC_Define) + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + false DEBUG;$(DCC_Define) true + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) 1033 - None CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= @@ -136,14 +183,14 @@ - Microsoft Office XP Sample Automation Server Wrapper Components - Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components False True - False + True 12 diff --git a/samples/MultiDemo/FaceDetect/FaceDetect2.res b/samples/MultiDemo/FaceDetect/FaceDetect2.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8 diff --git a/samples/MultiDemo/FaceDetectAndLockWorkstation/LockWorkstation.dproj b/samples/MultiDemo/FaceDetectAndLockWorkstation/LockWorkstation.dproj index a5fdc50..43ac981 100644 --- a/samples/MultiDemo/FaceDetectAndLockWorkstation/LockWorkstation.dproj +++ b/samples/MultiDemo/FaceDetectAndLockWorkstation/LockWorkstation.dproj @@ -3,8 +3,8 @@ {499BAB2F-FFA9-40F1-A670-F9A15C99A88C} LockWorkstation.dpr True - Debug - 1 + Release + 3 Application VCL 15.4 @@ -28,6 +28,18 @@ Base true + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + true Base @@ -39,6 +51,12 @@ true true + + true + Cfg_2 + true + true + LockWorkstation false @@ -60,6 +78,10 @@ System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + true + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= $(BDS)\bin\default_app.manifest LockWorkstation_Icon1.ico @@ -69,21 +91,46 @@ RELEASE;$(DCC_Define) false + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + true + $(BDS)\Neo\OpenCV\Delphi-OpenCV\samples\MultiDemo\FaceDetectAndLockWorkstation\LockWorkstation_Icon.ico + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + true + ..\..\..\bin\$(Platform) + $(BDS)\Neo\OpenCV\Delphi-OpenCV\samples\MultiDemo\FaceDetectAndLockWorkstation\LockWorkstation_Icon.ico + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + .\$(Platform)\$(Config) + true DEBUG;$(DCC_Define) false + .\$(Platform)\$(Config) 1 3 true 1033 true - LockWorkstation_Icon.ico - ..\..\..\bin + $(BDS)\Neo\OpenCV\Delphi-OpenCV\samples\MultiDemo\FaceDetectAndLockWorkstation\LockWorkstation_Icon.ico + ..\..\..\bin\$(Platform) CompanyName=Mikhail Grigorev;FileDescription=LockWorkstation;FileVersion=1.0.0.1;InternalName=LockWorkstation;LegalCopyright=Mikhail Grigorev;LegalTrademarks=Mikhail Grigorev;OriginalFilename=LockWorkstation;ProductName=LockWorkstation;ProductVersion=1.0.0.0;Comments=www.im-history.ru + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + $(BDS)\Neo\OpenCV\Delphi-OpenCV\samples\MultiDemo\FaceDetectAndLockWorkstation\LockWorkstation_Icon.ico + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + true + MainSource @@ -148,16 +195,13 @@ 13.06.2013 18:03:14 - ExpressPrinting System ReportLink for TeeChart by Developer Express Inc. - ExpressPrinting System ReportLink for DBTeeChart by Developer Express Inc. - Microsoft Office XP Sample Automation Server Wrapper Components - Microsoft Office 2000 Sample Automation Server Wrapper Components - Embarcadero C++Builder Office 2000 Servers Package + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components True - False + True 12 diff --git a/samples/MultiDemo/FaceDetectAndLockWorkstation/LockWorkstation.res b/samples/MultiDemo/FaceDetectAndLockWorkstation/LockWorkstation.res index 5de0f4d7267b09d38fbf0af0badc772344cd3387..4f19a6c57ec124d809f3d7665e62462d562e7482 100644 GIT binary patch delta 100 zcmX?em}A9$jtL4%4vY*83JeSk|NjdBF^~fU1`M1mUUlRYibDwR-OGFDoqNx@d3kGmzBeA)rdtEr02YfDmtqEV(X30t&8=mLc-G!6H|aT(*fx&R47VINk{*P&Pn0G<$b^yQ^QmgRgjfjxjm;v6J8{F0EF9F64-A50A-4420-B381-F2496EFB5E25} FrameRecon.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,11 +18,28 @@ Base true + + true + Base + true + true Base true + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + true Base @@ -34,6 +51,12 @@ true true + + true + Cfg_2 + true + true + FrameRecon false @@ -53,22 +76,46 @@ 1033 System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + 0 false RELEASE;$(DCC_Define) 0 + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + false true DEBUG;$(DCC_Define) - None + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= 1033 + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + MainSource @@ -128,11 +175,15 @@ + + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + False True - False + True 12 diff --git a/samples/MultiDemo/FrameRecon/FrameRecon.res b/samples/MultiDemo/FrameRecon/FrameRecon.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8 diff --git a/samples/MultiDemo/HandsDetect/HandsDetect.dproj b/samples/MultiDemo/HandsDetect/HandsDetect.dproj index fe2bfb5..71d7c2a 100644 --- a/samples/MultiDemo/HandsDetect/HandsDetect.dproj +++ b/samples/MultiDemo/HandsDetect/HandsDetect.dproj @@ -3,8 +3,8 @@ {B97156ED-0FAF-46F9-A23B-624365F042E1} HandsDetect.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,11 +18,28 @@ Base true + + true + Base + true + true Base true + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + true Base @@ -34,6 +51,12 @@ true true + + true + Cfg_2 + true + true + HandsDetect System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace) @@ -51,23 +74,50 @@ CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= 1033 + + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + 0 RELEASE;$(DCC_Define) 0 false + + .\$(Platform)\$(Config) + None + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + .\$(Platform)\$(Config) + None + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + DEBUG;$(DCC_Define) false true + .\$(Platform)\$(Config) CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= None - ..\..\..\bin\ + ..\..\..\bin\$(Platform) 1033 + + .\$(Platform)\$(Config) + None + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + MainSource @@ -128,14 +178,14 @@ - Microsoft Office 2000 Sample Automation Server Wrapper Components - Microsoft Office XP Sample Automation Server Wrapper Components + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components False True - False + True 12 diff --git a/samples/MultiDemo/HandsDetect/HandsDetect.res b/samples/MultiDemo/HandsDetect/HandsDetect.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8 diff --git a/samples/MultiDemo/Hello World/HelloWorld.dproj b/samples/MultiDemo/Hello World/HelloWorld.dproj index 2126c27..89c6634 100644 --- a/samples/MultiDemo/Hello World/HelloWorld.dproj +++ b/samples/MultiDemo/Hello World/HelloWorld.dproj @@ -3,8 +3,8 @@ {BD542315-B8B0-4B54-9375-B25973D9474E} HelloWorld.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,11 +18,28 @@ Base true + + true + Base + true + true Base true + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + true Base @@ -34,6 +51,12 @@ true true + + true + Cfg_2 + true + true + HelloWorld false @@ -53,22 +76,46 @@ CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= 1033 + + Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + 0 0 RELEASE;$(DCC_Define) false + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + true false DEBUG;$(DCC_Define) - None + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= 1033 + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + MainSource @@ -128,11 +175,15 @@ + + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + False True - False + True 12 diff --git a/samples/MultiDemo/Hello World/HelloWorld.res b/samples/MultiDemo/Hello World/HelloWorld.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8 diff --git a/samples/MultiDemo/IPCamVideoCapture/IPCamVideoCapture.dproj b/samples/MultiDemo/IPCamVideoCapture/IPCamVideoCapture.dproj index d066003..1abece8 100644 --- a/samples/MultiDemo/IPCamVideoCapture/IPCamVideoCapture.dproj +++ b/samples/MultiDemo/IPCamVideoCapture/IPCamVideoCapture.dproj @@ -3,8 +3,8 @@ {55AED6D3-14EA-433F-BFC5-4F19BCD3CDEA} IPCamVideoCapture.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,11 +18,28 @@ Base true + + true + Base + true + true Base true + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + true Base @@ -34,6 +51,12 @@ true true + + true + Cfg_2 + true + true + IPCamVideoCapture ..\..\..\bin\ @@ -53,21 +76,45 @@ CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + + Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + RELEASE;$(DCC_Define) false 0 0 + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + DEBUG;$(DCC_Define) false true + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) 1033 CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - None @@ -129,17 +176,14 @@ - ExpressPrinting System ReportLink for TeeChart by Developer Express Inc. - ExpressPrinting System ReportLink for DBTeeChart by Developer Express Inc. - Microsoft Office XP Sample Automation Server Wrapper Components - Microsoft Office 2000 Sample Automation Server Wrapper Components - Embarcadero C++Builder Office 2000 Servers Package + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components False True - False + True 12 diff --git a/samples/MultiDemo/IPCamVideoCapture/IPCamVideoCapture.res b/samples/MultiDemo/IPCamVideoCapture/IPCamVideoCapture.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8 diff --git a/samples/MultiDemo/MotionDetect/MotionDetect.dproj b/samples/MultiDemo/MotionDetect/MotionDetect.dproj index 109dfad..7cb6899 100644 --- a/samples/MultiDemo/MotionDetect/MotionDetect.dproj +++ b/samples/MultiDemo/MotionDetect/MotionDetect.dproj @@ -3,8 +3,8 @@ {724F6D9A-7787-4B1B-A8B5-A940BFF50F2A} MotionDetect.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,6 +18,11 @@ Base true + + true + Base + true + true Base @@ -29,6 +34,12 @@ true true + + true + Cfg_1 + true + true + true Base @@ -40,6 +51,12 @@ true true + + true + Cfg_2 + true + true + MotionDetect 1049 @@ -57,6 +74,11 @@ System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + false RELEASE;$(DCC_Define) @@ -64,9 +86,17 @@ 0 + .\$(Platform)\$(Config) None 1033 - .\..\..\..\bin + ..\..\..\bin\$(Platform) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + .\$(Platform)\$(Config) + None + ..\..\..\bin\$(Platform) + 1033 CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= @@ -75,9 +105,17 @@ false + .\$(Platform)\$(Config) None 1033 - .\..\..\..\bin + ..\..\..\bin\$(Platform) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + .\$(Platform)\$(Config) + None + ..\..\..\bin\$(Platform) + 1033 CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= @@ -140,14 +178,14 @@ - Microsoft Office 2000 Sample Automation Server Wrapper Components - Microsoft Office XP Sample Automation Server Wrapper Components + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components False True - False + True 12 diff --git a/samples/MultiDemo/MotionDetect/MotionDetect.res b/samples/MultiDemo/MotionDetect/MotionDetect.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8 diff --git a/samples/MultiDemo/ObjectTracking/ObjectTrack.dproj b/samples/MultiDemo/ObjectTracking/ObjectTrack.dproj index 462ba48..921c74e 100644 --- a/samples/MultiDemo/ObjectTracking/ObjectTrack.dproj +++ b/samples/MultiDemo/ObjectTracking/ObjectTrack.dproj @@ -3,8 +3,8 @@ {F5AA37CD-E0F6-415C-A828-A5E3123CDC60} ObjectTrack.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,11 +18,28 @@ Base true + + true + Base + true + true Base true + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + true Base @@ -34,6 +51,12 @@ true true + + true + Cfg_2 + true + true + ObjectTrack false @@ -53,19 +76,45 @@ CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= ..\..\..\bin + + Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + RELEASE;$(DCC_Define) 0 0 false + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + ..\..\..\bin\$(Platform) + None + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + true DEBUG;$(DCC_Define) false + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + ..\..\..\bin\$(Platform) None + .\$(Platform)\$(Config) 1033 CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= @@ -135,13 +184,14 @@ - Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components False True - False + True 12 diff --git a/samples/MultiDemo/ObjectTracking/ObjectTrack.res b/samples/MultiDemo/ObjectTracking/ObjectTrack.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8 diff --git a/samples/MultiDemo/Squares/Squares.dpr b/samples/MultiDemo/Squares/Squares.dpr index 03fc58a..a49ff08 100644 --- a/samples/MultiDemo/Squares/Squares.dpr +++ b/samples/MultiDemo/Squares/Squares.dpr @@ -34,10 +34,11 @@ uses core_c, Core.types_c, imgproc_c, - imgproc.types_c; + imgproc.types_c, + uResourcePaths; const - filename = 'resource\matchshapes.jpg'; + filename = cResourceMedia + 'matchshapes.jpg'; // pic1.bmp...pic6.bmp wndname = 'Squares'; diff --git a/samples/MultiDemo/Squares/Squares.dproj b/samples/MultiDemo/Squares/Squares.dproj index aa5c17a..cd0501b 100644 --- a/samples/MultiDemo/Squares/Squares.dproj +++ b/samples/MultiDemo/Squares/Squares.dproj @@ -3,8 +3,8 @@ {6E3F5BEB-C274-4DCC-9D59-480C9A8DB9F3} Squares.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,11 +18,28 @@ Base true + + true + Base + true + true Base true + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + true Base @@ -34,6 +51,12 @@ true true + + true + Cfg_2 + true + true + Squares false @@ -53,21 +76,45 @@ CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + 0 false 0 RELEASE;$(DCC_Define) + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + true DEBUG;$(DCC_Define) false + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) 1033 CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - None @@ -128,11 +175,15 @@ + + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + False True - False + True 12 diff --git a/samples/MultiDemo/Squares/Squares.res b/samples/MultiDemo/Squares/Squares.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8 diff --git a/samples/MultiDemo/Stereo/Stereo.dpr b/samples/MultiDemo/Stereo/Stereo.dpr index 6860b2a..b0f049a 100644 --- a/samples/MultiDemo/Stereo/Stereo.dpr +++ b/samples/MultiDemo/Stereo/Stereo.dpr @@ -39,8 +39,8 @@ uses calib3d_c; const - Image_Left = 'StereoSample\Aloe\view0.png'; - Image_Right = 'StereoSample\Aloe\view1.png'; + Image_Left = '..\..\resource\StereoSample\Aloe\view0.png'; + Image_Right = '..\..\resource\StereoSample\Aloe\view1.png'; // Êîëè÷åcòâî ðàçëè÷èé ndisparity = 16; // Êîëè÷åcòâî èòåðàöèé @@ -87,8 +87,8 @@ begin // âûâîä ìàòðèöû â ôàéë disparity_left_visual := cvCreateMat(size.height, size.width, CV_8U); cvConvertScale(disparity_left, disparity_left_visual, -16); - cvSave('result\disparity.png', disparity_left_visual); - cvSaveImage('result\disparity.jpg', disparity_left_visual); + cvSave('..\..\resource\result\disparity.png', disparity_left_visual); + cvSaveImage('..\..\resource\result\disparity.jpg', disparity_left_visual); Q := cvCreateMat(4, 4, CV_64F); pDoubleArray(Q^.data)[0] := 1; @@ -113,8 +113,8 @@ begin _3dImage := cvCreateImage(size, IPL_DEPTH_32F, 3); cvReprojectImageTo3D(disparity_left_visual, _3dImage, Q); - cvSave('result\disparity1.png', _3dImage); - cvSaveImage('result\disparity1.jpg', _3dImage); + cvSave('..\..\resource\result\disparity1.png', _3dImage); + cvSaveImage('..\..\resource\result\disparity1.jpg', _3dImage); except on E: Exception do Writeln(E.ClassName, ': ', E.Message); diff --git a/samples/MultiDemo/Stereo/Stereo.dproj b/samples/MultiDemo/Stereo/Stereo.dproj index 28a12fd..79bf7e4 100644 --- a/samples/MultiDemo/Stereo/Stereo.dproj +++ b/samples/MultiDemo/Stereo/Stereo.dproj @@ -3,8 +3,8 @@ {7B36576A-8C0B-49D3-B17A-9B5128DA8B4F} Stereo.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,11 +18,28 @@ Base true + + true + Base + true + true Base true + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + true Base @@ -34,6 +51,12 @@ true true + + true + Cfg_2 + true + true + Stereo false @@ -53,22 +76,46 @@ CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= 1033 + + Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + 0 0 RELEASE;$(DCC_Define) false + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + true false DEBUG;$(DCC_Define) - None + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= 1033 + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + MainSource @@ -128,11 +175,15 @@ + + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + False True - False + True 12 diff --git a/samples/MultiDemo/Stereo/Stereo.res b/samples/MultiDemo/Stereo/Stereo.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8 diff --git a/samples/MultiDemo/TrackColor/TrackColor.dproj b/samples/MultiDemo/TrackColor/TrackColor.dproj index 66b02dc..561729c 100644 --- a/samples/MultiDemo/TrackColor/TrackColor.dproj +++ b/samples/MultiDemo/TrackColor/TrackColor.dproj @@ -3,8 +3,8 @@ {12F0DF3B-A8D0-4077-B45B-4470BD367255} TrackColor.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,11 +18,28 @@ Base true + + true + Base + true + true Base true + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + true Base @@ -34,6 +51,12 @@ true true + + true + Cfg_2 + true + true + TrackColor false @@ -53,21 +76,45 @@ CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + false RELEASE;$(DCC_Define) 0 0 + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + DEBUG;$(DCC_Define) false true + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) 1033 CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - None @@ -129,17 +176,14 @@ - ExpressPrinting System ReportLink for TeeChart by Developer Express Inc. - ExpressPrinting System ReportLink for DBTeeChart by Developer Express Inc. - Microsoft Office XP Sample Automation Server Wrapper Components - Microsoft Office 2000 Sample Automation Server Wrapper Components - Embarcadero C++Builder Office 2000 Servers Package + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components False True - False + True 12 diff --git a/samples/MultiDemo/TrackColor/TrackColor.res b/samples/MultiDemo/TrackColor/TrackColor.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8 diff --git a/samples/MultiDemo/TwoCameras/TwoCameras_C.dproj b/samples/MultiDemo/TwoCameras/TwoCameras_C.dproj index 13ef899..0c01b5d 100644 --- a/samples/MultiDemo/TwoCameras/TwoCameras_C.dproj +++ b/samples/MultiDemo/TwoCameras/TwoCameras_C.dproj @@ -3,8 +3,8 @@ {F7B4226B-38DA-49AA-9542-8DDB99C852D4} TwoCameras_C.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,11 +18,28 @@ Base true + + true + Base + true + true Base true + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + true Base @@ -34,6 +51,12 @@ true true + + true + Cfg_2 + true + true + TwoCameras_C ..\..\..\bin\ @@ -53,21 +76,45 @@ 1033 CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + 0 0 false RELEASE;$(DCC_Define) + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + DEBUG;$(DCC_Define) false true + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) 1033 CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - None @@ -129,17 +176,14 @@ - ExpressPrinting System ReportLink for TeeChart by Developer Express Inc. - ExpressPrinting System ReportLink for DBTeeChart by Developer Express Inc. - Microsoft Office XP Sample Automation Server Wrapper Components - Microsoft Office 2000 Sample Automation Server Wrapper Components - Embarcadero C++Builder Office 2000 Servers Package + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components False True - False + True 12 diff --git a/samples/MultiDemo/TwoCameras/TwoCameras_C.res b/samples/MultiDemo/TwoCameras/TwoCameras_C.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8 diff --git a/samples/MultiDemo/TwoCameras/TwoCameras_C_Thread.dproj b/samples/MultiDemo/TwoCameras/TwoCameras_C_Thread.dproj index 22a3d21..1f89c10 100644 --- a/samples/MultiDemo/TwoCameras/TwoCameras_C_Thread.dproj +++ b/samples/MultiDemo/TwoCameras/TwoCameras_C_Thread.dproj @@ -3,8 +3,8 @@ {C5014BFA-6C68-457A-B48F-B7C29CD626FA} TwoCameras_C_Thread.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,11 +18,28 @@ Base true + + true + Base + true + true Base true + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + true Base @@ -34,6 +51,12 @@ true true + + true + Cfg_2 + true + true + TwoCameras_C_Thread ..\..\..\bin\ @@ -53,21 +76,45 @@ CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + + Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + RELEASE;$(DCC_Define) false 0 0 + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + DEBUG;$(DCC_Define) false true + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) 1033 CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - None @@ -129,17 +176,14 @@ - ExpressPrinting System ReportLink for TeeChart by Developer Express Inc. - ExpressPrinting System ReportLink for DBTeeChart by Developer Express Inc. - Microsoft Office XP Sample Automation Server Wrapper Components - Microsoft Office 2000 Sample Automation Server Wrapper Components - Embarcadero C++Builder Office 2000 Servers Package + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components False True - False + True 12 diff --git a/samples/MultiDemo/TwoCameras/TwoCameras_C_Thread.res b/samples/MultiDemo/TwoCameras/TwoCameras_C_Thread.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8 diff --git a/samples/MultiDemo/VideoProcessing/VideoProcessing.dpr b/samples/MultiDemo/VideoProcessing/VideoProcessing.dpr index 30383b8..2d6ce70 100644 --- a/samples/MultiDemo/VideoProcessing/VideoProcessing.dpr +++ b/samples/MultiDemo/VideoProcessing/VideoProcessing.dpr @@ -33,11 +33,12 @@ uses core_c, Core.types_c, imgproc_c, - imgproc.types_c; + imgproc.types_c, + uResourcePaths; const // declare video filename - VIDEO_FILE_NAME = 'Resource\768x576.avi'; + VIDEO_FILE_NAME = cResourceMedia + '768x576.avi'; // declare escape char ESCAPE_CHAR = 27; diff --git a/samples/MultiDemo/VideoProcessing/VideoProcessing.dproj b/samples/MultiDemo/VideoProcessing/VideoProcessing.dproj index db20855..dea5fcb 100644 --- a/samples/MultiDemo/VideoProcessing/VideoProcessing.dproj +++ b/samples/MultiDemo/VideoProcessing/VideoProcessing.dproj @@ -3,8 +3,8 @@ {D3B8344F-C529-4F09-AF15-5DB7299878C4} VideoProcessing.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,11 +18,28 @@ Base true + + true + Base + true + true Base true + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + true Base @@ -34,6 +51,12 @@ true true + + true + Cfg_2 + true + true + VideoProcessing false @@ -53,22 +76,46 @@ CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= 1033 + + Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + 0 0 RELEASE;$(DCC_Define) false + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + true false DEBUG;$(DCC_Define) - None + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= 1033 + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + MainSource @@ -128,11 +175,15 @@ + + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + False True - False + True 12 diff --git a/samples/MultiDemo/VideoProcessing/VideoProcessing.res b/samples/MultiDemo/VideoProcessing/VideoProcessing.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8 diff --git a/samples/MultiDemo/fback/fback_c.dproj b/samples/MultiDemo/fback/fback_c.dproj index 918e33e..3216399 100644 --- a/samples/MultiDemo/fback/fback_c.dproj +++ b/samples/MultiDemo/fback/fback_c.dproj @@ -3,8 +3,8 @@ {80AFD0AA-BC0D-4D1D-869A-AF8111F8BBDB} fback_c.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,11 +18,28 @@ Base true + + true + Base + true + true Base true + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + true Base @@ -34,6 +51,12 @@ true true + + true + Cfg_2 + true + true + fback_c 00400000 @@ -53,19 +76,43 @@ 1033 CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + false RELEASE;$(DCC_Define) 0 0 + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + true DEBUG;$(DCC_Define) false - None + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) 1033 CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= @@ -128,11 +175,15 @@ + + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + False True - False + True 12 diff --git a/samples/MultiDemo/fback/fback_c.res b/samples/MultiDemo/fback/fback_c.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8 diff --git a/samples/MultiDemo/minarea/minarea.dproj b/samples/MultiDemo/minarea/minarea.dproj index 6c6ee55..bfefe24 100644 --- a/samples/MultiDemo/minarea/minarea.dproj +++ b/samples/MultiDemo/minarea/minarea.dproj @@ -3,8 +3,8 @@ {C8408868-8907-48A6-95E3-6E11A3C694BB} minarea.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,11 +18,28 @@ Base true + + true + Base + true + true Base true + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + true Base @@ -34,6 +51,12 @@ true true + + true + Cfg_2 + true + true + minarea 00400000 @@ -53,19 +76,43 @@ 1033 CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + false RELEASE;$(DCC_Define) 0 0 + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + true DEBUG;$(DCC_Define) false - None + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) 1033 CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= @@ -128,11 +175,15 @@ + + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + False True - False + True 12 diff --git a/samples/MultiDemo/minarea/minarea.res b/samples/MultiDemo/minarea/minarea.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8 diff --git a/samples/MultiDemo/mmdt/mmdt.dproj b/samples/MultiDemo/mmdt/mmdt.dproj index 2f1c7ba..d0de433 100644 --- a/samples/MultiDemo/mmdt/mmdt.dproj +++ b/samples/MultiDemo/mmdt/mmdt.dproj @@ -3,8 +3,8 @@ {CED30735-D407-40C5-86FA-2E9039D3603A} mmdt.dpr True - Debug - 1 + Release + 3 Console None 15.4 @@ -18,11 +18,28 @@ Base true + + true + Base + true + true Base true + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + true Base @@ -34,6 +51,12 @@ true true + + true + Cfg_2 + true + true + mmdt System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace) @@ -53,19 +76,43 @@ 1033 CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + 0 RELEASE;$(DCC_Define) false 0 + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + DEBUG;$(DCC_Define) true false - None + ..\..\..\bin\$(Platform) + .\$(Platform)\$(Config) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + .\$(Platform)\$(Config) + ..\..\..\bin\$(Platform) 1033 CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= @@ -128,11 +175,15 @@ + + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + False True - False + True 12 diff --git a/samples/MultiDemo/mmdt/mmdt.res b/samples/MultiDemo/mmdt/mmdt.res index 743599575b02e97248bade49ed2e3eabafe25a0a..93e7e944f20ed0f0e50532c1b7ef56bb8d255d33 100644 GIT binary patch delta 9 QcmYdDm=MFl%)r0^01Tl4v;Y7A delta 9 QcmYdDm=MFl$iTn=01TM{vH$=8