资源列表
examples-code
- 由UIUC的Yi Ma开发的关于多视觉几何理论的开发包。其中涉及到特征点提取,光流,分层重建理论。一步一步教你如何构建一个重建的系统-developed by Yi Ma from UIUC Which involves the feature point extraction, optical flow, layered reconstruction of the theory. Step by step teach you how to build a reconstruction syst
lda
- lda线性特征提取,用于人脸识别,首先进行小波特征提取后用lda提取特征。-lda linear feature extraction for face recognition, first of all, after feature extraction using wavelet feature extraction using lda.
wavefusypca
- 小波融合pca,采用特征级的融合,用于人脸识别。-Wavelet fusion pca, using Feature-level fusion for face recognition.
dx-4.4.4.tar
- 图像的纹理特征参数的灰度共生矩阵的计算,该方法效果好,速度快,易理解。-The image texture characteristic parameters GLCM calculation, the method effective, fast, easy to understand.
AVS-P2
- 详细介绍AVS-P2,先进音视频编解码过程,完全按照国家标准(GB),规定了数字音视频的压缩、解压缩、处理和表示的技术方案-Details of AVS-P2, advanced audio and video encoding and decoding process, in full accordance with national standards (GB), provides digital audio and video compression, decompression, pro
8bitTo16
- 将某一8位的raw格式图转换为16位的raw格式图 并可输出raw格式图的灰度值至相应文件(.txt文件) 生成的新图用PS打开时与原图基本一致.-It can converted an 8-bit raw format, to an 16-bit raw format and can output raw format diagram of the gray value to the corresponding map file (. Txt files) .The new plan to
source codd of zheng you stereo matcher
- 张正友基于极线约束的点匹配方法源码,包含角点检测,零交叉匹配等重量级算法,初学者必备-Zhang Zheng-you-point based on the epipolar constraint matching method source code, including corner detection, zero-crossing matching heavyweight algorithm, essential for beginners
kmean2
- 本程序用k-均值聚类的方法实现图像二值化-This procedure using k means to achieve image binarization
tdrh
- 5种不同的梯度增强法进行图像锐化,内含测试图片-5 different gradient method to enhance the image sharpening, containing test image
Image_Interpolation
- 图像孔洞/裂缝的填充算法。根据图像的同态性,采用最邻近插值的思想。-Image holes/cracks in the fill algorithm. According to the image of the same state, using the nearest interpolation ideas.
matlab_touying
- MATLAB环境中使用投影法统计目标图像像素在每一行和每一列上的个数,然后画出统计图形。-MATLAB environment using the projection method the target image pixel statistics in each row and each column the number, and then draw statistical graphics.
PixelConvert
- 将图像的RGB转换为HSV、xyz空间显示 逐个像素点读取 附带注释 有用opencv做的 也有用纯c做的-The RGB image is converted to HSV space-by-pixel display reads annotated to do with the opencv