opencv/modules/core
hailong-wang 207218e920 Fix the bug of Mat_<>::opeartor []
`template<typename _Tp> inline const _Tp* Mat_<_Tp>::operator [](int y) const` does not support 3d matrix since it checks rows.

This operator[] shall check size.p[0] instead.
2017-03-14 13:02:59 +08:00
..
doc Large update of videoio doc and samples following mshabunin comments 2016-09-09 18:46:11 +02:00
include/opencv2 Fix the bug of Mat_<>::opeartor [] 2017-03-14 13:02:59 +08:00
misc/java Added Java wrapping for tracking module 2016-12-31 02:19:38 +09:00
perf test: fix tolerance perf check for Exp/Log/Sqrt 2016-10-20 16:54:48 +03:00
src fix an error while setting kernel argument for a 3-D matrix. 2017-03-12 18:29:49 +01:00
test core: add single DMatch/Keypoint I/O 2017-03-03 13:58:55 +03:00
CMakeLists.txt cmake: fix order of MKL libraries, don't pass additional libraries as modules 2017-02-15 17:13:13 +03:00