搜索资源列表
graph-roberts
- 本文介绍了边缘检测的基本概念.使用 VC实现了 Roberts算子、Prewitt算子、 Sobel算子和 Laplacian算子.实验分析了各个算子的边缘检测效果及抗噪能 力。-This paper introduces the edge detection of the underlying concepts. VC use the Roberts operator, Prewitt operator, Sobel operator and the Laplacian operat
2011
- 基于Sobel算子.该方法将图像划分成预先设定大小的网格,在两个尺度上对图像进行分析,完成图像的边缘检测。首先用Sobel算子求得图像边缘,依据网格内含有边缘像素的数目以及连通情况将不同的网格分别处理。 然后以网格为数据单元,在较大尺度上运用Sobel算子得到图像边缘。最后通过设定数据的优先级和使用形态学的方法合并两次计算边缘的结果。
Sobel
- Sobel Filter in C. Sobel Filter may be used for edge detection application in Image processing applications
Csource
- 数字图像快速傅立叶变换,定时器,数字滤波器,无限脉冲响应,索贝尔滤波器-Fast Fourier Transform,timer,FIR, IIR, and sobel filter using in Digital Image processing,based on code composer studio 2.2 IDE
sobeledgedetection
- Sobel Edge Dectection figure
sobel_ori
- sobel filter argorithm
TRAYNER.PS
- sobel detection for egde
sobel_filter
- implementation of SOBEL filter using FPGA board RC200 in handle-c
Sobel
- This document in portuguese implements a sobel filter to detect image borders.
Sobel-Filter
- This document explain and show how to work with sobel filter to do border detection
Sobel-Edge-Dectector
- sobel vi in labview.this might help or give some basic idea about it.
WaveletTransform
- 边缘是图像中最重要的信息,是模式识别、图像分 割以及场景分析的重要基础。边缘检测是图像处理领 域一项重要的技术和任务。图像中边缘通常解释为灰 度值有突然改变,像素梯度具有局部极大值。很多经 典的边缘检测算子如:Roberts, Sobel, Prewitt, Frei- Chen和Laplacian等,均以图像局部区域特征与特定 边缘模式匹配为基础,定义数个方向导数模板(一般为 窗口),将图像与模板进行卷积运算实现边缘检测。它 们具有实现简单,速度快速,易于应用
waveletanalysis
- 边缘是图像中最重要的信息,是模式识别、图像分 割以及场景分析的重要基础。边缘检测是图像处理领 域一项重要的技术和任务。图像中边缘通常解释为灰 度值有突然改变,像素梯度具有局部极大值。很多经 典的边缘检测算子如:Roberts, Sobel, Prewitt, Frei- Chen和Laplacian等,均以图像局部区域特征与特定 边缘模式匹配为基础,定义数个方向导数模板(一般为 窗口),将图像与模板进行卷积运算实现边缘检测。它 们具有实现简单,速度快速,易于应用
digital_image_processing
- 利用拉普拉斯增强法和sobel gradient 法对图像进行处理-Laplace Enhancement Act and the the sobel gradient method for image processing
sxl004
- 为了提取图像轮廓,运用sobel算子,提取轮廓。 -In order to extract image contours, using sobel operator, extracting contours. In order to extract image contours, using sobel operator, extracting contours.
proj_2
- Opencv code for Sobel edge detection
Sobel
- sobel算子边缘检测的细化(姜炳旭 ,刘 杰 ,孙可 )-sobel operator edge detection refinement (Jiangbing Xu, Liu Jie, Sun Ke)
sobel
- 这是一个基于sobel算子的FPGA实现的解决方案-Implementation of FPGA based on Sobel operator
SOBEL
- C++ SOBEL 邊緣取出練習,此程式可讓初學者快樹熟習OPENCV2.1 函數運用,加上使用初階語法,讓學者快速上手-C++ SOBEL
Sobel-Filter
- this is a simple program of Sobel Filter that detect the edge in gray pictures.