kwiver icon indicating copy to clipboard operation
kwiver copied to clipboard

Expand image_container API to allow for sub-sampling of images

Open chetnieter opened this issue 7 years ago • 0 comments

Add a new method to the image_container API, get_image(x, y, width, height, which would allow accessing sub images without having to load the full image into memory. This would be particularly useful for large satellite image. Create a GDAL specific implementation of the image_container with this size issue in mind.

chetnieter avatar May 03 '18 18:05 chetnieter