From 5d96fe81b6d4cd76c2ef6fece7c39fd016dffbbd Mon Sep 17 00:00:00 2001 From: yannsy Date: Wed, 17 May 2017 20:57:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 小修改,文件名的改进 --- .../opencv2413_debug.props | 0 .../opencv2413_release.props | 8 ++++++++ .../Check.cpp | 0 .../Check.h | 0 .../HWCV-exe.exe | Bin .../HWCVServe.dsp | 0 .../HWCVServe.dsw | 0 .../HWCVServe.opt | Bin .../HWCVServe.plg | 0 .../Main.cpp | 0 .../Main.h | 0 .../读我.txt | 0 .../.vs/HWCV-exe/v15/Browse.VC.db | Bin .../HWCV-exe.sln | 0 .../HWCV-exe/DBop.cpp | 0 .../HWCV-exe/DBop.h | 0 .../HWCV-exe/HWCV-exe.vcxproj | 0 .../HWCV-exe/HWCV-exe.vcxproj.filters | 0 .../HWCV-exe/Point.h | 0 .../HWCV-exe/StdAfx.cpp | 0 .../HWCV-exe/StdAfx.h | 0 .../HWCV-exe/opencv2413_debug.props | 16 ++++++++++++++++ .../HWCV-exe/opencv2413_release.props | 0 .../HWCV-exe/path.cpp | 0 .../HWCV-exe/path.h | 0 .../HWCV-exe/process.cpp | 0 .../HWCV-exe/process.h | 0 .../HWCV-exe/segmentation.cpp | 0 .../HWCV-exe/segmentation.h | 0 29 files changed, 24 insertions(+) rename {部署版本/------HWCV-exe/HWCV-exe => 资料/opencv属性表-台式机}/opencv2413_debug.props (100%) create mode 100644 资料/opencv属性表-台式机/opencv2413_release.props rename 部署版本/{------HWCVServe => wei服务-监控文件夹}/Check.cpp (100%) rename 部署版本/{------HWCVServe => wei服务-监控文件夹}/Check.h (100%) rename 部署版本/{------HWCVServe => wei服务-监控文件夹}/HWCV-exe.exe (100%) rename 部署版本/{------HWCVServe => wei服务-监控文件夹}/HWCVServe.dsp (100%) rename 部署版本/{------HWCVServe => wei服务-监控文件夹}/HWCVServe.dsw (100%) rename 部署版本/{------HWCVServe => wei服务-监控文件夹}/HWCVServe.opt (100%) rename 部署版本/{------HWCVServe => wei服务-监控文件夹}/HWCVServe.plg (100%) rename 部署版本/{------HWCVServe => wei服务-监控文件夹}/Main.cpp (100%) rename 部署版本/{------HWCVServe => wei服务-监控文件夹}/Main.h (100%) rename 部署版本/{------HWCVServe => wei服务-监控文件夹}/读我.txt (100%) rename 部署版本/{------HWCV-exe => 主程序-主函数版本}/.vs/HWCV-exe/v15/Browse.VC.db (100%) rename 部署版本/{------HWCV-exe => 主程序-主函数版本}/HWCV-exe.sln (100%) rename 部署版本/{------HWCV-exe => 主程序-主函数版本}/HWCV-exe/DBop.cpp (100%) rename 部署版本/{------HWCV-exe => 主程序-主函数版本}/HWCV-exe/DBop.h (100%) rename 部署版本/{------HWCV-exe => 主程序-主函数版本}/HWCV-exe/HWCV-exe.vcxproj (100%) rename 部署版本/{------HWCV-exe => 主程序-主函数版本}/HWCV-exe/HWCV-exe.vcxproj.filters (100%) rename 部署版本/{------HWCV-exe => 主程序-主函数版本}/HWCV-exe/Point.h (100%) rename 部署版本/{------HWCV-exe => 主程序-主函数版本}/HWCV-exe/StdAfx.cpp (100%) rename 部署版本/{------HWCV-exe => 主程序-主函数版本}/HWCV-exe/StdAfx.h (100%) create mode 100644 部署版本/主程序-主函数版本/HWCV-exe/opencv2413_debug.props rename 部署版本/{------HWCV-exe => 主程序-主函数版本}/HWCV-exe/opencv2413_release.props (100%) rename 部署版本/{------HWCV-exe => 主程序-主函数版本}/HWCV-exe/path.cpp (100%) rename 部署版本/{------HWCV-exe => 主程序-主函数版本}/HWCV-exe/path.h (100%) rename 部署版本/{------HWCV-exe => 主程序-主函数版本}/HWCV-exe/process.cpp (100%) rename 部署版本/{------HWCV-exe => 主程序-主函数版本}/HWCV-exe/process.h (100%) rename 部署版本/{------HWCV-exe => 主程序-主函数版本}/HWCV-exe/segmentation.cpp (100%) rename 部署版本/{------HWCV-exe => 主程序-主函数版本}/HWCV-exe/segmentation.h (100%) diff --git a/部署版本/------HWCV-exe/HWCV-exe/opencv2413_debug.props b/资料/opencv属性表-台式机/opencv2413_debug.props similarity index 100% rename from 部署版本/------HWCV-exe/HWCV-exe/opencv2413_debug.props rename to 资料/opencv属性表-台式机/opencv2413_debug.props diff --git a/资料/opencv属性表-台式机/opencv2413_release.props b/资料/opencv属性表-台式机/opencv2413_release.props new file mode 100644 index 0000000..73bc6ee --- /dev/null +++ b/资料/opencv属性表-台式机/opencv2413_release.props @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/部署版本/------HWCVServe/Check.cpp b/部署版本/wei服务-监控文件夹/Check.cpp similarity index 100% rename from 部署版本/------HWCVServe/Check.cpp rename to 部署版本/wei服务-监控文件夹/Check.cpp diff --git a/部署版本/------HWCVServe/Check.h b/部署版本/wei服务-监控文件夹/Check.h similarity index 100% rename from 部署版本/------HWCVServe/Check.h rename to 部署版本/wei服务-监控文件夹/Check.h diff --git a/部署版本/------HWCVServe/HWCV-exe.exe b/部署版本/wei服务-监控文件夹/HWCV-exe.exe similarity index 100% rename from 部署版本/------HWCVServe/HWCV-exe.exe rename to 部署版本/wei服务-监控文件夹/HWCV-exe.exe diff --git a/部署版本/------HWCVServe/HWCVServe.dsp b/部署版本/wei服务-监控文件夹/HWCVServe.dsp similarity index 100% rename from 部署版本/------HWCVServe/HWCVServe.dsp rename to 部署版本/wei服务-监控文件夹/HWCVServe.dsp diff --git a/部署版本/------HWCVServe/HWCVServe.dsw b/部署版本/wei服务-监控文件夹/HWCVServe.dsw similarity index 100% rename from 部署版本/------HWCVServe/HWCVServe.dsw rename to 部署版本/wei服务-监控文件夹/HWCVServe.dsw diff --git a/部署版本/------HWCVServe/HWCVServe.opt b/部署版本/wei服务-监控文件夹/HWCVServe.opt similarity index 100% rename from 部署版本/------HWCVServe/HWCVServe.opt rename to 部署版本/wei服务-监控文件夹/HWCVServe.opt diff --git a/部署版本/------HWCVServe/HWCVServe.plg b/部署版本/wei服务-监控文件夹/HWCVServe.plg similarity index 100% rename from 部署版本/------HWCVServe/HWCVServe.plg rename to 部署版本/wei服务-监控文件夹/HWCVServe.plg diff --git a/部署版本/------HWCVServe/Main.cpp b/部署版本/wei服务-监控文件夹/Main.cpp similarity index 100% rename from 部署版本/------HWCVServe/Main.cpp rename to 部署版本/wei服务-监控文件夹/Main.cpp diff --git a/部署版本/------HWCVServe/Main.h b/部署版本/wei服务-监控文件夹/Main.h similarity index 100% rename from 部署版本/------HWCVServe/Main.h rename to 部署版本/wei服务-监控文件夹/Main.h diff --git a/部署版本/------HWCVServe/读我.txt b/部署版本/wei服务-监控文件夹/读我.txt similarity index 100% rename from 部署版本/------HWCVServe/读我.txt rename to 部署版本/wei服务-监控文件夹/读我.txt diff --git a/部署版本/------HWCV-exe/.vs/HWCV-exe/v15/Browse.VC.db b/部署版本/主程序-主函数版本/.vs/HWCV-exe/v15/Browse.VC.db similarity index 100% rename from 部署版本/------HWCV-exe/.vs/HWCV-exe/v15/Browse.VC.db rename to 部署版本/主程序-主函数版本/.vs/HWCV-exe/v15/Browse.VC.db diff --git a/部署版本/------HWCV-exe/HWCV-exe.sln b/部署版本/主程序-主函数版本/HWCV-exe.sln similarity index 100% rename from 部署版本/------HWCV-exe/HWCV-exe.sln rename to 部署版本/主程序-主函数版本/HWCV-exe.sln diff --git a/部署版本/------HWCV-exe/HWCV-exe/DBop.cpp b/部署版本/主程序-主函数版本/HWCV-exe/DBop.cpp similarity index 100% rename from 部署版本/------HWCV-exe/HWCV-exe/DBop.cpp rename to 部署版本/主程序-主函数版本/HWCV-exe/DBop.cpp diff --git a/部署版本/------HWCV-exe/HWCV-exe/DBop.h b/部署版本/主程序-主函数版本/HWCV-exe/DBop.h similarity index 100% rename from 部署版本/------HWCV-exe/HWCV-exe/DBop.h rename to 部署版本/主程序-主函数版本/HWCV-exe/DBop.h diff --git a/部署版本/------HWCV-exe/HWCV-exe/HWCV-exe.vcxproj b/部署版本/主程序-主函数版本/HWCV-exe/HWCV-exe.vcxproj similarity index 100% rename from 部署版本/------HWCV-exe/HWCV-exe/HWCV-exe.vcxproj rename to 部署版本/主程序-主函数版本/HWCV-exe/HWCV-exe.vcxproj diff --git a/部署版本/------HWCV-exe/HWCV-exe/HWCV-exe.vcxproj.filters b/部署版本/主程序-主函数版本/HWCV-exe/HWCV-exe.vcxproj.filters similarity index 100% rename from 部署版本/------HWCV-exe/HWCV-exe/HWCV-exe.vcxproj.filters rename to 部署版本/主程序-主函数版本/HWCV-exe/HWCV-exe.vcxproj.filters diff --git a/部署版本/------HWCV-exe/HWCV-exe/Point.h b/部署版本/主程序-主函数版本/HWCV-exe/Point.h similarity index 100% rename from 部署版本/------HWCV-exe/HWCV-exe/Point.h rename to 部署版本/主程序-主函数版本/HWCV-exe/Point.h diff --git a/部署版本/------HWCV-exe/HWCV-exe/StdAfx.cpp b/部署版本/主程序-主函数版本/HWCV-exe/StdAfx.cpp similarity index 100% rename from 部署版本/------HWCV-exe/HWCV-exe/StdAfx.cpp rename to 部署版本/主程序-主函数版本/HWCV-exe/StdAfx.cpp diff --git a/部署版本/------HWCV-exe/HWCV-exe/StdAfx.h b/部署版本/主程序-主函数版本/HWCV-exe/StdAfx.h similarity index 100% rename from 部署版本/------HWCV-exe/HWCV-exe/StdAfx.h rename to 部署版本/主程序-主函数版本/HWCV-exe/StdAfx.h diff --git a/部署版本/主程序-主函数版本/HWCV-exe/opencv2413_debug.props b/部署版本/主程序-主函数版本/HWCV-exe/opencv2413_debug.props new file mode 100644 index 0000000..905b464 --- /dev/null +++ b/部署版本/主程序-主函数版本/HWCV-exe/opencv2413_debug.props @@ -0,0 +1,16 @@ + + + + + + D:\programe files\opencv2413\opencv\build\x86\vc12\bin;$(ExecutablePath) + D:\programe files\opencv2413\opencv\build\include;D:\programe files\opencv2413\opencv\build\include\opencv;D:\programe files\opencv2413\opencv\build\include\opencv2;$(IncludePath) + D:\programe files\opencv2413\opencv\build\x86\vc12\lib;D:\programe files\opencv2413\opencv\build\x86\vc12\staticlib;$(LibraryPath) + + + + opencv_calib3d2413d.lib;opencv_contrib2413d.lib;opencv_core2413d.lib;opencv_features2d2413d.lib;opencv_flann2413d.lib;opencv_gpu2413d.lib;opencv_highgui2413d.lib;opencv_imgproc2413d.lib;opencv_legacy2413d.lib;opencv_ml2413d.lib;opencv_nonfree2413d.lib;opencv_objdetect2413d.lib;opencv_photo2413d.lib;opencv_stitching2413d.lib;opencv_ts2413d.lib;opencv_video2413d.lib;opencv_videostab2413d.lib;%(AdditionalDependencies) + + + + \ No newline at end of file diff --git a/部署版本/------HWCV-exe/HWCV-exe/opencv2413_release.props b/部署版本/主程序-主函数版本/HWCV-exe/opencv2413_release.props similarity index 100% rename from 部署版本/------HWCV-exe/HWCV-exe/opencv2413_release.props rename to 部署版本/主程序-主函数版本/HWCV-exe/opencv2413_release.props diff --git a/部署版本/------HWCV-exe/HWCV-exe/path.cpp b/部署版本/主程序-主函数版本/HWCV-exe/path.cpp similarity index 100% rename from 部署版本/------HWCV-exe/HWCV-exe/path.cpp rename to 部署版本/主程序-主函数版本/HWCV-exe/path.cpp diff --git a/部署版本/------HWCV-exe/HWCV-exe/path.h b/部署版本/主程序-主函数版本/HWCV-exe/path.h similarity index 100% rename from 部署版本/------HWCV-exe/HWCV-exe/path.h rename to 部署版本/主程序-主函数版本/HWCV-exe/path.h diff --git a/部署版本/------HWCV-exe/HWCV-exe/process.cpp b/部署版本/主程序-主函数版本/HWCV-exe/process.cpp similarity index 100% rename from 部署版本/------HWCV-exe/HWCV-exe/process.cpp rename to 部署版本/主程序-主函数版本/HWCV-exe/process.cpp diff --git a/部署版本/------HWCV-exe/HWCV-exe/process.h b/部署版本/主程序-主函数版本/HWCV-exe/process.h similarity index 100% rename from 部署版本/------HWCV-exe/HWCV-exe/process.h rename to 部署版本/主程序-主函数版本/HWCV-exe/process.h diff --git a/部署版本/------HWCV-exe/HWCV-exe/segmentation.cpp b/部署版本/主程序-主函数版本/HWCV-exe/segmentation.cpp similarity index 100% rename from 部署版本/------HWCV-exe/HWCV-exe/segmentation.cpp rename to 部署版本/主程序-主函数版本/HWCV-exe/segmentation.cpp diff --git a/部署版本/------HWCV-exe/HWCV-exe/segmentation.h b/部署版本/主程序-主函数版本/HWCV-exe/segmentation.h similarity index 100% rename from 部署版本/------HWCV-exe/HWCV-exe/segmentation.h rename to 部署版本/主程序-主函数版本/HWCV-exe/segmentation.h