Update fisheye.cpp
authorArtyom Lebedev <vagran.ast@gmail.com>
Thu, 28 Apr 2016 09:50:09 +0000 (12:50 +0300)
committerArtyom Lebedev <vagran.ast@gmail.com>
Thu, 28 Apr 2016 09:50:09 +0000 (12:50 +0300)
commit8ceac4b73b4afbffc8b810a1b1f73a79258eb9b6
tree691bbcff8666554fb77534af213b8e3167845676
parent6e5e5d87df4212b91839704ff153ec6d8f2549f6
Update fisheye.cpp

Fix for inconsistent asserts in cv::fisheye::initUndistortRectifyMap() which prevents from passing empty matrices in debug build (which is allowed according to the code bellow the asserts and the docs).
modules/calib3d/src/fisheye.cpp