Do not use = 0 for a cv::Mat.
authorVincent Rabaud <vrabaud@google.com>
Wed, 23 Jun 2021 19:27:54 +0000 (21:27 +0200)
committerVincent Rabaud <vrabaud@google.com>
Wed, 23 Jun 2021 19:30:06 +0000 (21:30 +0200)
commitb68057d92701e24765d9ff199011f5171d320143
tree949f597f7b7b944e89c5269828abd4a1bc112da0
parente9a860d9cbae2930a06a176e4ffe7dcb32be21a9
Do not use = 0 for a cv::Mat.

There are several operator= overloads and some compilers can be confused.
modules/calib3d/src/chessboard.cpp