1) Image database
影像数据库
1.
Foundation and foreground expectation of LC/LU sampled image database;
土地覆盖/土地利用样本影像数据库的建立与应用展望
2.
This paper analyzes the background of the research of remote sensing image database system.
通过对遥感影像数据库管理系统的研究背景、现状和管理模式及存在的主要问题的分析 ,进行了基于扩展关系数据库的遥感影像数据库管理系统关键技术实验 ,开发了一个原型系统。
3.
After analysising the data required in Remote Sensing Image Information System(RSIIS) and the relationship among the data,the author establishes the topological relationship,and then designed image database based on remote sensing images and the data model for RSIIS.
通过分析遥感图像信息系统需要存储和管理的各种数据,建立了各种数据之间的拓扑结构图,设计了基于遥感影像的发散式的影像数据库,建立了遥感图像信息系统数据模型。
2) Seamless image database
无缝影像数据库
3) remote sensing image database
遥感影像数据库
1.
Design and Implementation of Real-time Compression System in Remote Sensing Image Database;
海量遥感影像数据库实时压缩系统的设计与实现
2.
This paper made the experiments of key technologies for management system of Oracle9i-based remote sensing image database through the analysis of the research background,present situation and management mode and the existing problems of remote sensing image database system,and developed a prototype system.
通过对遥感影像数据库管理系统的研究背景、现状和管理模式及存在的主要问题的分析,进行了基于Oracle9i的遥感影像数据库管理系统关键技术实验,开发了一个原型系统。
3.
The purpose of this paper is to study remote sensing image database based on object-relational database using Oracle GeoRaster, the new provided space database schema by Oracle 10G.
本文以Oracle 10G新推出的遥感影像数据库模式Oracle GeoRaster为研究对象,对基于对象-关系数据模型的遥感影像库技术进行了研究。
4) Mass Image Database
海量影像数据库
5) Sample Image Database
样本影像数据库
1.
Establishing Scheme for Forest Resource Information Sample Image Database;
森林资源信息样本影像数据库的建立方案
2.
This article puts forward a scheme that raises the speed and reliability of extracting forest resource information through establishing sample image database is on forest information, step and key technology and integration flow for chart and its application establishing sample image database of forest resource information are analyzed and discussed as well.
本文提出了通过建立森林资源信息样本影像数据库提高森林资源信息的提取速度和可靠性的方案 ,并对森林资源信息样本影像数据库建立步骤、关键性技术、整体流程及其应用进行了分析和探讨。
6) DOM database
正射影像数据库
1.
From the construction of digital orthophoto map database management system in Putian City,the total construction and design of the database and management system for DOM database management system based on Supermap Objects and Oracel was detailed described,the future development was also prospected.
通过莆田市正射影像数据库管理系统的建设实践,论述述了基于Supermap Objects和Oracle的数字正射影像数据库管理系统的总体结构、数据库和管理系统功能设计,详细阐述了数据库的逻辑结构、影像管理方式的选择、影像数据组织、系统功能的实现。
补充资料:ACCESS数据库
什么是Access数据库 数据库是有结构的数据集合,它与一般的数据文件不同,(其中的数据是无结构的)是一串文字或数字流。数据库中的数据可以是文字、图象、声音等。 MicrosoftAccess是一种关系式数据库,关系式数据库由一系列表组成,表又由一系列行和列组成,每一行是一个记录,每一列是一个字段,每个字段有一个字段名,字段名在一个表中不能重复。图1是一个“产品”表的例子。“产品”表由10个记录组成,一个记录占一行,每一个记录由产品ID、产品名称、库存量、订货量、单价和折扣率6个字段组成。“产品ID”是字段名,其下面的1,2等是字段的值。 表与表之间可以建立关系(或称关联,连接),以便查询相关联的信息。Access数据库以文件形式保存,文件的扩展名是DB。 Access97的6种对象 Access97数据库由六种对象组成,它们是表、查询、窗体、报表、宏和模块。 表(Table)——表是数据库的基本对象,是创建其他5种对象的基础。表由记录组成,记录由字段组成,表用来存贮数据库的数据,故又称数据表。 查询(Query)——查询可以按索引快速查找到需要的记录,按要求筛选记录并能连接若干个表的字段组成新表。 窗体(Form)——窗体提供了一种方便的浏览、输入及更改数据的窗口。还可以创建子窗体显示相关联的表的内容。窗体也称表单。 报表(Report)——报表的功能是将数据库中的数据分类汇总,然后打印出来,以便分析。 宏(Macro)——宏相当于DOS中的批处理,用来自动执行一系列操作。Access列出了一些常用的操作供用户选择,使用起来十分方便。 模块(Module)——模块的功能与宏类似,但它定义的操作比宏更精细和复杂,用户可以根据自己的需要编写程序。模块使用VisualBasic编程。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条