1 | initial version |
SHRT_MAX == 32767
for an image that large, you will have to use float coords.
2 | No.2 Revision |
SHRT_MAX == 32767
for an image that large, you will have to use float coords.coords for the mapping.
3 | No.3 Revision |
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)