The findChessboardCorners function has found more than 200 million corner points and solved

problem

Today I used opencv3.0+VS2013 to perform camera calibration. FindChessboardCorners finds the corners of the chessboard to output more than 200 million data, which is obviously wrong. The following methods are found to solve the problem perfectly.

Solution

Change Debug to Release mode

Guess you like

Origin blog.csdn.net/qq_38337524/article/details/113651241