Sunday, July 31, 2011

GDAL to read image file

import gdal
from gdalconstant import *

dataset = gdal.Open( filename, gdal.GA_ReadOnly )

No comments:

Post a Comment