-
Alexander Alekhin authored
- fixed wrong condition (always true) - replaced unnecessary shift operation: '>> 63' to '< 0' - used CV_BIG_INT()/CV_BIG_UINT() macros
9166e605
- fixed wrong condition (always true) - replaced unnecessary shift operation: '>> 63' to '< 0' - used CV_BIG_INT()/CV_BIG_UINT() macros