Different results for findChessboardCorners in python and C++ environments?

According to opencv C++ documentation, param
‘patternSize’ is Number of inner corners per a chessboard row and column

( patternSize = cv::Size(points_per_row,points_per_colum) = cv::Size(columns,rows) )

So I think I’ve written it correctly in C++. @berak