搜索资源列表
imageproccess
- 关于纹理的特征计算程序 包括对比度,能量,熵,局部平稳,共生矩阵的计算.-texture of the program features include contrast, energy, entropy, local stable, symbiotic matrix calculations.
comvision
- 是一个立体计算机视觉方面的匹配代码,可以实现m矩阵的计算,对三维重建还有帮助,精度不错的哦-is a three-dimensional computer vision of matching code, can achieve m matrix calculation, Three-dimensional reconstruction of help there, oh, good accuracy
gffdfundmatrix
- 本程序是基于OpenCV的程序,进行基本矩阵的计算,采用7点算法、8点算法。-the OpenCV are based on the procedures, the basic matrix calculation, using 7:00 algorithm, 8:00 algorithm.
essential
- 立体视觉中本质矩阵的计算,利用VC+OPEN CV实现
ImageComatrix
- 灰度共生矩阵是图像处理中特征提取的纹理特性的一个重要参量,该程序实现2-D灰度图像的共生矩阵的计算
torrsam
- 三维重构的程序,包括角点检测,匹配,F矩阵的计算等
ComputeBasicMatrix
- 计算机视觉 基础矩阵的计算,利用标准8点法计算基础矩阵
co_matrix
- 灰度共生矩阵的计算程序,包括子程序,可以用在纹理分析上,还不错
视频分割的matlab 程序
- 1. 视频数据读取,读取相邻两帧中的人眼最敏感的亮度数据。 2. 用后一帧的亮度矩阵减去前一帧亮度矩阵,计算出两帧的帧差。 3. 迭代计算出帧差中的噪声的均值和标准差。 4. 根据均值和标准差滤除噪声,得到变化区域。 5. 用数学形态学运算得到对象的最终模板。-1. Video data is read, read two adjacent eyes of the brightness of the most sensitive data. 2. After a brightness of th
共生矩阵的计算
- matlab 纹理特征提取时用到的共生矩阵计算,并计算出能量、熵、惯性矩、相关4个纹理参数
计算两个矩阵的欧式距离
- 计算两个矩阵的欧式距离,opencv,对模式识别有帮助!-Two matrices of Euclidean distance calculation
用opencv类库两副图像的特征点匹配
- 两副图像的特征点匹配,其中用了opencv类库,功能包括:特征点的亚像素精度检测,特征点初始匹配,基本矩阵计算及对极约束引导匹配等。matcher.rar网上的都是有错误,而且缺少类库,我把错误改正了,把所有需要的类库都加上了,现在已经编译通过,保证能运行!希望大家喜欢,2 points, matching the characteristics of images, which used the opencv library, features include: Feature Point D
CoOccurence
- 共生矩阵的计算,用于纹理分析,代码效率高!-Calculation of co-occurrence matrix for texture analysis, efficient code!
ResearchonComputationofGLCMofImageTexture
- 图像的灰度共生矩阵(GLCM)已知被理论证明并且实验显示它在纹理分析中是一个很好的方法,广泛 用于将灰度值转化为纹理信息. 然而,由于GLCM是像素距离和角度的矩阵函数,因此完整的GLCM的计算,其参数的 选取范围很广,这样GLCM的计算量很大,通常是不能这样用的. 为了解决这个问题,本文应用马尔可夫链的性质,从 理论上证明了GLCM的计算结果,当像素距离足够大的时候趋于一致性. 这样只需较少的参数值就可以完整的描述图 像的纹理特征. 最后,通过对Brodatz纹理库中自然纹理
BinocularComputerVisionFundmentalMatrix_VC
- 计算机双目视觉的重要技术,基础矩阵的计算,VC源码,利用到OpenCV环境和Mablab库.-The importance of binocular vision of computer technology, based on matrix calculation, VC source, using the OpenCV library environment and Mablab.
graylevel
- 实现灰度共生矩阵的建立,并计算其0度135度90度方向的特征,计算矢量矩-Gray-level co-occurrence matrix to achieve the establishment and calculation of its 0 degrees 135 degrees 90 degrees the direction of the characteristics of the vector calculation of moments
dx-4.4.4.tar
- 图像的纹理特征参数的灰度共生矩阵的计算,该方法效果好,速度快,易理解。-The image texture characteristic parameters GLCM calculation, the method effective, fast, easy to understand.
texture_GUI
- 此程序是基于灰度共生矩阵的图像纹理特征提取算法,它进行了四个方向上的灰度共生矩阵的计算,从而得出他们的纹理特征向量,再求均值,使计算进度大幅度提高-This program is based on the GLCM texture feature extraction algorithm, which was four directions GLCM calculation to arrive at their texture feature vector, and then seek mean
C-Language
- C 语言图像处理代码大全,包括比较常用的算法。例如:阈值分割,边缘检测,直方图的计算,灰度共生矩阵的计算等等。-C-Code Complete, image processing, including the commonly used algorithms. For example: threshold segmentation, edge detection, histogram calculation, the calculation of GLCM and so on.
最小二乘法估计仿射矩阵
- 目前MATLAB里边对于多点计算仿射矩阵普遍采用RANSAC法,但是比较麻烦计算量也相对较大,通过最小二乘法来进行仿射矩阵的估计能够大大提高该效率,所以奉上自己在实验室写的仿射矩阵估计函数,来弥补matlab函数库在这方面的不足。(The MATLAB inside for calculating affine matrix commonly used RANSAC method, but more trouble calculation is relatively large, estimat