搜索资源列表
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
sobel
- 这些都是关于sobel算法的一些文章,比较先进,希望能为图像处理的朋友带来方便。电路处理方面的。-These are the sobel algorithm on a number of articles, more advanced image processing is hoped that the convenience of friends.
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
- 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
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.
8-Sobel
- 文档中描述了用8个方向的SOBEL算子,实现图像中对象边缘的检测功能-The document describes the SOBEL operator with eight directions of objects in an image edge detection function
sobel
- 针对不同的算子进行边缘检测,得到不同的效果图,针对sobel算子进行梯度去噪。-Edge detection for different operators, different renderings, Sobel operator gradient de-noising.
Probe-into-Image-Segmentation-Based-on-Sobel-Oper
- Probe into Image Segmentation Based on Sobel Operator and Maximum Entropy Algorithm
Sobel
- sobel算子边缘检测的细化(姜炳旭 ,刘 杰 ,孙可 )-sobel operator edge detection refinement (Jiangbing Xu, Liu Jie, Sun Ke)
sobel
- 这是一个基于sobel算子的FPGA实现的解决方案-Implementation of FPGA based on Sobel operator
sobel.pdf
- This document explain how to implement the Sobel algorithm in VHDL
SOBEL
- C++ SOBEL 邊緣取出練習,此程式可讓初學者快樹熟習OPENCV2.1 函數運用,加上使用初階語法,讓學者快速上手-C++ SOBEL
sobel
- IMAGE EDGE DETECTION USING SOBEL
Sobel-Filter
- this is a simple program of Sobel Filter that detect the edge in gray pictures.