mirror of
https://github.com/opencv/opencv.git
synced 2026-09-26 04:09:43 +03:00
Fix unsigned int bug in computeECC * address issue with unsigned ints in computeEcc * remove additional logic checking firstOctave * use swap instead of same src/dst * simplify the unsigned check logic