资源列表
opencv-test
- 在vs2013中编写的基于mfc的opencv特征提取的一些主要的函数的测试程序-a test project of several important opencv functions for features detection written in VS2013 based on MFC
snake
- snake 算法:需要给出初始的轮廓,然后进行迭代,使轮廓沿能量降低的方向靠近,最后得到一个优化的边界-snake algorithm :given an initializing contour,recalculate till to the best contour
Image-Matting
- csdn上下载的闭形式抠图算法代码,Matlab实现。-A closed form solution for matting
demosaicking
- 自己写的一些代码,包括对图像的预处理,以及binary经典算法,和一些自己改进的算法的代码。自己的算法因得到的效果不错已发表。 rgb2bayer: 转换到bayer格式 border:处理图像边缘像素点 method1-4:不同的去马赛克算法的实现 cpsnr:峰值信噪比的公式实现-Write some code, including image preprocessing, and binary classical algorithm, the imp
dftuv
- 计算网格距离,以此来进行频率域下的滤波。- DFTUV Computes meshgrid(网格数组) frequency matrices(频率矩阵). [U,V]=DFTUV(M,N) computes meshgrid frequency matrices U and V.U and V are useful for computing frequency-domain(频率域) filter(滤波) funcitions that can be used with
RANSAC
- RANSAC提纯算法,可以有效剔除错误数据,保留正确的数据,十分实用-Purification RANSAC algorithm, can effectively eliminate erroneous data, the correct data retention, very practical
facerec
- opencv人脸识别代码 opencv人脸识别代码 -face recognition
nonrigidICP
- 非刚性ICP 三维网格模型的配准计算,使用径向基函数计算局部变形-non rigid ICP
hough
- 通过霍夫变换实现图像中,圆的检测,对于初学者有一定的帮助-By Hough transform images, the detection of the circle, there is some help for beginners
addNoiseToVideo
- 传入一段视频给每一帧加上大小可以控制的高斯噪声,可以对后续去噪性能进行量化评估。(非常简单,给那些图像处理刚入门的同学的)-Add guassian noise to a no-noise video
Noise-estimation
- 利用背景几乎不变的前后两帧进行噪声估计,(也可以用加噪帧和无噪声帧来计算实际噪声),从而估计出噪声,也可以知道此法的性能优劣(非常简单,可以让刚入门的同学加深理解)-Noise estimation
ICM
- ICM算法的图像的分割处理,其中使用了Kmeans均值函数进行了初始分割。-ICM image texture image analysis and classifieatio
