91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 2KB
    文件類型: .c
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-07
  • 語言: 其他
  • 標簽:

資源簡介

GDAL讀取tiff圖像,需要配置GDAL庫。GDAL的基本用法。

資源截圖

代碼片段和文件信息

#include?“gdal.h“?
#include
#include?
#include?“cpl_string.h“??

/*#include
#include
#include
#include*/

int?main()?
{?
????
GDALDatasetH????hDataset;?
GDALDriverH?????hDriver;
GDALDriverH?hDriver1;
GDALRasterBandH?hBand;?
unsigned?short?*pafScanline;?
unsigned?char?*pafScanline1;?
????int?nXSizenYSize;
????int?nnij;

?//打開文件
????GDALAllRegister();

????hDataset?=?GDALOpen(?“map.tif“?GA_ReadOnly?);?
????if(?hDataset?==?NULL?)?
????return?1;?
?
????hDriver?=?GDALGetDatasetDriver(?hDataset?);?
????printf(?“Driver:?%s/%s\n“?
????????????GDALGetDriverShortName(?hDriver?)?
????????????GDALGetDriverLongName(?hDriver?)?);?
?
????printf(?“Size?is?%dx%dx%d\n“?
????????????GDALGetRasterXSiz

評論

共有 條評論

相關資源