登录
首页 » matlab » 用六种算子 毕业设计的关键程序bianyuan_jiance_bijiao

用六种算子 毕业设计的关键程序bianyuan_jiance_bijiao

于 2020-06-26 发布 文件大小:853KB
0 241
下载积分: 1 下载次数: 4487

代码说明:

  用六种算子(分别是gabor、拉普拉斯、priwitt、robert、sobel、wallis),对三种图象进行边缘检测比较,强烈推荐哦,是本人的毕业设计中的关键程序(The six operators (respectively gabor, Laplace, priwitt, robert, sobel, wallis), images of three edge detection comparison, strongly recommend Oh, my graduation project is a key process)

文件列表:

边缘检测效果比较
................\对clock图像处理
................\...............\gabor处理

................\...............\.........\clock0.m
................\...............\.........\clock1.m
................\...............\.........\clock2.m
................\...............\.........\clock3.m
................\...............\.........\clock4.m
................\...............\其他边缘检测算子处理

................\...............\....................\laplacianclock.m
................\...............\....................\priwittclock.m
................\...............\....................\robertclock.m
................\...............\....................\sobelcolck.m
................\...............\....................\wallisclock.m
................\对lena图像处理
................\..............\gabor处理

................\..............\.........\lena0.m
................\..............\.........\lena1.m
................\..............\.........\lena2.m
................\..............\.........\lena3.m
................\..............\.........\lena4.m
................\..............\其他边缘检测算子处理
................\..............\....................\laplacianlena.m

................\..............\....................\priwittlena.m
................\..............\....................\robertlena.m
................\..............\....................\sobellena.m
................\..............\....................\wallislena.m
................\..............\....................\用Canny算子提取边缘
................\..............\....................\...................\cdib.cpp
................\..............\....................\...................\cdib.h
................\..............\....................\...................\ChildFrm.cpp
................\..............\....................\...................\ChildFrm.h
................\..............\....................\...................\ColorTable.h
................\..............\....................\...................\DIBPrcs.cpp
................\..............\....................\...................\GlobalApi.h
................\..............\....................\...................\ImageProcessing.aps
................\..............\....................\...................\ImageProcessing.clw
................\..............\....................\...................\ImageProcessing.cpp
................\..............\....................\...................\ImageProcessing.dsp
................\..............\....................\...................\ImageProcessing.dsw
................\..............\....................\...................\ImageProcessing.h
................\..............\....................\...................\ImageProcessing.rc
................\..............\....................\...................\ImageProcessingDoc.cpp
................\..............\....................\...................\ImageProcessingDoc.h
................\..............\....................\...................\ImageProcessingView.cpp
................\..............\....................\...................\ImageProcessingView.h

................\..............\....................\...................\MainFrm.cpp
................\..............\....................\...................\MainFrm.h
................\..............\....................\...................\ReadMe.txt
................\..............\....................\...................\Recog.asp
................\..............\....................\...................\Release
................\..............\....................\...................\res

................\..............\....................\...................\...\ImageProcessing.rc2


................\..............\....................\...................\Resource.h
................\..............\....................\...................\SegApi.cpp
................\..............\....................\...................\StdAfx.cpp
................\..............\....................\...................\StdAfx.h
................\对sem图像处理
................\.............\gabor处理

................\.............\.........\SEM0.m
................\.............\.........\SEM1.m
................\.............\.........\SEM2.m
................\.............\.........\SEM3.m
................\.............\.........\SEM4.m
................\.............\其他边缘检测算子处理
................\.............\....................\laplaciansem.m
................\.............\....................\priwittsem.m
................\.............\....................\robertsem.m

................\.............\....................\sobelsem.m
................\.............\....................\wallissem.m
................\.............\....................\用Canny算子提取边缘
................\.............\....................\...................\cdib.cpp
................\.............\....................\...................\cdib.h
................\.............\....................\...................\ChildFrm.cpp
................\.............\....................\...................\ChildFrm.h
................\.............\....................\...................\ColorTable.h
................\.............\....................\...................\DIBPrcs.cpp
................\.............\....................\...................\GlobalApi.h
................\.............\....................\...................\ImageProcessing.aps
................\.............\....................\...................\ImageProcessing.clw
................\.............\....................\...................\ImageProcessing.cpp
................\.............\....................\...................\ImageProcessing.dsp
................\.............\....................\...................\ImageProcessing.dsw
................\.............\....................\...................\ImageProcessing.h
................\.............\....................\...................\ImageProcessing.rc
................\.............\....................\...................\ImageProcessingDoc.cpp
................\.............\....................\...................\ImageProcessingDoc.h
................\.............\....................\...................\ImageProcessingView.cpp
................\.............\....................\...................\ImageProcessingView.h
................\.............\....................\...................\MainFrm.cpp

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

发表评论

0 个回复

  • 20110802
    自适应直方图均衡算法,对彩色图像的处理,有很好的效果。尤其是针对医学图像,内窥镜图像。(Adaptive histogram equalization algorithm for color image processing, have a good effect. Especially for medical images, endoscopic images.)
    2011-08-02 15:29:45下载
    积分:1
  • RGB格式转YUV
    将RGB格式图像转换到YUV空间,输入RGB图像返回YUV格式数据(Converting RGB format images to YUV space)
    2017-12-04 16:55:21下载
    积分:1
  • niegei
    实现了图像的加水印,去噪,加噪声等功能,部分实现了追踪测速迭代松弛算法,独立成分分析算法降低原始数据噪声。( Realize image watermarking, de-noising, plus noise and other functions, Partially achieved tracking speed iterative relaxation algorithm, Independent component analysis algorithm reduces the raw data noise.)
    2016-11-25 11:09:00下载
    积分:1
  • Image2txt
    将图片通过灰度值转化为文字符号,并排列为原来图像的样式。 (Convert image by gray scale value into text symbols, side by side as the style of the original image. )
    2016-03-02 15:51:11下载
    积分:1
  • PF
    说明:  matlab开发的粒子滤波目标跟踪程序,跟踪目标良好。(Matlab development of particle filtering procedures。)
    2012-05-13 04:11:13下载
    积分:1
  • TV_model
    能完成图像的修复以及处理,对小的破损以及划痕和噪声处理效果不错。(complete image processing and repair of small scratches and breakage of noise and good results.)
    2007-03-31 21:41:34下载
    积分:1
  • tw
    说明:  去除图像中的横向条纹,能有效恢复出原始图像(remove images of horizontal stripes, can be effectively restored from the original image)
    2007-06-10 14:00:17下载
    积分:1
  • Fast_Discrete_Curvelet_Transform
    Fast Discrete Curvelet Transform有正反变换,各个程序里面的参数都有详细的说明.(Fast Discrete Curvelet Transform are pros and transform, inside the various parameters have detailed explanations.)
    2007-04-13 19:25:56下载
    积分:1
  • ch8_4_2
    说明:  用matlab编写的图像复原源代码,采用维纳滤波复原技术,可对模糊和加噪的图像实现精确复原。(Prepared using matlab source code image restoration using Wiener filter restoration technology, can be vague and processors realize accurate image noise resilience.)
    2008-09-30 21:06:49下载
    积分:1
  • fdk_2007
    FDK重建算法,是CT三维重建的解析方法,是近似重建(FDK reconstruction algorithm, which is a CT three dimensional reconstruction analysis method, is the approximate reconstruction )
    2021-01-21 09:38:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载