搜索资源列表
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