Histogram of probability values
ghislainv opened this issue · 1 comments
ghislainv commented
Would be faster to use GDAL functions, eg. gdalinfo -hist
ghislainv commented
This issue has been fixed. Now the histogram is computed using the GetHistogram() function from the GDAL/OGR Python API (see: http://www.gdal.org/python/osgeo.gdal.Band-class.html#GetHistogram).