Ask Your Question
0

What algorithm does cv::findChessboardCorners use?

asked 2016-02-23 07:12:23 -0600

Tankard gravatar image

Hi,

I wonder what algorithm is used in cv::findChessboardCorners. I found explanations for a lot of funcrions in openCV but no information about cv::findChessboardCorners. Is it something like a Harris coner detector or some other standard algorithm?

~Tankard

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-04-30 10:50:18 -0600

ussrcom gravatar image

If it is not so late, in documentation

https://docs.opencv.org/master/d9/d0c...

it is written that cv::findChessboardCornersSB is like as cv::findChessboardCorners based on this article: http://bmvc2018.org/contents/papers/0... where Harris corner-detector is used and tuned together with other algorithms.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-02-23 07:12:23 -0600

Seen: 1,915 times

Last updated: Feb 23 '16