opencv/modules/core
Roman Donchenko e9805e444f Fixed an overly-narrow assertion in cv::norm.
size() requires that the matrix is two-dimensional, and norm()
works on higher dimensions.
2014-01-17 14:49:42 +04:00
..
doc Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-12-23 18:50:17 +04:00
include/opencv2 Merge pull request #2105 from ilya-lavrenov:norm 2014-01-10 18:12:08 +04:00
perf added NORM_L2SQR type to cv::norm 2014-01-10 18:45:52 +04:00
src Fixed an overly-narrow assertion in cv::norm. 2014-01-17 14:49:42 +04:00
test added NORM_L2SQR type to cv::norm 2014-01-10 18:45:52 +04:00
CMakeLists.txt Merge commit 'ee36717d' into merge-2.4 2013-12-30 16:49:39 +04:00