http://www.emgu.com
ChArUco board
Namespace:
Emgu.CV.Aruco
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic CharucoBoard(
int squaresX,
int squaresY,
float squareLength,
float markerLength,
Dictionary dictionary
)
Public Sub New (
squaresX As Integer,
squaresY As Integer,
squareLength As Single,
markerLength As Single,
dictionary As Dictionary
)
public:
CharucoBoard(
int squaresX,
int squaresY,
float squareLength,
float markerLength,
Dictionary^ dictionary
)
new :
squaresX : int *
squaresY : int *
squareLength : float32 *
markerLength : float32 *
dictionary : Dictionary -> CharucoBoard
Parameters
- squaresX
- Type: SystemInt32
number of chessboard squares in X direction - squaresY
- Type: SystemInt32
number of chessboard squares in Y direction - squareLength
- Type: SystemSingle
chessboard square side length (normally in meters) - markerLength
- Type: SystemSingle
marker side length (same unit than squareLength) - dictionary
- Type: Emgu.CV.ArucoDictionary
dictionary of markers indicating the type of markers.
See Also