white angle and black angle in chessboard

asked 2020-08-04 02:04:20 -0600

ARYL518 gravatar image

Hi, I am reading the source code about two classes: Chessboard and Chessboard::Board. I am confusing about the white_angle and black_angle in the Board class. I would like to know the details of these two classes and can anybody point me to some related references?

Thanks a lot.

YL

edit retag flag offensive close merge delete

Comments

the source code about two classes: Chessboard and Chessboard::Board

what are you referring to, exactly ? (no such classes exist in the opencv api)

berak gravatar imageberak ( 2020-08-04 02:31:16 -0600 )edit
2

I am using OpenCV4.4. cv::details::Chessboard::Board.

ARYL518 gravatar imageARYL518 ( 2020-08-04 03:30:58 -0600 )edit

ok, so it's here

berak gravatar imageberak ( 2020-08-04 03:50:52 -0600 )edit

Actually I know where is the source code. I want to know the reference the algorithm is based on.

ARYL518 gravatar imageARYL518 ( 2020-08-04 06:53:03 -0600 )edit
1

ofc you know where the code is, just wanted to leave a link here ;)

berak gravatar imageberak ( 2020-08-04 07:04:56 -0600 )edit