登录
首页 » Visual C++ » ShapeRecognition

ShapeRecognition

于 2010-05-12 发布 文件大小:11347KB
0 232
下载积分: 1 下载次数: 521

代码说明:

  Shap Context based Shape recognition

文件列表:

ShapeContext_pami02.pdf
ShapeContext_Viterbi_cvpr03.pdf
ShapeRecognition.ncb
ShapeRecognition.sln
ShapeRecognition.suo
ShapeRecognition\back.jpg
ShapeRecognition\cholesky.h
ShapeRecognition\cv110.dll
ShapeRecognition\cxcore110.dll
ShapeRecognition\dip.h
ShapeRecognition\eigen_sym.h
ShapeRecognition\highgui110.dll
ShapeRecognition\Hungarian.cpp
ShapeRecognition\Hungarian.h
ShapeRecognition\LogPolarMatrix.cpp
ShapeRecognition\LogPolarMatrix.h
ShapeRecognition\ludcmp.h
ShapeRecognition\MatMath.cpp
ShapeRecognition\MatMath.h
ShapeRecognition\matrix_h
ShapeRecognition\nr3.h
ShapeRecognition\resource.h
ShapeRecognition\right2.bmp
ShapeRecognition\shape.txt
ShapeRecognition\ShapeContext.cpp
ShapeRecognition\ShapeContext.h
ShapeRecognition\ShapeRecognition.aps
ShapeRecognition\ShapeRecognition.cpp
ShapeRecognition\ShapeRecognition.h
ShapeRecognition\ShapeRecognition.rc
ShapeRecognition\ShapeRecognition.vcproj
ShapeRecognition\ShapeRecognition.vcproj.GIST-D8273EF267.ehwa.user
ShapeRecognition\ShapeRecognition.vcproj.GIST-DE0A39C769.Duyong.user
ShapeRecognition\ShapeRecognitionDlg.cpp
ShapeRecognition\ShapeRecognitionDlg.h
ShapeRecognition\stdafx.cpp
ShapeRecognition\stdafx.h
ShapeRecognition\targetver.h
ShapeRecognition\test_F.jpg
ShapeRecognition\test_shape.txt
ShapeRecognition\test_yellowcup.jpg
ShapeRecognition\test_yellowcup2.jpg
ShapeRecognition\test_yellowcup3.jpg
ShapeRecognition\test_yellowcup_O.jpg
ShapeRecognition\test_yellowcup_O2.jpg
ShapeRecognition\TPStransformation.cpp
ShapeRecognition\TPStransformation.h
ShapeRecognition\Tps_point1.txt
ShapeRecognition\Tps_point2.txt
ShapeRecognition\Tps_point3.txt
ShapeRecognition\yellowcup.jpg
ShapeRecognition\res\ShapeRecognition.ico
ShapeRecognition\res\ShapeRecognition.rc2

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Vehicle_Detection_Recognition-master
    车型识别图像处理MATLAB代码可运行适合新手入门只用(car recognization adapted rookie study playplay)
    2018-01-09 22:14:19下载
    积分:1
  • WBBaayesianr
    我写的贝叶斯fusion的Visual C+++源码,简明易懂,提供参数说明 可直接使用。 (The Bayesian fusion the Visual C+++ of what I wrote source, easy-to-understand parameters can be used directly.)
    2012-09-30 11:17:27下载
    积分:1
  • Visualc++Imageexample(XuHui)
    Visual C++数字图像实用工程案例光盘代码(Visual C++ Digital image utility works case CD-ROM code)
    2007-10-19 16:59:22下载
    积分:1
  • liver_ultr
    Abstract—Noninvasive ultrasound imaging of carotid plaques allows for the development of plaque-image analysis methods associated with the risk of stroke. This paper presents several plaqueimage analysis methods that have been developed over the past years. The paper begins with a review of clinical methods for visual classification that have led to standardized methods for image acquisition, describes methods for image segmentation and denoizing, and provides an overview of the several texture-feature extraction and classification methods that have been applied. We provide a summary of emerging trends in 3-D imaging methods and plaque-motion analysis. Finally, we provide a discussion of the emerging trends and future directions in our concluding remarks.
    2013-10-28 12:36:04下载
    积分:1
  • LossCompression
    C语言编程,利用矢量量化思想进行图像有损压缩和解压缩(C language programming, using vector quantization thoughts lossy image compression and decompression)
    2016-05-24 21:50:39下载
    积分:1
  • shiligongcheng1
    对各种格式图像实现打开保存旋转的操作的示例工程的说明文档。(images of various formats to achieve preservation of open rotation examples of the operation of the project documentation.)
    2006-11-02 10:30:15下载
    积分:1
  • HOG+SVM进行片中行人检测
    行人检测HOG+SVM进行图片中行人检测,提供训练用的pos和neg样本,效果还可以;没有SVM工具箱的,压缩包里已经提供了,安装一下即可(Pedestrian detection HOG + SVM for pedestrian detection in pictures, providing POS and neg samples for training, the effect is good; without SVM toolbox, the compression package has been provided, just install it.)
    2020-10-30 16:09:56下载
    积分:1
  • DcmtkTest
    本程序使用dcmtk库,可以显示大部分的DICOM图像。非压缩、压缩黑白图像以766灰阶显示,彩色图像正常显示。 对于初用dcmtk库的开发者来说,入门较难,本程序已使用VC6工程将主要库加入工程中,可以参考本工程的设置。另外,对于高于8位的黑白图像,本程序也提供一个处理方法的参考。(This procedure used dcmtk library, you can see that the majority of the DICOM image. Non-compressed, compressed to 766 gray-scale black-and-white images show that color image display. Dcmtk library used for the early developers, the entry more difficult, the procedure has been in use for the main library VC6 project will join the project, can refer to the project settings. In addition, higher than the 8-bit black-and-white images, the program also provides a reference method.)
    2009-06-01 14:19:42下载
    积分:1
  • source
    数字图像处理,C语言,功能是打开一幅位图,实现几何变换。(Digital image processing, C language function is to open a bitmap, to achieve geometric transform.)
    2010-01-12 15:05:48下载
    积分:1
  • Kinect_DepthCanny
    用kinect获取3D图像,并从3D图像中用OpenCV方法从深度图中获取梯度边缘,从而得到更多信息,做后续处理(Get with kinect 3D images, and get the edge gradient from the depth map from a 3D image using OpenCV method to obtain more information, do follow-up treatment)
    2014-02-21 21:19:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载