I need to do hyperspectral image stitching for my latest research, the obtained data has a .spe suffix but the data format is .bil, and the data has no projection information, so I can’t use the GDAL library to do the stitching, is there any other way for python to open this hyperspectral data and do the stitching process? Thank you very much.
I converted it to .tif format but there is data loss and the feature point matching method (FLANN, RANSAC) doesn’t really work for 300 bands data, any other ideas for image stitching?
a_little_bit more is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.