搜索资源列表
gdal_translate
- gdal_translate 用于 图像的类型转换 支持: TIFF,gif,jpeg,bmp等等 GDAL库的示例代码,运行前 需要安装GDAL库。
gdalinfo
- gdal_INFO用于 得到图像的基本信息 支持: TIFF,gif,jpeg,bmp等等 GDAL库的示例代码,运行前 需要安装GDAL库。
PicMatch
- 本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。
tiffandgdal
- Tiff影像格式的详细英文说明,pdf文档格式 Gdal库的基础学习资料-Tiff image formats, detailed instructions in English, Gdal library based learning materials
PointExtraction
- 特征点提取Moravec、Forstner、Harris算法;GDAL绘图、读写;GDI绘图 1、数字摄影测量中特征点提取算子Moravec、Forstner、Harris 2、使用GDAL库读取文件,支持BMP、JPG、JPEG、TIFF、IMG、GIF、PNG等格式读取 3、图片存盘为BMP格式 4、使用GDI绘图-Feature point extraction Moravec, Forstner, Harris algorithm GDAL drawing, readi
gdal_opengl
- 同时使用gdal和opengl实现tiff图像的读取和现实-At the same time using gdal and opengl implementation and practical read tiff image
Gdaltest1
- gdal库读入图像的源码。实现bmp tiff gif jpg img 等格式文件的读取-using gdal lib to load images. bmo tiff gif jpg img files ared included
Text
- 利用vs2005实现的对tiff格式图像的显示,配置GDAL。-Achieved using vs2005 tiff format images on the display, configure GDAL.
TiffTest
- 用VC++实现tiff图像的显示,只用VC++,没有用gdal库,适合大家交流学习-show tiff with VC++
program
- gdal读tiff图像,获取图像大小,波段信息,图像数据,写Tiff图像到固定路径。-Read and write an TIff image using GDAL
SARViewer
- 遥感信息工程学院微波遥感实习程序的源代码,通过GDAL读取常用遥感影像,如img,tiff 可实现读取显示和雷达影像处理的一些基本算法。-Microwave Remote Sensing Remote Sensing Information Engineering internship program source code, read through the GDAL commonly used remote sensing images, img, tiff can achieve some
SAR2010302590010
- 运用GDAL库打开SAR的各种数据,包括tiff、raw、jpg、bmp-Using GDAL library to open a variety of SAR data
SARViewer
- 通过GDAL读取常用遥感影像,如img,tiff,可实现读取显示和雷达影像处理的一些基本算法-Read through GDAL common remote sensing images, such as img, tiff, read the display and radar can achieve some of the basic image processing algorithms
gdal_opengl
- 同时使用gdal和opengl实现tiff图像的读取和现实-At the same time using gdal and opengl implementation and practical read tiff image
Reader
- 代码利用GDAL控件实现tiff格式图片的加载及显示功能-the item archieve tiff image show
grb_read
- 程序基于C++开源库GDAL读取了GRB格式文件,并将其转换为tiff格式-Program is based on open source library GDAL C++ read GRB format files and convert them to tiff format
nctotiff
- 利用python与GDAL实现nc数据转成TIFF(NC data converted to TIFF)
WindowsFormsApplication1
- 加载tiff格式影像,读取信息,并对影像进行100 X 100规格的分块处理(Loading TIFF format image, reading information, and dividing image into 100 X 100 specifications)