搜索资源列表
地图中等值线的识别与矢量化(程序+源码)
- 地图中等值线的识别与矢量化,可以实现从栅格地图(目前支持bmp,emf等文件)中获取等值线.GIS工程有用的。-contour map of identification and vectorization, can be achieved from the raster maps (currently supports bmp, catalog, etc.) access contours. GIS projects useful.
地图中等值线的识别与矢量化(程序+源码)
- 地图中等值线的识别与矢量化,可以实现从栅格地图(目前支持bmp,emf等文件)中获取等值线.GIS工程有用的。-contour map of identification and vectorization, can be achieved from the raster maps (currently supports bmp, catalog, etc.) access contours. GIS projects useful.
GISdata
- 该文主要介绍了基于游程编码的GIS栅格数据矢量化方法-This paper mainly introduce run-length coding based on the GIS raster data vectorization methods
raster2vetor
- 一个完成栅格图像矢量化功能的程序,主要实现了在图片背景上添加点、线的功能,使用了交互式构图技术,如橡皮条和拖曳,以文本文件保存矢量线的结点,有简单的导入和导出功能。-A complete raster image vectorization function procedure, the main background in the picture to add point, line features, the use of inte
RASTER1
- 用C++编写的绘图程序,实现了所有windows预定义的图像栅格化运算。-Using C++ to prepare the graphics procedures, implementation of all windows predefined raster image of computing.
SplitPic1
- 三维地图栅格化图片发布程序,带有文字和图片水印功能。-Three-dimensional map grid of picture published procedures, with text and image watermark function.
Remotesensingimageprocessingandrastervectoroftrain
- 遥感图像处理和栅格矢量化培训教程,详细讲解了具体的操作步骤-Remote sensing image processing and raster vector of training course, explain in detail the specific steps
experiement2
- 实现了图象的校正,使用了栅格化技术,实验对象为老虎-realize the map erroring
R2V_04-YFCR
- R2V_04-YFCR,将图像栅格数据自动矢量化的工具。非常有用-R2V_04-YFCR, raster data images Automatic vectorization tool. Very useful
TestAero
- 双缓冲的aero玻璃效果下的文字输出,是用BufferPaint(vista/win7独有的api实现的)是无闪烁的,也不需要用gdiplus先把文字栅格化到位图上。-Double buffer text render out with aero, use buffer paint api, no gdi plus, no blink.
OpenGLDemo
- OpenGL环境下完成对二维数据的绘制,包括数据的插值以及栅格化过程-OpenGL environment to draw the two-dimensional data, including data interpolation and rasterization process
DTPathPlan
- 基于距离转换的栅格地图路径规划方法,DT方法是从目标位置反向搜索路径。在栅格化环境中,从目标位置开始的距离传播视为一个波(wave front)沿空闲栅格传播。对于环境中任意给定的起始点,其到目标点的最短路径可通过使用最速下降法搜索而得到。-Raster map conversion path planning approach based on distance, DT reverse the search path from the
dbx
- 使用CAD的VBA实现栅格化多边形,分为多边形边界点和内部点。-Using VBA for CAD to realize rasterizing a polygon.
gird
- 用matlab实现图像的栅格化,可用于面向栅格模型的地图创建-Using matlab rasterized image, raster-oriented model can be used to create a map
Hurst_distributed
- 栅格化计算Hurst指数,用于水文、气象参数趋势的判断 水文、气象要素的时间序列分析中,一般下载到的程序是针对单个站点的H指数计算,得到的结果是单个H指数值 该程序实现时间序列栅格图像上每个点H指数的计算,得到的结果是单个栅格图像,栅格值是H指数值-a distributed pattern to calculate Hurst Index,the input is a series of grid datas, the out
shangehua
- 编写的一个栅格化的程序,用来将图进行栅格化处理。-Prepared a rasterization process,It is used for rasterization of the diagram.
freetype-2.4.12.tar
- FreeType是一个用C语言实现的字体栅格化引擎制作的函数库。它可以用来将字符栅格化并映射成位图以及提供其他字体相关业务的支持。它支持各种字体格式,包括TrueType、Type 1以及OpenType等。-FreeType is a C language library font rasterization engine production. It can be used to map the character and rast
grid
- 可以栅格化图片,支持bmp、jpg等格式的图片-Can be rasterized images, support bmp, jpg format images
map
- 室内地图的栅格化程序,用matlab完成。可以地图矩阵用0/1显示(A raster program for indoor maps)
MATLABB
- MATLAB绘制栅格化地图 %创建具有障碍物的栅格地图 %矩阵中0代表黑色栅格 a = ones(20); a(3,3:7)=0; a(3:10,7)=0; a(10,3:7)=0; a(17,13:17)=0; a(10:17,13)=0; a(10,13:17)=0; a(14,15)=0; b = a; %disp(a(end,end)); b(end+1,end+1) = 0; %disp(b); colormap([0 0