seantronsen / pvt

GNU General Public License v3.0
0 stars 0 forks source link

Color Map / LUT Support for Images #29

Open seantronsen opened 5 months ago

seantronsen commented 5 months ago

Splitting up the original color map issue into a series of "sub-issues". Addressing this issue would involve implementing the features for LUT support to be applied to images.

seantronsen commented 5 months ago

We should also look into allowing users to display images using different color spaces. For a good example, OpenCV's bindings for Python typically read images in BGR format. Although converting between spaces is a trivial matter, requiring the user to convert each frame to RGB for "normal" looking image displays seems unreasonable.

I do think OpenCV has an option for their image read function that accomplishes this, but we could look into it. If it introduces a significant slowdown then the feature will be scrapped.