-
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
-
生成一系列点的二次回归方程。以读文件方式读取数据,并可自设比例尺显示在屏幕上,然后进行回归,并可进行显著性检验。
生成一系列点的二次回归方程。以读文件方式读取数据,并可自设比例尺显示在屏幕上,然后进行回归,并可进行显著性检验。-generate a series of points of quadratic regression equation. Reading papers to read data, as well as self-imposed scale display on the screen and then return to carry out significant test.
- 2023-04-27 14:40:03下载
- 积分:1
-
一个vc座的绘图类,支持多种格式,带中文说明。
一个vc座的绘图类,支持多种格式,带中文说明。-vc Block, a type of graphics, support for multiple formats, with Chinese explanation.
- 2022-03-31 03:13:00下载
- 积分:1
-
/ *包含在这段代码中的* TIFF作家/
/* The TIFF writer contained in this code */
/* assumed that the machine on which it */
/* is running stores numbers with the */
/* most-significant byte first, i.e., in */
/* the "big-endian" byte-order. */
//tiff:标签图像文件格式。100多kb的源代码,-/* The TIFF writer contained in this code*//* assumed that the machine on which it*//* is ru nning stores numbers with the*//* most-signif icant byte first, i.e., in*//* the "big-endian" byte-order.*///tiff : Tagged Image File Format. More than 100 kb of source code,
- 2022-05-07 06:34:47下载
- 积分:1
-
一个基于pca2D的人脸识别分类程序, 并包含完整的FACE
一个基于pca2D的人脸识别分类程序, 并包含完整的FACE-ORL人脸库,很具有研究和学习价值-Pca2D based on face recognition classification procedures, and includes the complete FACE-ORL face database, it is with research and learning the value of
- 2023-06-21 13:50:05下载
- 积分:1
-
显示一个可以旋转的立方体,通过鼠标的拖动而旋转。
显示一个可以旋转的立方体,通过鼠标的拖动而旋转。-Showing a rotating cube by mouse drag and spin.
- 2022-05-26 11:16:00下载
- 积分:1
-
可以实现线段的裁减
,对初学者有所帮助
可以实现线段的裁减
,对初学者有所帮助-segment can be achieved reductions to help beginners
- 2022-07-12 13:29:41下载
- 积分:1
-
切割激活窗口
关于激活窗口的裁剪-activated window on the cutting
- 2022-03-05 22:38:10下载
- 积分:1
-
tk是一个结合tcl语言开发图形图像的脚本,如风河的Tornado就是用tcl+tk开发的IDE。...
tk是一个结合tcl语言开发图形图像的脚本,如风河的Tornado就是用tcl+tk开发的IDE。-tk is a combination of language development tcl script graphic images, such as wind River Tornado is to use tcl tk development IDE.
- 2022-04-12 21:15:24下载
- 积分:1
-
Borland C++ Builder 6.0开发的画图板程序,又一个寓教于乐的东东~...
Borland C++ Builder 6.0开发的画图板程序,又一个寓教于乐的东东~-Borland C++ Builder 6.0 to develop the drawing board procedures, but also a recreation of the NEE ~
- 2022-11-29 14:45:03下载
- 积分:1