Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

SHRT_MAX == 32767

for an image that large, you will have to use float coords.

SHRT_MAX == 32767

for an image that large, you will have to use float coords.coords for the mapping.

SHRT_MAX == 32767

for an image that large, you will have to use float coords for the mapping.

(if the error comes from opencv's builtin warpXXX functions, -- bad luck then, you're stuck with that limit for the image size)