搜索资源列表
libgc6
- LibUFO 是一个平台独立的直接用C++设计的OpenGL GUI。它有标准的窗口组件,如按钮、标签、菜单、和内部帧控件。-LibUFO is a platform-independent C direct OpenGL GUI design. It is the standard window components, such as buttons, labels, menus, frames and internal controls.
arcengine
- 用ERSI公司Arcengine组件,实现对地图的打印功能.-with ERSI company Arcengine components of the map to achieve the printing function.
绘图软件
- 用java做的,画图方面的软件,有以下的功能:可拖拉式创建组件(目前包括按钮\\文本框\\图片组件)等。-do with java, drawing the software will have the following functions :-tractor can create components (including the current button \\ textboxes \\ Photo components).
MapObject_Edit_Demo
- VB,和MO组件开发的一些功能介绍!包括图形的放大,缩小,和查询!-VB, MO components and the development of some functional introduced! Including graphics zoom in and out, and inquiries!
基于MAPX控件的鹰眼图实现方法
- MapX 控件是一个常用的GIS功能组件,而鹰眼图是GIS中一个基本的功能。本文简介了MapX并详细说明在Visual Basic和Visual C++开发环境下利用MapX 控件实现鹰眼图的方法。 -MapX is a commonly used GIS components, and Hawkeye GIS map is a basic function. This paper outlines a detailed descr iption and MapX in Visual Basic
8连通
- 计算8连通区数量 利用深度优先遍历,并对同一8连通区进行标记,当遇到不属于同一连通区且灰度符合要求的则计数加1,分别考察一个点周围的八个点。-8 COMPONENTS calculated using the number of depth-first traversal, and the same eight areas marked connectivity, when they do not belong to the same gray zone, connectivity to m
jfreechart-sample
- 使用jfreechat写的例子程序,可以根据这个学习如何使用这个组件,希望对大家有用-jfreechat use examples written procedures, according to the study on the use of the components, we hope to useful
基本GIS系统开发
- 一个最基本的GIS,需要包含如下的组成部分:管理空间坐标数据的矢量图形系统,管理属性数据的数据库管理系统,以及实现矢量图形系统与数据库管理系统双向连接的连接系统以及空间分析功能等。 矢量图形系统是GIS的重要部分,也是开发GIS系统时的重点所在。一个基本的矢量图形系统一般需要如下的功能: 1.相对完善的图形元素,应具备处理点,线,面,网络等图形元素的能力,这类图形系统在很大程度上能够满足普通的管理型GIS的矢量图形系统的要求。提功矢量显示图形的功能在很大程度上能够改善矢量图形界面的
atlexam
- 用opengl和atl开发的图形程序,对学习com组件编程和opengl图形编程很有用 -use opengl ATL and the development of graphics program, to learn com components programming and graphics programming opengl useful
MoCustom3DChart_Delphi
- 利用mapobjects中icustomchart接口实现的三维直方图专题组件-using MapObjects which icustomchart interface 3D histogram E that components
realtarget
- 选用不变矩为目标特征,采用以积分方法为基础的一种不变,矩快速算法.对极点的计算提出了具体算法.给出了各种极点的叠加分量.-use the same moment as the goal of using a scoring system based on an unchanged Moments fast algorithm. the calculation of Poles made specific algorithm. the pole is the superposition of va
ImageProcessingClass
- 图像文件的打开、显示、保存、切割、旋转、灰度图-rgb、rgb-hsv、rgb各分量的提取等功能类-open the image files, display, preservation, cutting, rotating, grayscale - rgb, rgb - hsv. rgb components in the extract function category
vb+mapobjects2.3
- vb+mapobjects组件,实现对矢量地图的操作-vb MapObjects components, to achieve operational Vector Map
chinamaper
- chinamap提供组件,大家看效果把。-chinamap provide components, we can put effect.
connected_components_image
- Implementation Of Labeling Connected Components 用C#实现图像的连通区域标定,可选4连通,8连通-Implementation Of Labeling Connected Components The algorithm is coded in C# using unsafe so the quality and speed of the program may not be affected. The class BitmapData i
SCC_Library
- Strongly Connected Component Library to obtaion strongly connected components of a graph, for PC platforms writeen in Visual C-Strongly Connected Component Library to obtaion strongly connected components of a graph, for PC platforms writeen in Visua
code
- 查找连通分量的个数, 本程序的例子是查找一个图片中细胞的个数。-use openCV to find the number of connected components. This example is to find the number of cells in a picture.
MarkConected
- 本程序是基于多文档(MDI)的连通域标记算法,用于统计连通域的数目。本人亲自修改,运行通过,而且附有测试例图。-This procedure is based on the multiple document (MDI) of the connected components labeling algorithm, the number of connected components for the statistics. I personally modify, run through, an
Connected-Components
- Connected-component labeling (alternatively connected-component analysis, blob extraction, region labeling, blob discovery, or region extraction) is an algorithmic application of graph theory, where subsets of connected components are uniquely labele
Strongly Connected Components
- 计算图的强连通分量,C代码实现,windows平台测试通过。(Strongly connected components of a graph)