登录
首页 » matlab » bianyuanjiance

bianyuanjiance

于 2018-01-24 发布 文件大小:141KB
0 183
下载积分: 1 下载次数: 5

代码说明:

  利用matlab,对图像进行高斯滤波,然后通过非极大值抑制,设置双阈值,实现图像边缘检测(Image edge detection)

文件列表:

k.jpg, 26009 , 2017-11-26
k1.dat, 65647 , 2017-12-31
kJ.dat, 229376 , 2017-12-31
kK.dat, 100005 , 2017-12-31
kedge.dat, 69326 , 2017-12-31
main.c, 8407 , 2017-12-20
bianyuan.m, 10508 , 2017-12-20

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

发表评论

0 个回复

  • 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
  • object-graphics-display
    图像处理的基本功能,对象图形法显示,高效实用。(The basic function of image processing, object graphics display, efficient and practical.)
    2015-06-16 11:22:59下载
    积分:1
  • gspd
    生成高斯光速及其变化束腰,平顶目标图片,和各种光束整形的图形(Generating gaussian beam waist and the changes the speed of light Ceiling target images, and various beam shaping graphics)
    2012-10-15 17:12:11下载
    积分:1
  • visual-detecting-for-PCB
    用VC++视觉检测程序,可以打开PCB板的照片文件,对其进行编辑、点运算、几何变换、正交变换、图像增强、形态变换、边缘与轮 廓检测、图像分析与复原、图像编码等功能。其中点运算包括图像反色、线性变换、阀值变换等功能;边缘检测包括Robert算子、 Sobel算子、Gauss-Laplace算子等;正交变换包括傅里叶变换、离散余弦变换、沃尔什变换;图像编码包括哈弗曼编码表、香农弗 曼编码表、行程编码、LZW编码等。 对于研究电子封装技术,视觉检测及电机精确控制的同学学习参考使用。(visual detecting for PCB.rar)
    2020-09-28 17:27:44下载
    积分:1
  • Halcon_CALI
    基于halcon图像处理平台的相机标定算法,相当不错。。。。。(Halcon based image processing system camera calibration algorithm is quite good. . . )
    2016-05-30 12:08:20下载
    积分:1
  • wnr
    一个维纳滤波器图像恢复的MATLAB原码(A Wiener filter image restoration of the original MATLAB code)
    2010-01-23 19:33:00下载
    积分:1
  • C_V
    CV水平集模型实现对图像的分割,收敛快,收敛效果优于GAC 模型。(CV levelset model to realize image segementation)
    2012-07-11 08:51:55下载
    积分:1
  • newtracking
    New Tracking Algorithm for Wireless network
    2013-09-24 14:48:55下载
    积分:1
  • butterfly
    根据16点DFT算法得出的运算流程图,得到的16点DFT蝶形运算函数(16 point s DFT algorithm)
    2013-04-07 11:52:45下载
    积分:1
  • zhifangtu
    显示BMP图片,并绘制直方图。程序无误,可运行。(Display BMP image, and draw the histogram. Program is correct, you can run.)
    2011-05-17 08:49:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载