-
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
-
单幅图像基础上的交通事故现场三维重建的硕士论文
单幅图像基础上的交通事故现场三维重建的硕士论文-3d
- 2022-05-20 20:38:33下载
- 积分:1
-
<数字图象处理>光盘VC源代码
光盘VC源代码-lt; Digital image processing gt; CD VC source code
- 2022-07-20 07:12:38下载
- 积分:1
-
the smallest distance between the segmentation category code
最小类间距离分割的代码-the smallest distance between the segmentation category code
- 2022-07-16 12:40:05下载
- 积分:1
-
A beginning DirectX application using MFC beginner DirectX Guide
A beginning DirectX application using MFC åˆå¦DirectX 指å—-A beginning DirectX application using MFC beginner DirectX Guide
- 2022-12-18 11:00:02下载
- 积分:1
-
实现碰装检测,两个球体碰撞前后颜色均有变化.
实现碰装检测,两个球体碰撞前后颜色均有变化.-Realize collision detection equipment, the two spheres have the color change before and after the collision.
- 2023-05-08 23:45:03下载
- 积分:1
-
基于OPenGl的对姿态的估计,该算法能够很好的对下一时刻的姿态进行估计。...
基于OPenGl的对姿态的估计,该算法能够很好的对下一时刻的姿态进行估计。-the motion track based on pose using the opengl
- 2022-03-12 17:13:55下载
- 积分:1
-
This is my reference to the n (NGT; Chapter 5 = ,^_^) BP neural network optimiza...
这是我参考了n(n>=5,^_^)篇BP神经网优化方法的论文写出的BP神经网源代码,使用了批处理训练方法,带动量项、学习速率的自适应调整、仅对学习精度没有达到指定要求的模式训练,并且训练精度逐步加大,通过这种方法,极大地加快了训练速度;另外,对于0模式和1模式数目相差很大(5-6倍)都能达到很高的学习精度。-This is my reference to the n (NGT; Chapter 5 = ,^_^) BP neural network optimization method to write the thesis of BP neural network source code, use the batch method of training, the volume driven, adaptive learning rate adjustment, not only learning accuracy requirements specified the model training, and training gradually increased accuracy, this method has greatly accelerated the pace of training; In addition, the 0 mode and a model number vary greatly (5-6 times) to achieve high accuracy of the study.
- 2022-03-19 23:21:05下载
- 积分:1
-
基本的三角形的4种渲染方式.框架 供新人使用
基本的三角形的4种渲染方式.框架 供新人使用-The basic triangle of four kinds of rendering methods. Framework for the new use
- 2023-07-13 04:20:03下载
- 积分:1
-
opengl 的C++源程序代码实例
可直接运行 没有错误
opengl 的C++源程序代码实例
可直接运行 没有错误-opengl the C++ source code examples can be run without error
- 2022-03-24 06:41:18下载
- 积分:1