登录
首页 » matlab » 指定图像位置和大小的灰度共生矩阵的提取

指定图像位置和大小的灰度共生矩阵的提取

于 2020-06-07 发布
0 107
下载积分: 1 下载次数: 1

代码说明:

说明:  指定图像位置和大小的灰度共生矩阵的提取,程序自己编得,蛮好用的(Extraction of gray level co-occurrence matrix of specified image position and size)

文件列表:

指定图像位置和大小的灰度共生矩阵的提取\caijian.m, 347 , 2020-05-29
指定图像位置和大小的灰度共生矩阵的提取\erbai.m, 110 , 2020-05-29
指定图像位置和大小的灰度共生矩阵的提取\gongshengj.m, 3741 , 2020-05-29
指定图像位置和大小的灰度共生矩阵的提取, 0 , 2020-06-04

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 1hangjiguanlian
    实现航迹融合的算法,多雷达探测实现目标数据的融合并完成对目标的模拟仿真,这里主要是对一个目标的跟踪,需要在vc++6.0上实行(Track fusion algorithms, multi-radar detection to achieve the target data fusion and complete simulation of the target, mainly tracking a target, you need to implement in vc++6.0)
    2020-12-03 21:59:24下载
    积分:1
  • VapourSynth-BM3D-master
    VapourSynth-BM3D-master BM3D算法的原创代码,运行速度超快,参考文献《Image Denoising by Sparse 3-D Transform-Domain Collaborative Filtering》(VapourSynth-BM3D-master BM3D original algorithm code, run super-fast, Reference " Image Denoising by Sparse 3-D Transform-Domain Collaborative Filtering" )
    2016-10-17 19:18:10下载
    积分:1
  • shuiguojiance_vcPP
    基于图像处理,vc++平台的水果识别。通过亮度调整,梯度处理,边缘图像,边界跟踪,计算颜色形状等,计算出结果。(Based on image processing, fruit recognition vc++ platform. Through the brightness adjustment, gradient, edge image, boundary tracking, calculation of color shape, the calculated results. )
    2014-11-12 10:24:13下载
    积分:1
  • 水平集
    说明:  水平集边缘检测代码,利用了变分法进行优化和处理,实现了图像的快速边缘检测(Level set edge detection code is optimized and processed by using variational method, and fast edge detection of image is realized.)
    2020-12-17 21:09:11下载
    积分:1
  • imagecycle
    matlab中图像的循环读入程序,我做了图像imadd叠加操作,别的函数也可以类似的使用这种循环(matlab image read into the program cycle, I make an image overlay imadd operations, other functions can also be similar to the use of this Cycle)
    2009-03-23 11:22:22下载
    积分:1
  • pipei
    基于角点特征的图像匹配的几个代码~~较为详细~~~(Corner Feature-based image matching of several more detailed code ~ ~ ~ ~ ~)
    2010-05-12 11:16:00下载
    积分:1
  • 小波去噪
    运用小波阈值实现图像去噪,同时有小波的分解与重构。(Wavelet threshold is used to realize image denoising and wavelet decomposition and reconstruction.)
    2017-11-27 22:38:26下载
    积分:1
  • Gabor-Matlab1
    gabor小波变换提取图像纹理信息,得到一维向量。(gabor wavelet transform to extract image texture information)
    2013-01-11 16:12:24下载
    积分:1
  • jiyuzuixiaoerchengfagaijindesuijituoyuanjiance
    为了提高数字图像中椭圆检测的效率和准确性,提出了一个基于最小二乘法的改进的随机椭圆检测算法. 该算法随机选取图像中的3 个边缘点,在以这3 个点为中心的窗口内,从边缘点中拟合出可能椭圆,并通过随机选 取的第4 个边缘点来确认可能椭圆. 利用直接最小二乘法椭圆拟合的特性,引入可能椭圆边缘点收集和椭圆重新 拟合的迭代过程来提取最终的椭圆参数. 通过对含有不同噪声的仿真图片和包括残缺椭圆的实际图片的实验表 明,新算法的改进是有效的. 与原算法相比,新算法降低了对参数的依赖性,提高了检测的速度、稳定性和准确性, 同时保留了原算法的抗噪声能力.(: An imp roved randomized ellip se detection algorit hm based on least square approach was proposed to enhance t he efficiency and accuracy of ellip se detection in digital images. This algorit hm randomly se2 lect s three edge point s in t he image , and t hen uses least square approach to fit all t he edge point s in three windows , which are defined by t he t hree edge point s. The forth edge point is randomly selected to judge whet her a possible ellip se exist s in t he image. Utilizing the characteristic of direct least square fit ting of ellip se , an iteration process of edge point collecting and ellip se refit ting of possible ellip se was int roduced to ext ract t he final ellip se’s parameters. Artificial images wit h different level s of noise and nature images containing incomplete ellip ses were employed to test t his algorithm. Experimental result s show that t he improvement s are notable. Compared with the original algorit hm , t he propo sed algorit hm reduces)
    2020-11-01 11:19:55下载
    积分:1
  • 特征选择之relief-F的MATLAB实现
    Relief-F 算法是由 Kononenko 在 Relief 算法基础上扩展得到的,可以用来解决多分类与回归问题。 Relief-F 特征选择算法利用特征与类别间的相关程度判别特征的敏感程度,敏感的特征能使同类样本靠近,非同类样本远离。基本思想是: 先随机从总样本集 D中获取一个样本 R, 然后在 与 R 同类样本集中和与R 异类 样 本 集 中 各 获 取 k 个近 邻 样 本, 在 特 征 集 F中如果某个特征上异类样本的距离大于同类样本,则这个特征是有利于分类的,增加其权重,重复 n 次 取所有结果的均值作为每个特征的最终权重值.
    2020-11-29下载
    积分:1
  • 696518资源总数
  • 104434会员总数
  • 22今日下载