搜索资源列表
imageproccess
- 关于纹理的特征计算程序 包括对比度,能量,熵,局部平稳,共生矩阵的计算.-texture of the program features include contrast, energy, entropy, local stable, symbiotic matrix calculations.
essential
- 立体视觉中本质矩阵的计算,利用VC+OPEN CV实现
ImageComatrix
- 灰度共生矩阵是图像处理中特征提取的纹理特性的一个重要参量,该程序实现2-D灰度图像的共生矩阵的计算
torrsam
- 三维重构的程序,包括角点检测,匹配,F矩阵的计算等
ComputeBasicMatrix
- 计算机视觉 基础矩阵的计算,利用标准8点法计算基础矩阵
co_matrix
- 灰度共生矩阵的计算程序,包括子程序,可以用在纹理分析上,还不错
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.
Texture
- 计算灰度共生矩阵的Matlab程序,参考《基于颜色空间和纹理特征的图像检索》,输入图像数据,返回八维纹理特征行向量-A programm computing GLCM texture measurements.
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
trifocal_tensor
- 计算机视觉中的三焦点张量以及基本矩阵的计算 -Computer Vision Trifocal Tensor and the calculation of the basic matrix
eccv10guidedfilter
- 本文作者提出了一种算法来简化图像抠图算法中的一个大型稀疏矩阵的计算方法,提高了效率。-This paper presents a method of image matting algorithm to simplify the calculation of a large sparse matrix methods to improve efficiency.
texture_extraction
- 基于灰度共生矩阵的图像纹理提取及灰度共生矩阵的计算-GLCM-based texture extraction and calculation of GLCM
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.
wenlituxiangtezhengtiqu
- 灰度共生矩阵反映了图像灰度关于方向、相邻间隔、变化幅度的综合信息,它可作为分析图像基元和排列结构的信息。作为纹理分析的特征量,往往不是直接应用计算的灰度共生矩阵,而是在灰度共生矩阵的基础上再提取纹理特征量。该段代码是对纹理特征的提取。-Gray symbiotic matrix reflects the image grey about the direction, and adjacent interval, change the amplitude of the comprehensive
GaborDaubechies
- 基于GaborDaubechies小波束域波场外推的散射系数矩阵的计算及其应用-CONSTRUCTION AND APPLICATION OF LOCAL SCATTERING MATRIX BASED ON WAVEFIELD EXTRAPOLATION IN THE GABOR-DAUBECHIES BEAMLET DOMAIN
glcm
- 图像纹理的灰度共生矩阵计算matlab代码 较详细的非喜乐共生矩阵的计算方法-The image texture of the GLCM calculation analysis of Research on Computation of GLCM of Image Texture Research on Computation of GLCM of Image Texture
F-Matrix
- 摄影测量学中 关于基本矩阵的计算求解 这是联系空间坐标和图像坐标的关键-Photographic surveying basic matrix calculation on solving this is to contact the spatial coordinates and the image coordinates of the key
最小二乘法估计仿射矩阵
- 目前MATLAB里边对于多点计算仿射矩阵普遍采用RANSAC法,但是比较麻烦计算量也相对较大,通过最小二乘法来进行仿射矩阵的估计能够大大提高该效率,所以奉上自己在实验室写的仿射矩阵估计函数,来弥补matlab函数库在这方面的不足。(The MATLAB inside for calculating affine matrix commonly used RANSAC method, but more trouble calculation is relatively large, estimat