opencv/modules/core
Vincent Rabaud c8268e65fd Fix potential NaN in cv::norm.
There can be an int overflow.
cv::norm( InputArray _src, int normType, InputArray _mask ) is fine,
not cv::norm( InputArray _src1, InputArray _src2, int normType, InputArray _mask ).
2021-06-15 14:58:11 +02:00
..
3rdparty/SoftFloat Add install component for 3rdparty libraries licenses 2018-03-06 16:32:30 +03:00
doc docs: intro formatting update, minor cleanup 2018-11-04 02:36:24 +00:00
include/opencv2 core: fix nSize initialization in cvIplImage() 2021-06-09 07:31:38 +00:00
misc Fix/optimize Android put/get functions 2021-02-19 17:10:11 +09:00
perf Relax accuracy requirements in the OpenCL sqrt perf arithmetic test. 2021-04-06 17:32:48 +01:00
src Fix potential NaN in cv::norm. 2021-06-15 14:58:11 +02:00
test Fix potential NaN in cv::norm. 2021-06-15 14:58:11 +02:00
CMakeLists.txt core: rework code locality 2021-03-02 23:24:28 +00:00