-
旋转图形的C源程序
旋转图形的C源程序 -rotating graphics C source
- 2022-03-11 04:32:46下载
- 积分:1
-
用C语言打造玫瑰花儿程序
用C语言打造玫瑰花儿程序-C language to create roses abuse procedures
- 2022-02-04 05:33:42下载
- 积分:1
-
24位dib,适合初学者
24位dib,适合初学者-24 dib, for beginners
- 2023-02-23 04:25:04下载
- 积分:1
-
kpca实现,目前kpca最为简介的程序,算法实现简单
kpca实现,目前kpca最为简介的程序,算法实现简单-kpca implementation, the current most kpca brief introduction of the procedure, the algorithm implementation easy
- 2023-05-27 04:20:03下载
- 积分:1
-
拖动 ,AUTOCAD在ARX下的开发,需要ARX开发环境
拖动 ,AUTOCAD在ARX下的开发,需要ARX开发环境-Drive, AUTOCAD ARX in the development, the need ARX
- 2022-03-15 22:52:39下载
- 积分:1
-
Using CUDA for hierachy clustering taking advantages of Pararell programming
利用NIVIDIA公司的GPU编程SDK CUDA进行聚类分析-Using CUDA for hierachy clustering taking advantages of Pararell programming
- 2022-05-13 06:21:32下载
- 积分:1
-
DispFusion
DispFusion--Display the fusion of two images -DispFusion Display the fusion of two images
- 2022-05-17 12:56:45下载
- 积分:1
-
This code implements edge detection
This code implements edge detection
- 2022-11-16 10:50:03下载
- 积分:1
-
指纹图像库,可用于指纹识别及图像处理
指纹图像库,可用于指纹识别及图像处理-fingerprint image library can be used to fingerprint recognition and image processing
- 2022-02-04 20:54:12下载
- 积分:1
-
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