1 | initial version |
The _int_ type is assumed to be 4-bytes wide: https://github.com/opencv/opencv/blob/master/modules/core/include/opencv2/core/hal/interface.h
2 | No.2 Revision |
The _int_ type is assumed to be 4-bytes wide: https://github.com/opencv/opencv/blob/master/modules/core/include/opencv2/core/hal/interface.h
I think there is no explicit check anywhere, but implicit assumption can be found in many places:
int = int32_t
(example)CV_32S