-
canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一...
canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target image edge detection. This method is summarized as follows: 1. Image used with the specified standard deviation of the Gaussian filter to smooth out, thereby reducing the noise 2. In the calculation of each point of local gradient and edge direction 3. The second step in determining the edge points will led to the image gradient magnitude ridge appears, and then keep track of all of the top of the ridge, and ridge at the top of all the pixels are no longer set to 0 4. the implementation of the edge link
- 2022-03-05 01:13:25下载
- 积分:1
-
这个程序可以实现中点画圆画线 种子填充 裁剪
这个程序可以实现中点画圆画线 种子填充 裁剪-This process can achieve the midpoint of seed filling Circle Draw a line clipping
- 2022-04-01 11:02:51下载
- 积分:1
-
编译成功,bmp浏览器
编译成功,bmp浏览器-build successful, bmp browser
- 2022-08-20 17:01:51下载
- 积分:1
-
对文字识别并计算7个不变矩的matlab源程序
对文字识别并计算7个不变矩的matlab源程序-right words to identify and calculate seven unchanged Moments Matlab source
- 2023-07-24 13:35:03下载
- 积分:1
-
漂亮的3d图形,有关宇宙的图形变换,时间较长,各种方向
漂亮的3d图形,有关宇宙的图形变换,时间较长,各种方向-beautiful 3d graphics, the graphics transform the universe, a longer time, in all directions
- 2022-02-07 07:54:45下载
- 积分:1
-
计算1D,2D,3D的分形盒维数
计算1D,2D,3D的分形盒维数Calculation of 1D, 2D, 3D box fractal dimension
- 2022-07-09 02:14:37下载
- 积分:1
-
simple drawing board to achieve painting point line, curve, rectangle, circle, a...
简易的画图板 实现画点线,曲线,矩形,圆形,以及色彩的变换,填充等,另外还加入一个小小的文本操作程式。 直接编译后就可以使用。-simple drawing board to achieve painting point line, curve, rectangle, circle, and the color transformation, fill in the blanks, in addition to the text by adding a small operation programs. Directly after the compiler can use.
- 2022-03-18 23:09:53下载
- 积分:1
-
边沿检测与提取,轮廓跟踪 source目录下为源程序 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge....
边沿检测与提取,轮廓跟踪 source目录下为源程序 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c: est.bmp必须存在-edge detection and extraction, contour tracking source directory function is the source for edge detection and extraction, contour tracking command line compiler process following vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib Note : running, documents c : test.bmp must exist
- 2023-08-04 03:00:03下载
- 积分:1
-
一个把系统颜色转换成实际颜色的c++代码
一个把系统颜色转换成实际颜色的c++代码-a color conversion into actual color code c
- 2022-04-01 20:03:14下载
- 积分:1
-
JPEG基本系统的解码器,为了提高主观显示速度,每解出一个MCU行,就立即显示...
JPEG基本系统的解码器,为了提高主观显示速度,每解出一个MCU行,就立即显示-basic system JPEG decoders, in order to enhance the speed is subjective, each come up with an MCU OK, immediately show
- 2022-12-19 07:40:04下载
- 积分:1