资源列表
laplace
- LaplacianOperator算子,是二阶算子,不想Roberts算子那样需要两个模板计算梯度,LaplacianOperator算子只要一个算子就可以计算梯度。但是因为利用了二阶信息,对噪声比较敏感 -laplace operator
sobe
- sober算子,用于图像处理是的边界分割 -sober operator
Prewitt
- Prewitt算子,在图像处理中用于并行边界分割,利用c++编写 -Prewitt operator
track
- pUnEdgeTrack指针指向的数据区存储了边界跟踪的结果,其中1(逻辑)表示对应象素为边界点,0表示为非边界点 -EdgeTrack operation
3DSeg
- 图片分割,能够将二维图片分割后形成3D,实用程序。-Image segmentation, 3D, after the formation of the utility will be able to split a two-dimensional picture.
image-feature-from-phase-congruency
- 彼得可谓西的利用相位信息提取特征的文献,非常经典,对边缘的提取效果较好-The use of phase information extracted features can be described as literature Peter West, very classic, edge extraction is better
SaliencyTPAMI
- 计算机视觉领域后起之秀程明明的显著性区域检测的经典论文,值得一读-A rising star in the field of computer vision Cheng Mingming significant region detection classic paper worth reading
FNRCGH
- 利用菲涅尔衍射计算给定图片的全息图案,程序里包含详细注解方便根据实际情况调整参数。-Computer generated holography using Fresnel diffraction
ImageSpirit
- 领用稀疏进行图像分割领域的文献,CVPR2007年发表,引用超过1000次-Consuming sparse literature in the field of image segmentation, CVPR2007 published, cited more than 1000 times
pca
- 本文实现了众所周知的PCA算法。它返回一个减少号尺寸/特征数据集。折减系数,即多少特征最终/减少集应该包含可由用户选择。 它包含一个面说明数据集(脸。垫)(请参阅自述文件)如何使用。-this implements the well known PCA algorithm. It returns a Dataset with reduced no. of dimensions/features. The reduction factor i.e how many features the f
AffineTransform
- 图像处理 Affine Transformation,rotation, scale,shear. 主要都是自己写的函数,不用toolbox的自带library。包括实例图片。-Affine Transformation,rotation, scale,shear. image processing, matlab. no toolbox.
HoughTransform
- 霍夫变换,直线检测,包括了边缘检测,双向高斯滤波。自己写的函数, 不是toolbox自带函数。图像处理-Hough Transform,line detect, edge detect, sep-guassian filter, matlab, image processing.self-define function, no toolbox
