-
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
-
Harr
哈尔希尔德雷思价值观取代了山君!
- 2022-01-26 05:19:55下载
- 积分:1
-
常用搜索算法,包括数码游戏、黑白棋、STAR算法
常用搜索算法,包括数码游戏、黑白棋、STAR算法-commonly used search algorithm, including digital games, reversi, STAR Algorithm
- 2022-03-11 18:56:33下载
- 积分:1
-
computer graphics, very classic, we want to see, certainly for beginners help
计算机图形学,非常经典,希望大家看看,肯定对初学者有帮助-computer graphics, very classic, we want to see, certainly for beginners help
- 2023-08-03 12:15:03下载
- 积分:1
-
grayscale image in VC Language
灰度图的描绘在VC语言中-grayscale image in VC Language
- 2022-05-13 02:09:06下载
- 积分:1
-
图像文件信息的提取和二值化处理
使用C语言所编写的图像处理代码,其中分成图像文件信息的提取和二值化处理两部分。将文件添加到项目后,编译通过会生成exe文件,使用控制台来运行exe文件就可以实现相应的操作。程序代码均已经通过测试。图像文件的提取使用bmphdr.c;二值化处理使用ez.c
- 2022-01-25 15:08:24下载
- 积分:1
-
图象模拟识别 图象模拟识别 图象模拟识别
图象模拟识别 图象模拟识别 图象模拟识别-very good!
- 2022-03-19 13:13:26下载
- 积分:1
-
这是我刚完成的弹击方块游戏,用netBeans打开运行MyFrame.java就ok了...
这是我刚完成的弹击方块游戏,用netBeans打开运行MyFrame.java就ok了-This is what I have just completed the shells hit the ideographic games, netBeans open with running ok on the MyFrame.java
- 2022-01-24 10:07:22下载
- 积分:1
-
目的
purpose
converts raw YUV (4:2:2) image to PPM image, can handle frame offset
compile
gcc -g -o yuvmstoppm yuvmstoppm.c -lppm -lpgm -lpbm -lm -purpose converts raw YUV (,4 : 2) PPM image to image, can handle frame offset compile gcc-g-o yuvmst oppm yuvmstoppm.c- lppm- lpgm- lpbm- lm
- 2022-02-02 18:14:31下载
- 积分:1
-
运行该解决方案,你可以与三维医疗量进行交互。相互作用:…
运行解决方案,就可以与3D医疗卷交互。互动:三片定位。放大/缩小、旋转
- 2023-05-18 22:20:04下载
- 积分:1