I want to display/embed a hyperspectral image (having bands around 200)in my user interface which I'm developing using python (pyqt5 + Qt Designer).
It's working totally fine with 2d normal image but with hyperspectral image its not working. I wanted to know that can hyperspectral images can be opened in an UI using pyqt5 or not? If yes, then how can this be done?