Is there a way to set specific compression scheme when saving tiff file in opencv?
问题 I'm using opencv to crop tif files, everthing is fine, except for saving image to a file - opencv always uses LZW compression, but i don't need compression on resulting files, i do appreciate opencv's help in saving my disk drive space, but now is not the right time to do it. So is there a way to save tif files with specific compression scheme (including no compression) or no? Original images have no compression scheme applied and i'm using ROI to select area and SaveImage to save it to the