Is your feature request related to a problem? Please describe.
The image metrics implemented all seem to be restricted to consume 8 bit images as indicated by the data_range values. Could this be extended to native 16-bit grayscale images?
Describe the solution you'd like
Extending computation to 16-bit grayscale images by amending the metric implementation
Describe alternatives you've considered
The way to process 16 bit grayscale images alternatively would be to convert them into 8bit images although this would mean compressed images.
Is your feature request related to a problem? Please describe.
The image metrics implemented all seem to be restricted to consume 8 bit images as indicated by the data_range values. Could this be extended to native 16-bit grayscale images?
Describe the solution you'd like
Extending computation to 16-bit grayscale images by amending the metric implementation
Describe alternatives you've considered
The way to process 16 bit grayscale images alternatively would be to convert them into 8bit images although this would mean compressed images.