how to process tiff image
Yes, opencv can easily to read iamge, but how to process it because its compress, and its data type.
I want to do a dft after import tiff image. but failed. showed that it should be CV_32FC1, CV_32FC2 etc.
That means opencv did not convert the data type to its own data type, right?
so how to solve this problem
thanks.