I think this "transformation" would be a great way to use JPEG2000 to create downsampled versions of masks where "averaging" or any kind of "pixel errors" would be unacceptable.
The idea is that:
- Have an image (say 1024x1024).
- Compress it with some options.
- You want to access every 4th pixel (creating a 256x256) image.
- This may result in aliasing, but this is desirable in this application since "in between" values are actually illegal.
I think this "transformation" would be a great way to use JPEG2000 to create downsampled versions of masks where "averaging" or any kind of "pixel errors" would be unacceptable.
The idea is that: