登录
首页 » matlab » variance

variance

于 2010-07-07 发布 文件大小:459KB
0 78
下载积分: 1 下载次数: 123

代码说明:

  实现图像的方差,斜度,峰度,能量和熵的实现,代码简单,可以直接运行(matlab graph variance)

文件列表:

080504周侃第一次作业

....................\ex1.m,1628,2009-04-06
....................\ex2.m,743,2009-04-07
....................\ex4.m,256,2009-04-06
....................\数字图像处理第一次作业文档.doc,302080,2009-04-07

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

发表评论

0 个回复

  • MCA
    MCA 图像分解,适用于初次基础图像分解的新手,亲测可用,希望对大家有帮助(MCA image decompositon)
    2016-07-11 23:47:03下载
    积分:1
  • fourier频率中心化
    对图形进行二维傅里叶变化后的频谱进行中心化(Centralization of the spectrum after two-dimensional Fourier transform)
    2020-08-23 14:38:16下载
    积分:1
  • Convolution_model
    褶积模型正演模拟,非常好用,非常好用,非常好用!(Forward simulation of convolution model ,very good!)
    2019-06-13 17:20:40下载
    积分:1
  • 色彩空间转换
    任意切换各种颜色空间,包含大部分主流的颜色空间转换代码,可实现一键转换。(Arbitrary switching of various color spaces, including most of the mainstream color space conversion code, can achieve one key conversion.)
    2017-12-20 20:58:01下载
    积分:1
  • color_cut
    实现图像颜色识别分块实现图像颜色识别分块(Block of image color recognition)
    2021-04-13 09:08:56下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • kjunzhiduolei
    k均值聚类,类数可以自行指定,输出散点图,红色十字为聚类中心(K-means clustering, the class number can be specified on its own, the output scatterplot chart, and the Red Cross for clustering center)
    2012-05-31 13:15:42下载
    积分:1
  • SLMPTS
    说明:  SLM与PTS的融合(低复杂度),直接可运行(SLM and PTS)
    2010-04-14 11:58:53下载
    积分:1
  • Ostu.cpp
    本人搜集的Ostu图像二值化的算法,是在MATLAB环境下写的,不过上传的代码是文本格式的,各位可以根据自己需要参照一下(I collect images of two gray value of the algorithm is to write MATLAB environment, But the code is uploaded to the text format, you may need to refer to themselves)
    2006-05-22 11:28:19下载
    积分:1
  • 基于小波技术的融合
    说明:  图像处理,通过图像融合技术,可以实现将多幅来自同一场景的图像,利用其冗余信息,融合成一幅比原来任何一幅都易于为人们所理解的图像,同时可供人们进行进一步的观察和处理(Through image fusion technology, it can realize the fusion of multiple images from the same scene, and make use of its redundant information to form an image that is easier to understand than any original image)
    2020-02-10 18:27:46下载
    积分:1
  • 696519资源总数
  • 104205会员总数
  • 22今日下载