搜索资源列表
linear-filter
- MATLAB code for Linear filtering without using imfilter function
imfilter
- 关于图像滤波技术的代码,对图像处理中的滤波技术的学习非常有用-The code on the image filtering techniques, image processing filtering technique is very useful to learn
EDGE-DETECTION--edge_detection(userImage)---File-
- There are four levels of implementation to apply: 1. To use “edge function” with the Sobel, Prewitt,average,disk,gaussian,log,motion,prewitt,unsharp options 2.To use convolution filtering with both the “imfilter” and standard convolution te
1
- matlab使用垂直Sobel算子,自动选择阈值 [VSFAT Threshold]=edge(f, sobel , vertical ) 边缘探测 figure,imshow(f),title( 原始图像 ), 显示原始图像 figure,imshow(VSFAT),title( 垂直图像边缘检测 ) 显示边缘探测图像 使用水平和垂直Sobel算子,自动选择阈值 SFST=edge(f, sobel ,2) figure,imshow(SFS
imfilter-Filter2-and-conv2
- conv2、filter2、imfilter的区别,文中给了一些例子进行对比说明,帮助大家理解。-Difference conv2, filter2, imfilter, the paper gives some examples of comparison that will help you understand.
