-
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
-
结合PCA+LDA的图像识别算法VC封装类,PCA(主元素分析,光照敏感),可用于人脸识别的初级算法...
结合PCA+LDA的图像识别算法VC封装类,PCA(主元素分析,光照敏感),可用于人脸识别的初级算法-combination of image recognition algorithm VC Packaging category, PCA (principal component analysis, Light-sensitive), can be used for the initial face recognition algorithm
- 2023-01-26 08:10:04下载
- 积分:1
-
VC在线签名验证的原始码,包括AR算法和DTW算法…
vc在线签名鉴定原码,包含AR算法和DTW算法及应用实例.-vc online signature verification original yards, including AR algorithm and DTW and application examples.
- 2022-05-24 13:37:38下载
- 积分:1
-
很有名的扫描线填充算法实现。可以用左键画完所有的封闭线段,然后点击右键填充所有封闭区域...
很有名的扫描线填充算法实现。可以用左键画完所有的封闭线段,然后点击右键填充所有封闭区域-famous scanning lines filling algorithm. Left unfinished can use all the closed segment, then right-click to fill all the closed region
- 2022-03-13 18:54:49下载
- 积分:1
-
在对话框画图标核心程序
在对话框画图标核心程序-icon painting in the dialog box procedure core
- 2023-06-19 12:20:03下载
- 积分:1
-
不错的图像旋转源代码,我在使用过程中感觉质量不错。
不错的图像旋转源代码,我在使用过程中感觉质量不错。-good image rotation source code, I use the process of feeling good quality.
- 2023-07-04 22:15:02下载
- 积分:1
-
Xilinx LUT
xilinx 基于查找表方法实现的IDCT的verilog源码-Xilinx LUT-based method to achieve the IDCT of the Verilog source code
- 2022-08-20 10:03:03下载
- 积分:1
-
包括数字图像处理的常用的治疗方法:点变换…
包括数字图像处理的常用的处理变换:点变换、几何变换、正交变换、图像增强、边缘与轮廓、图像分析、图像复原、图像编码等等。采用VC++编写。-including digital image processing used in the treatment Transform : point conversion, geometric transformation, orthogonal transformation, image enhancement, edge and silhouette, image analysis, image restoration, image coding and so on. Using VC prepared.
- 2022-06-11 18:39:13下载
- 积分:1
-
1。鼠标交互绘制Bezier曲线2。贝塞尔三C0 C1、C2为曲线…
1.鼠标交互式绘制三次bezier曲线
2.Bezier曲线的C0,C1,C2连续拼接,
3.交互式操作(绘制好后可以鼠标拖动控制点,bezier曲线实时更新)-1. Mouse interactive rendering Bezier curves 2.Bezier three curves C0, C1, C2 for splicing, 3. Interactive operations (drawing good can drag the control point the mouse, bezier curves of real-time updates)
- 2022-03-12 20:12:16下载
- 积分:1
-
该代码可以拾取屏幕颜色,显示rgb分量!
该代码可以拾取屏幕颜色,显示rgb分量!-The code can pick up color screen, showing rgb weight!
- 2022-05-24 02:18:03下载
- 积分:1