-
OpenCV seed filling color image segmentation code, using Intel OpenCV graphics l...
OpenCV种子填充实现彩色图像分割的代码,利用intel图形处理库opencv,采用改进的种子算法,实现对彩色图像的分割。-OpenCV seed filling color image segmentation code, using Intel OpenCV graphics library, the adoption of improved seed algorithm to achieve the right color image segmentation.
- 2022-01-26 14:21:44下载
- 积分:1
-
VRML java3d combined with the examples used java3d loading VRML documents, and i...
vrml与java3d结合的例子,用java3d加载vrml文件,包含了vrml97.jar和一些示列-VRML java3d combined with the examples used java3d loading VRML documents, and includes some show vrml97.jar out
- 2022-07-28 15:19:43下载
- 积分:1
-
B样条、Bezier曲线等多种曲线画法
B样条、Bezier曲线等多种曲线画法-B-spline, and other Bezier curve drawing curves
- 2023-08-07 19:55:02下载
- 积分:1
-
ico图标库.rar
ico图标库.rar-ico icon library. Rar
- 2022-03-19 06:48:47下载
- 积分:1
-
solidgraph CAD系统
SolidGraph CAD System
SolidGraph is a full-featured system for 3D modeling of highly complex geometric objects. Sooner or later, everyone who works with computer graphics feels necessary to write his own editor. We want to show you one of the ways of writing a module application where the functions for creating new objects are distributed among plug-ins.
- 2022-06-28 19:06:36下载
- 积分:1
-
使用双缓冲技术,实现降低图像的抖动,很有用的哟!
使用双缓冲技术,实现降低图像的抖动,很有用的哟!-The use of double buffering technology, realize to reduce image jitter, yo useful!
- 2022-03-22 17:42:34下载
- 积分:1
-
地图比例尺的绘制
地图比例尺的绘制-map scale mapping
- 2022-03-03 19:49:30下载
- 积分:1
-
做Java开发朋友一定知道Eclipse编辑器,这是它的VB实现.
Form1.Label1 = kk.vkCode & ":" & kk.scanCode...
做Java开发朋友一定知道Eclipse编辑器,这是它的VB实现.
Form1.Label1 = kk.vkCode & ":" & kk.scanCode & ":" & kk.Time
If wParam = 256 Then
Myfunc = 1: Exit Function
endif
wParam 的按键值可以在程序运行中测试中找到。-doing Java development friends will know that the Eclipse editor, This is the VB. Form1.Label1 = kk.vkCode
- 2022-02-04 18:28:40下载
- 积分:1
-
卡尔三角形,在点随机数
解三角形的vc++6版本,并可以随机产生在指定范围内的数值-cal triangle,and randam numbers in point
- 2022-07-27 04:50:04下载
- 积分: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