Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Does OpenCV runs on platforms with different int size?

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.

Does OpenCV runs on platforms with different int size?

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 size 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.

Does OpenCV runs on platforms with different int size?

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 size 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.

Up