搜索资源列表
log算子.zip
- log算子的边缘检测实现
图形图象处理之边缘检测
- 这也是图形与图象处理中方面的---边缘检测;包括:Roberts边缘算子,Sobel边缘检测算子,Kirsch边缘检测算子,拉普拉斯算子,高斯拉普拉斯算子。-graphics and image processing -- the edge detection; : Roberts edge operator, Sobel edge detection operator, Kirsch edge detection operator, Laplacian, Gaussian Laplace op
canny算子
- canny算子边缘提取 基于256色图像进行操作-canny operator Edge Detection Based on 256 color images operation
canny算子边缘检测
- canny算子边缘检测-canny operator Edge Detection
prewitte边缘算子对图像边缘提取
- prewitte边缘算子对图像边缘提取-prewitte Edge Operator right Image Edge Extraction
用Canny算子提取用Canny算子提取边缘
- 用Canny算子提取用Canny算子提取边缘.rar边缘.rar用Canny算子提取边缘.rar-Canny operator extract Canny edge detection operators. Rar edge. Can use rar ny operator edge extraction. rar
利用Sobel边缘算子法对图像进行边缘提取的源代码
- sobel边缘算子对图像进行边缘提取,简单实现,对图像处理的朋友大有裨益。-pixel Edge Operator right image edge extraction, the simple realization of the right image processing friends useful.
边缘检测算子对比
- 边缘检测中,不同算子处理结果对比 含sobel、roberts、prewitt、log、canny等
Prewitte边缘算子法
- 这是一个经典的图像边缘提取算子的C代码。-This is a classic Image Edge Extraction operator of C code.
719522543531372
- 利用Sobel边缘算子法对图像进行边缘提取的源代码利用Sobel边缘算子法-use Sobel edge operator France, the image edge extraction using the source code Sobel edge operator France
54353137221`1
- 利用Sobel边缘算子法对图像进行边缘提取的源代码利用Sobel边缘算子法-use Sobel edge operator France, the image edge extraction using the source code Sobel edge operator France
MATLAB
- 边缘检测的MATLAB程序及结果,各种经典边缘算子实现-MATLAB edge detection procedures and results, to achieve a variety of classical edge operator
DSP2017.6.8
- .通过图像与 sobel 算子的二维卷积,获得 lenna.tif 和 car.jpg 水平和垂直方向边缘。 2.通过图像与 Prewitt 算子的二维卷积,获得 lenna.tif 和 car.jpg 水平和垂直方向边缘。 3.进一步处理图像,定位出车牌位置。 二(License plate recognition after two-dimensional convolution removal)
canny算子进行边缘检测的源代码
- 对于现有canny算子进行了一定的改进,使得效果更好(Some improvements have been made to the existing Canny operator, which makes the effect better)
一种改进的基于Canny算子边缘检测算法
- 在图像处理中的对于canny算子的一种改进方式(An improved method for canny operators in image processing)
sobel算子
- sobel算子识别图像边缘,B=imfilter(I0,Gx,'replicate'),I0为输入图像(Sobel operator recognition edge of image)
基于4种不同算子的边缘检测运算
- 本程序采用了robbert,sobel,LoG,prewitt四种算子对同一副图像进行边缘检测,以此查看不同效果(This procedure uses Robbert, Sobel, LoG, Prewitt four kinds of edge detection operator on the same image, to view the different effect)
边缘检测经典算子
- Roberts边缘检测算子的应用,很好的实现图像的边缘检测功能。(The application of the Roberts edge detection operator is very good to realize the edge detection function of the image.)
Desktop
- 图像的经典边缘提取算子的比较与分析,读入图像,并根据不同的算子算法实现边缘提取,比较各种算子的边缘提取效果。(The comparison and analysis of the classical edge extraction operator of image, read into the image, and extract the edge according to different operator algorithm, compare the edge extraction ef
Canny算子
- 经典算子 canny算子边缘检测 利用8邻域的模极大值进行边缘检测(Edge detection of Canny operator)