CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - VARIANCE matlab IMAGE

搜索资源列表

  1. m_function.rar

    0下载:
  2. 计算图像的均方差 绝对误差 以及自熵或自信息量的函数 ,Calculating the image mean absolute error variance, as well as the amount of information from the entropy of a function or self
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1.08kb
    • 提供者:王红卫
  1. Image

    0下载:
  2. 利用matlab计算图像的辐*度(包含均值、方差、偏斜度和陡度)和信息量。-Calculation of the radiation image using matlab precision (including mean, variance, skewness and steepness), and the amount of information.
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:641byte
    • 提供者:王维
  1. Imagefusionevaluation

    1下载:
  2. 图像融合的评价程序,包括熵、方差等评价指标。用MATLAB编写-Image fusion evaluation procedures, including the entropy, variance and other assessment indices. Prepared using MATLAB
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:1.03kb
    • 提供者:neil
  1. maximum_likelihood_classification

    3下载:
  2. 经典的最大似然法分类法的C语言实现,有助于深入了解遥感分类原理。-This program implements the maximum likelihood classification procedure. ouput:1.classified image, and 2. probability file. Note: For constructong variance-covariance matrix must be generic binary file.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:4.22kb
    • 提供者:李会利
  1. OTSU

    0下载:
  2. 利用最大类间方差法(OTSU)求出对图像进行二值化处理的最佳阈值,从而进行图像二值化处理。 -Using the maximum between-class variance method (OTSU) obtained image binarization best treatment threshold, and thus image binarization treatment.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:2.19kb
    • 提供者:zhangjie
  1. segmention-threshod

    0下载:
  2. 一些关于图像阈值确定的matlab程序,包括迭代阈值,最小类内方差,最大熵,和用matlab库函数对图像进行边缘检测。可运行-Number of image thresholding matlab identified procedures, including iterative threshold, the smallest category of variance, maximum entropy, and the use of matlab library function of the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:30.61kb
    • 提供者:刘大专
  1. byjc

    1下载:
  2. 对于一些图像来说,常用的边缘检测算法有时候无法设立合适的阈值将它们的梯度较小的模糊边缘检测出来。为了解决这个问题,有两种解决方法:将图像方差标准化,拉大模糊边缘的梯度值,或通过设置sigmoid函数,将像素所在区域的信息传递到梯度值中去,对其进行调整,就能找到合适阈值,有效地将模糊边缘提取出来。本程序把这两种算法实现并与与传统算法进行了比较。-For some images, the commonly used edge detection algorithm sometimes can not
  3. 所属分类:图形图象

    • 发布日期:2013-06-24
    • 文件大小:1.11kb
    • 提供者:李思齐
  1. imagequality

    4下载:
  2. 自己编写的图像质量评价函数,包括方差、平均梯度、模糊熵、信息熵-I have written the image quality evaluation function, including the variance, with an average gradient, fuzzy entropy, information entropy
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-06-29
    • 文件大小:3.75kb
    • 提供者:llb
  1. graphicexperiment

    1下载:
  2. 用MATLAB实现数字图像处理的块编码,数字化,锐化,灰度级变换,直方差均衡等等。-Using MATLAB realization of digital image processing block coding, digitization, sharpening, gray-scale transformation, and so straight variance balanced.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:287.56kb
    • 提供者:maoyun
  1. LocalOstu

    0下载:
  2. 基于opencv的otsu阈值分割,根据最大类间方差原理,进行全局图像分类-Opencv based on the Otsu threshold segmentation, in accordance with the principle of maximum between-cluster variance for the overall image classification
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1.06kb
    • 提供者:chenyuanlu
  1. tuxiangqiege

    0下载:
  2. 基于像素点的全局阈值法求图像的分割 实现方法有五种: 最小极值法,最优阈值法,最大方差方法,最大熵法,迭代法-Pixel-based global threshold method for image segmentation method there are five: the smallest extreme value method, the optimal threshold method, the largest variance method, the maximum ent
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:6.34kb
    • 提供者:余小勇
  1. AStudyoWaveletImgaeCoding

    0下载:
  2. 通过测量小波变换产生图像的熵、方差、最大值、最小值、平均值及各子图像内小波变换系数间的相关性来确定各子图像应采取的编码策略-Wavelet transform generated by measuring the image entropy, variance, maximum, minimum, average and sub-image with the wavelet transform coefficients of correlation between each sub-image
  3. 所属分类:Wavelet

    • 发布日期:2017-04-17
    • 文件大小:131.8kb
    • 提供者:gyq
  1. Imagequalityevaluation

    5下载:
  2. 包含了主要的图像质量评价的matlab源程序。图像熵,图像的方差和,以及基于边缘检测算子的质量评价函数。-Contains the main image quality evaluation of the matlab source code. Image entropy, variance and images, as well as edge detection operator based on the quality of the evaluation function.
  3. 所属分类:Graph program

    • 发布日期:2015-02-21
    • 文件大小:2.63kb
    • 提供者:巫军
  1. cvi

    0下载:
  2. cvi图像分割技术的应用,通过基于均方错分误差最小的阀值选择方法,基于灰度差直方图的阀值选择方法,以及基于类间方差的阀值选择方法确定其分割的阀值。-cvi image segmentation techniques, through the mistake based on mean square error of the smallest sub-threshold selection method, based on the bad gray histogram threshold sele
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:6.56kb
    • 提供者:林立夫
  1. imageevaluation

    2下载:
  2. 图像质量评价,熵、平均梯度、边缘强度、方差等-Image quality evaluation, entropy, average gradient, edge strength, variance, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2.58kb
    • 提供者:fanwentao
  1. IRandvisbletuxiangpeizhun

    0下载:
  2. 针对可见光与红外图像的特点和难点,提出了可见光与红外图像配准与融合中的关键技术,即: 使用新型的基于一维最大类间方差和最大连通性测量的图像分割方法对源图像进行分割来更好地实行图像粗 配准 使用新型的特征点提取方法,特征点的匹配及误匹配的消除来更好地实行图像精配准 采用新型的基 于区域的树状小波活性测度计算来实现树状小波图像融合 利用自生成神经网络来实现模栩图像融合. -For visible light and infrared images of the characteris
  3. 所属分类:Special Effects

    • 发布日期:2014-05-19
    • 文件大小:471.37kb
    • 提供者:媛媛
  1. im_mean_var

    0下载:
  2. 计算图像的均值和方差函数,matlab编写的,可以添加到自己的图像处理中-Calculated the mean and variance of the image function, matlab prepared, can be added to their own image processing
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:876byte
    • 提供者:何钰
  1. matlab

    0下载:
  2. 读取二维图像 彩图变灰白图像 对图像进行均值 方差 fft变换等计算-Read two-dimensional image change color pictures to gray images of the image transformation such as calculation of mean-variance fft
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1.25kb
    • 提供者:西蒙古
  1. registration

    0下载:
  2. 图像配准,首先实现了简单的图像预处理,然后根据两种不同的配准准则,互信息和边交互方差作图像配准-Image registration, first of all to achieve a simple image pre-processing, and then two different registration criteria, mutual information and edge interaction variance for image registration
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2.34mb
    • 提供者:黄涛
  1. matlab

    1下载:
  2. 带通滤波器(Butterworth、椭圆、窗函数),采样率fs=2000Hz, 通带范围为300 -600Hz,阶数自选, 画出频率响应并分析比较, 对cameraman.tif图像分别添加椒盐噪声(密度为0.03)和高斯白噪声(均值为0,方差为0.02)的图像,利用三种方法进行去噪,显示原始图像、加噪图像和去噪图像并对实验结果进行分析(Band pass filter (Butterworth, ellipse, window function), sampling rate FS = 20
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:1kb
    • 提供者:潇潇暮雨
« 12 3 »
搜珍网 www.dssz.com