CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - sobel operator matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - sobel operator matlab - List
[
Special Effects
]
edgeCheck.
DL : 0
一个通用的边缘提取函数。通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。-a common edge extraction function. By entering different parameters to achieve Sobel operator, Prewitt operator, Roberts operator, Marr Operator and Canny edge detection.
Update
: 2025-02-17
Size
: 249kb
Publisher
:
胡雪飞
[
Exploit
]
houghsearchcircle
DL : 0
文件给出了matlab语言进行,对二值图像先用sobel 算子找出边缘,再用hough变换找出圆的圆心和半径的程序,并附图像和解释!-documents given Matlab language, the binary image segmentation using the operator to identify the edge then Hough transform to identify the center of a circle and the circle radius of the procedure, with images and explanation!
Update
: 2025-02-17
Size
: 13kb
Publisher
:
image
[
matlab
]
mysmoothandsharp
DL : 0
该压缩包中的程序实现对图像的平滑和锐化,其中采用多种方法实现平滑(包括均值滤波,中值滤波,顺序统计滤波)和锐化(包括采用Sobel算子和高通滤波)。-Program realization of the right image sharpening and smoothing. using a variety of methods in which to achieve smooth (including mean filtering, median filtering, Order Statistics filtering) and Sharpening (including Sobel operator and high-pass filter).
Update
: 2025-02-17
Size
: 2kb
Publisher
:
李文
[
Special Effects
]
MATLAB6p5
DL : 0
基于RobertCross,Sobel等算子的边缘检测-Based on RobertCross, Sobel operator, such as the edge detection
Update
: 2025-02-17
Size
: 1kb
Publisher
:
roy
[
2D Graphic
]
ImagesharpeningImageTransform
DL : 0
Sobel算子:是一种空域微分算子,可以通过它锐化图象。 将图象分块(8*8),作DCT变换,并作IDCT:DCT是一种可分离图象变换,用来图象压缩编码。-Sobel Operator : airspace is a differential operator, through its image sharpening. Image will block (8* 8), for the DCT and IDCT for : DCT is a separable Image Transform, used to image compression coding.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
xuhua
[
Special Effects
]
sobelEdgeDetection
DL : 0
Sobel算子边缘增强算法,利用梯度下降原理边缘化图象-Sobel operator enhancement algorithms, using gradient descent principle marginalized image
Update
: 2025-02-17
Size
: 1kb
Publisher
:
江边漫步
[
Special Effects
]
Edge_Detection_and_Segmentation
DL : 1
边缘检测与分割源代码 edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m 算法包括Prewitt、Roberts、Log、Canny、Sobel算子实现边缘检测,基于Hough变换的直线检测,4叉树区域分割,分水岭分割。(算法对应源文件名)-Edge Detection and Segmentation of the source code edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m algorithm includes Prewitt, Roberts, Log, Canny, Sobel Operator realize edge detection, Hough Transform-based line detection, 4-tree region segmentation, watershed segmentation. (Algorithm for the corresponding source file name)
Update
: 2025-02-17
Size
: 6kb
Publisher
:
major
[
Special Effects
]
sobel
DL : 0
用matlabe对于sobel算子,进行模式实现,能取得明显的边缘检测效果!-Matlabe for using sobel operator, to carry out mode, can achieve a clear effect of edge detection!
Update
: 2025-02-17
Size
: 1kb
Publisher
:
徐军
[
Special Effects
]
EdgeDetect
DL : 0
用sobel、prewitt、robert、marr和canny算子实现边缘检测-By sobel, prewitt, robert, marr and realize canny edge detection operator
Update
: 2025-02-17
Size
: 351kb
Publisher
:
冯沁红
[
Special Effects
]
gray_image_zhifangtu_junhenghua
DL : 0
一个灰度图象直方图的均衡化实现.还有SOBEL算子的实现程序.另外含有一篇PPT-A gray-scale image histogram equalization realize. Also realize Sobel operator procedures. In addition to contain a PPT
Update
: 2025-02-17
Size
: 924kb
Publisher
:
单昊
[
Windows Develop
]
EdgeDetection
DL : 0
一个通用的边缘提取函数,通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。 附设计文档。-A common edge detection function, by entering different parameters, can realize Sobel operator, Prewitt operator, Roberts operator, Marr operator and Canny edge detection. Design documents attached.
Update
: 2025-02-17
Size
: 579kb
Publisher
:
翟
[
Special Effects
]
sobel
DL : 1
数字图像处理中的sobel算子Matlab程序-Digital image processing in Matlab procedure sobel operator
Update
: 2025-02-17
Size
: 139kb
Publisher
:
bandy
[
Special Effects
]
imagemanipulation
DL : 0
几种图象处理算法,用MATLAB编写的,包括巴特沃斯、自适应滤波两种滤波方法,还有两种边缘检测算子robert和sobel算子,挺好用的-Several image processing algorithms, using MATLAB prepared, including Butterworth, Adaptive filtering of two filtering method, there are two edge detection operator robert and sobel operator, very good use
Update
: 2025-02-17
Size
: 1kb
Publisher
:
张淑娴
[
Special Effects
]
Sobel
DL : 0
基于sobel算子的边缘检测方法的实现, 这是最原始的方法实现,根据不同的应用可以对其进行相应的改进-Sobel operator-based edge detection methods realize that this is the most primitive method, according to different applications can be improved accordingly
Update
: 2025-02-17
Size
: 103kb
Publisher
:
mike
[
Special Effects
]
Smoothed_Sobel_Gradient
DL : 0
Sobel算子是图像处理中的算子之一,主要用作边缘检测。本程序使用Sobel算子检测图像边缘信息-Sobel operator is the image processing operator, one is mainly used for edge detection. This procedure using Sobel edge detection operator information
Update
: 2025-02-17
Size
: 86kb
Publisher
:
shen hong
[
Special Effects
]
image_enhancement
DL : 0
(1)获得图象的直方图,将其均衡化,显示灰度变换函数及图象效果; (2)分别用梯度法、拉氏算子、Sobel算子以及中值过滤等方法对图象进行增强,并对增强效果进行比较; (3)用钝化算子、高频提升、内查、外推等方法对图象进行增强。 (4)用Matlab工具进行彩色图象增强方法和彩色图象处理方法的实验-(1) to obtain images of the histogram equalization to show gray-scale transformation function and image results (2), respectively, with gradient method, Laplace operator, Sobel operator and the value of filters and other methods of image to strengthen and enhance the effectiveness of comparison (3) passivation operator, high-frequency enhancement in the investigation, the extrapolation methods of image enhancement. (4) using Matlab tools color image enhancement and color image processing method of experiment
Update
: 2025-02-17
Size
: 2.17mb
Publisher
:
杨怡
[
File Format
]
sobel
DL : 0
sobel算子 自己编的函数 不是运用的库函数 非常有用 尤其对刚学习图像边缘提取的-sobel operator is not a function of own use of the library function is very useful especially for just learning of image edge extraction
Update
: 2025-02-17
Size
: 3kb
Publisher
:
石头
[
Other
]
Sobel_Operator
DL : 0
Implementation of Sobel Operator in Matlab for Image Processing Applications
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Rizwan
[
Special Effects
]
sobel
DL : 0
sobel算子进行边缘提取的方法,梯度差分-sobel operator for edge detection method
Update
: 2025-02-17
Size
: 2kb
Publisher
:
孙海波
[
Graph program
]
matlab实现图像锐化
DL : 1
使用巴特沃斯高通滤波器实现图像锐化,用sobel算子实现图像分割,阈值分割图像(Using the Butterworth high pass filter to achieve image sharpening, the image segmentation is realized by Sobel operator and the threshold image is segmented.)
Update
: 2025-02-17
Size
: 2kb
Publisher
:
599ygmm
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.