opencv/modules/imgproc
Alexander Alekhin 9166e6052b imgproc: fixed fixedpoint coding style
- fixed wrong condition (always true)
- replaced unnecessary shift operation: '>> 63' to '< 0'
- used CV_BIG_INT()/CV_BIG_UINT() macros
2018-04-25 17:33:57 +03:00
..
doc Rewite polar transforms (#11323) 2018-04-17 15:50:52 +03:00
include/opencv2 Grabcut with frozen models (#11339) 2018-04-19 15:23:50 +03:00
misc/java Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
perf Rewite polar transforms (#11323) 2018-04-17 15:50:52 +03:00
src imgproc: fixed fixedpoint coding style 2018-04-25 17:33:57 +03:00
test build: unreachable code after CV_Error() (part 2) 2018-04-24 16:03:40 +03:00
CMakeLists.txt Merge pull request #9466 from huningxin:js 2017-09-25 16:52:07 +03:00