搜索资源列表
tu_xiang_jianche
- 数字图像的边缘检测是图像分割、目标区域的识别、区域形状提取等图像分析领域十分重要的基础,图像理解和分析的第一步往往就是边缘检测,目前它以成为机器视觉研究领域最活跃的课题之一,在工程应用中占有十分重要的地位。本文向读者简单介绍一下这个技术,并给出了在Visual C++环境下实现的代码。-Digital Image Edge detection is image segmentation, target recognition in the region, regional shape extra
FFT(good)_CanTestWithImage
- 图像傅立叶变换(频域变换经典代码),相信大家在学数字图像处理时,老师一般都要求学生用C++来实现图像Fourier变换,有了这个实例,就方便多了。_带图片可测试-images Fourier transform (frequency domain transform classic code), I believe we learn in digital image processing, teachers generally require students to use C Image Fo
yuv_ratio
- YUV图像中修改Y值的程序. 在这里YUV的格式是先YYYYYYYYYY..然后UUUUUUUUUU...然后VVVVVVVVV... 不是YUVYUVYUVYUV这个格式。运行的时候把YUV格式的图片放到C目录下。-YUV images Y value of the revised procedures. Here YUV format is first YYYYYYYYYY. . UUUUUUUUUU then ... then ... not YUVYUVYU VVVVVVVVV VY
land_final
- 这个是我自己编的雷达地杂波仿真的程序,c++的代码,是瑞利分布的地杂波,杂波幅度进行了归一化的-this is my own addendum to the radar clutter simulation procedures, c code, is the Rayleigh distribution to the clutter, Clutter rate of naturalization of a
TV图像去噪,c源码
- TV图像去噪,c源码。网上流传的代码都是用matlab的,在一些情况下非常不合适。所以编写了这个c代码,原理是TV全变分法。,TV image denoising, c source code. Online spread matlab code are used, and in some cases very inappropriate. Therefore, the preparation of the c code, the principle is the TV-wide variati
sift-C
- David G. Lowe 的SIFT算法实现。 这个用纯c编写,不实用matlab,方便调用。-David G. Lowe' s SIFT algorithm. The pure c written impractical matlab, easy call.
Face_MFC
- 本程序是一个人脸识别系统,它是在VC++和opencv环境下下编译成功的,虽然或许本网站有过类似代码。但是这个代码是在别的网站上搜索到的,个人觉得很有典型性,具体下载后调试可知,希望对相关方面的朋友能有所提高!-This procedure is a face recognition system, which is VC++ And compile opencv under the circumstances of success, although perhaps this site has
illumination-normalization
- 这个c#编写的程序,用来对人脸图像进行预处理,从而提升人脸识别算法的性能。这里提出了3种用于人脸识别的图像预处理的光照归一化算法,即:Multiscale retinex和anisotropic 和isotropic平滑方法。-The c# Preparation procedures used for face image preprocessing, so as to enhance the performance of face recognition algorithms. Here p
tuxiangchuli
- 这个压缩文件中包含图像处理中的猫脸变换,信息隐藏等源程序-failed to translate
image
- 本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似-This procedure shows how to use C++ Class to create and display images, the C++ class defined in cxcore.hpp with matrices (CvMatrix) similar to
c
- 这个程序是对图像图形处理中的腐蚀和膨胀的处理代码。-This procedure is the image and graphics processing to deal with corrosion and expansion of the code.
Match_SIFT
- 这是一个SIFT算法的实现,主要的代码是Kuas写的,本人只是用来进行匹配而已。发上来主要是要推荐这个SIFT的实现,写的很棒,这个跟Rob Hess的源码相比,思路更加清晰,而且是用类封装好的,简单易用。这个代码是基于OpenCV的。-This is an implementation of SIFT algorithm, the main code is written by Kuas, I just used it for matching. I mainly recommend thi
Watershed
- 分水岭算法的几个经典参考论文,希望对大家研究这个算法有所帮助。-Several classic watershed algorithm reference paper, we want to help of this algorithm.
PW_1.0.1
- 这个c程序实现几种2D和3D分割算法,这些算法可以参考下面这篇论文,程序的运行请查看README.txt-Camille Couprie, Leo Grady, Laurent Najman and Hugues Talbot , "Power Watersheds: A New Image Segmentation Framework Extending Graph Cuts, Random Walker and Optimal Spanning Forest", ICCV 09, 2009
2
- 本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似-This program shows how to use C++ class to create and display images, the C++ class defined in cxcore.hpp, and matrix type (CvMatrix) similar to
cpic
- 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。-Project cpic This program shows how to use C++ class to create and display images, the C++ class defined in cxcore.hpp, and matrix type (CvMatrix) similar.
Kalman-in-C
- Kalman滤波的非opencv算法,使用基本的C语言,包含3个C文件。这个是楼主找了好久找到的- -。-Kalman filtering in C language without opencv
Using-c-Sharp-to-achieve-image-
- 用c#实现图像处理:获取一幅图片的像素值及RGB分量,这个程序简单方便-Using c# to achieve image processing to get a picture of pixel values and the RGB components
eqwkl
- 本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore hpp 中定义,与 矩阵类(CvMatrix) 相似()
归一化
- 这个程序运用归一化的方法进行单应性矩阵求解。(The homography matrix is solved using a normalized method.)