I recently asked a question about saving images with negative values using PIL. Now I want to try this with OpenCV (in python). I would like the images to be saved in an image format (not 'mat' format). My understanding is tiff is the only format capable of saving negative values.
Is it possible to save/load images with negative values using opencv? If so, how can this be done?