-
OPENCV B4.0附带的洪水填充算法的源代码,例如,可以实现…
OPENCV B4.0 附带的 FLOOD FILL 算法的源代码样例,可以实现简单的彩色图像分割。-OPENCV B4.0 incidental FLOOD FILL algorithm source code for example, can achieve a simple color image segmentation.
- 2022-01-22 09:03:15下载
- 积分:1
-
ESRI® 的ArcGIS® Engine是一个用于建立自定义独立地理信息系统(GIS)应用程序的平台,支持多种应用程序接口(APIs),拥有许多高...
ESRI® 的ArcGIS® Engine是一个用于建立自定义独立地理信息系统(GIS)应用程序的平台,支持多种应用程序接口(APIs),拥有许多高级GIS功能,而且构建在工业标准基础之上。
本章将向开发人员介绍ArcGIS Engine开发工具包和ArcGIS Engine运行时软件,讨论如何使用ArcGIS Engine及其不同组件等问题。-ESRI 庐
- 2023-01-04 14:05:03下载
- 积分:1
-
钻石
diamond-square三维地形细分算法-terrain generator using diamond-square method
- 2022-05-05 09:21:21下载
- 积分:1
-
用vc + mapobjects开发的源代码,用鼠标对多边形进行操作,实现了多边形计算的功能。...
用vc + mapobjects开发的源代码,用鼠标对多边形进行操作,实现了多边形计算的功能。-with vc MapObjects development of the source code, using the mouse to operate polygons and achieve the polygon count function.
- 2022-07-04 09:54:02下载
- 积分:1
-
此代码用于从CAD所生成的DXF文件中提取所需的实体数据,该数据是来完成自动编程系统的关键数据。...
此代码用于从CAD所生成的DXF文件中提取所需的实体数据,该数据是来完成自动编程系统的关键数据。-for this code generated from the CAD DXF files from the data entities, The data is to complete the automatic programming system critical data.
- 2023-08-23 04:20:03下载
- 积分:1
-
source, a very simple and useful on my comrades ah I can not stand the hardship...
一些实例源程序,很简单,有用就同志我啊 我很困纳纳 受不了-source, a very simple and useful on my comrades ah I can not stand the hardship Nana
- 2022-07-13 02:13:29下载
- 积分:1
-
一个简单的电子元器件绘制源代码,实现了一些基本功能,适合初学者使用。...
一个简单的电子元器件绘制源代码,实现了一些基本功能,适合初学者使用。-a simple electronic components mapping the source code to achieve some basic functions, for beginners.
- 2022-06-26 18:26:44下载
- 积分:1
-
This process could be restored due to noise/noise interference or distortion due...
这个程序可以修复因噪声/噪音干扰或者因抖动产生的失真的图像,Inverse滤波器, Wiener滤波器和Lucy-Richardson滤波器被使用到,同时代码还使用了光学流线分析,估计模糊的长度和角度。-This process could be restored due to noise/noise interference or distortion due to jitter generated images, Inverse filter, Wiener filter and the Lucy-Richardson filter was used, while the code also used the optical flow analysis, it is estimated that the length and fuzzy perspective.
- 2022-07-05 09:28:48下载
- 积分:1
-
opengl切削仿真
#include "stdafx.h"
#include
#include
#include
#include
void solidCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks) //»Ò»¸öÔ²ÖùÌ壬ÓÃDiskÀ´¸ÇסÉÏϵ×Ãæ
{
GLUquadricObj* qobj = gluNewQuadric();
gluCylinder(qobj, radius, radius, height, slices, stacks); //slicesÀàËÆÓÚ¾¶È£¬stacksÀàËÆÓÚγ¶È
glScalef(-1.0, 1.0, -1.0);
- 2022-02-03 11:01:56下载
- 积分:1
-
深度图象的生成 生成圆球的深度图象(摄像机坐标系)和深度图象数据存储;
这是本人的深度图像分析的课程作业,vc编写,包括原代码,可执行程序,以及试验报告。...
深度图象的生成 生成圆球的深度图象(摄像机坐标系)和深度图象数据存储;
这是本人的深度图像分析的课程作业,vc编写,包括原代码,可执行程序,以及试验报告。-depth Image Generation Generation magnificently depth images (camera coordinate system) and the depth of image data storage; This is my depth analysis of the images courses operations, vc preparation, including source code, executables, and the test report.
- 2023-08-07 10:05:04下载
- 积分:1