搜索资源列表
image
- 基本影像處理技術, 如smooth, sobel,中間值濾波等等.-basic image processing
edgedetection
- 边缘检测VS梯度图像edge detection based on the sobel 这个算法比较完整,不错算法比较完整-edge detection based on the sobel 这个算法比较完整,不错算法比较完整
35738602EdgeDetect
- 边缘提取 Roberts sobel prewitt算子提取-edge text
example
- 用IDL 对图象的边缘强化抽出,sobel算法。-sobel
123
- 图像处理,sobel边缘处理,希望能解决问题-may this help you
filter
- Opencl实现的几种滤波算法,包括双边,sobel,卷积-The OpenCL achieve several filter algorithm, including bilateral, Sobel convolution
hough
- 用于对图像的边缘检测(采用canny算法)。 image 输入图像,这个必须是单通道的,即灰度图 edges 输出的边缘图像 ,也是单通道的,但是是黑白的 threshold1 第一个阈值 threshold2 第二个阈值 aperture_size Sobel 算子内核大小 -Using canny algorithm for image edge detection (). image input image, this must be a singl
bmp
- 位图图像的sobel算子边缘检测与自适应二值化的实现的源代码-Bitmap image sobel operator edge detection and adaptive binarization of the source code
Untitled2
- sobel边缘检测 C语言实现 使用sobel算子对图像进行边缘检测,程序完全可以运行,也可以用DEC运行-sobel edge detection
Untitled1
- Sobel边缘检测的C++代码实现 使用Sobel算子进行边缘检测,在用VS实现的时候需要添加引用,system.dll的引用-Sobel edge detection C++ code using Sobel operator edge detection, implemented in time to use VS to add a reference, system.dll references
t_12
- 1、图像中值滤波实验 ①用imnoise函数在图像’lena.bmp’中值添加椒盐噪声,观测结果 ②用medfilt2函数对含噪声图像中值滤波。 2、使用fspecial函数生成均值、Prewitt、Sobel、Laplacian滤波模板,再用filter2函数对‘cameraman.tif’图像进行空域滤波,显示滤波结果。 3、设计高斯低通和高通频域滤波器,对‘phantom.bmp’图像进行频域滤波,显示滤波结果。然后改变滤波器截止频率,观察对结果的影响。 4、用i