CReadHoughCircle

所属分类:其他
开发工具:Visual C++
文件大小:8731KB
下载次数:1
上传日期:2017-08-31 22:06:13
上 传 者小腾腾腾腾
说明:  可以提取图像上的圆形区域,比较好上手的opencv程序
(You can extract the circular area of the image and compare the opencv program with good hands)

文件列表:
CReadHoughCircle\CReadHoughCircle\CReadHoughCircle.cpp (5373, 2017-06-13)
CReadHoughCircle\CReadHoughCircle\CReadHoughCircle.vcxproj (4384, 2017-06-12)
CReadHoughCircle\CReadHoughCircle\CReadHoughCircle.vcxproj.filters (1340, 2017-06-12)
CReadHoughCircle\CReadHoughCircle\CReadHoughCircle.vcxproj.user (143, 2017-06-12)
CReadHoughCircle\CReadHoughCircle\Debug\cl.command.1.tlog (4130, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\CL.read.1.tlog (67614, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\CL.write.1.tlog (1978, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\CReadHoughCircle.exe.embed.manifest (406, 2017-06-12)
CReadHoughCircle\CReadHoughCircle\Debug\CReadHoughCircle.exe.embed.manifest.res (472, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\CReadHoughCircle.exe.intermediate.manifest (381, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\CReadHoughCircle.lastbuildstate (89, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\CReadHoughCircle.log (5019, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\CReadHoughCircle.obj (351474, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\CReadHoughCircle.pch (1179648, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\CReadHoughCircle.write.1.tlog (0, 2017-06-12)
CReadHoughCircle\CReadHoughCircle\Debug\CReadHoughCircle_manifest.rc (222, 2017-06-12)
CReadHoughCircle\CReadHoughCircle\Debug\link-cvtres.read.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link-cvtres.write.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.1036-cvtres.read.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.1036-cvtres.write.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.1036.read.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.1036.write.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.7720-cvtres.read.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.7720-cvtres.write.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.7720.read.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.7720.write.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.8780-cvtres.read.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.8780-cvtres.write.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.8780.read.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.8780.write.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.9204-cvtres.read.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.9204-cvtres.write.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.9204.read.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.9204.write.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.9332-cvtres.read.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.9332-cvtres.write.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.9332.read.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.9332.write.1.tlog (2, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.command.1.tlog (7278, 2017-07-22)
CReadHoughCircle\CReadHoughCircle\Debug\link.read.1.tlog (16428, 2017-07-22)
... ...

======================================================================== CONSOLE APPLICATION : CReadHoughCircle Project Overview ======================================================================== AppWizard has created this CReadHoughCircle application for you. This file contains a summary of what you will find in each of the files that make up your CReadHoughCircle application. CReadHoughCircle.vcxproj This is the main project file for VC++ projects generated using an Application Wizard. It contains information about the version of Visual C++ that generated the file, and information about the platforms, configurations, and project features selected with the Application Wizard. CReadHoughCircle.vcxproj.filters This is the filters file for VC++ projects generated using an Application Wizard. It contains information about the association between the files in your project and the filters. This association is used in the IDE to show grouping of files with similar extensions under a specific node (for e.g. ".cpp" files are associated with the "Source Files" filter). CReadHoughCircle.cpp This is the main application source file. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named CReadHoughCircle.pch and a precompiled types file named StdAfx.obj. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" comments to indicate parts of the source code you should add to or customize. /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者