I'm writing a library on top of the OpenCV and I have a question about crossplatformability.
So my question is: does OpenCV runs if int
is other than 32 bits, but 16, 64 or 128? Because if yes, I'd like to support those platforms, otherwise it would simplify my high level interfaces.