| Package | Description |
|---|---|
| org.opencv.objdetect |
| Modifier and Type | Class and Description |
|---|---|
class |
CharucoBoard
ChArUco board is a planar chessboard where the markers are placed inside the white squares of a chessboard.
|
class |
GridBoard
Planar board with grid arrangement of markers
More common type of board.
|
| Modifier and Type | Method and Description |
|---|---|
static Board |
Board.__fromPtr__(long addr) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArucoDetector.refineDetectedMarkers(Mat image,
Board board,
List<Mat> detectedCorners,
Mat detectedIds,
List<Mat> rejectedCorners)
Refind not detected markers based on the already detected and the board layout
|
void |
ArucoDetector.refineDetectedMarkers(Mat image,
Board board,
List<Mat> detectedCorners,
Mat detectedIds,
List<Mat> rejectedCorners,
Mat cameraMatrix)
Refind not detected markers based on the already detected and the board layout
|
void |
ArucoDetector.refineDetectedMarkers(Mat image,
Board board,
List<Mat> detectedCorners,
Mat detectedIds,
List<Mat> rejectedCorners,
Mat cameraMatrix,
Mat distCoeffs)
Refind not detected markers based on the already detected and the board layout
|
void |
ArucoDetector.refineDetectedMarkers(Mat image,
Board board,
List<Mat> detectedCorners,
Mat detectedIds,
List<Mat> rejectedCorners,
Mat cameraMatrix,
Mat distCoeffs,
Mat recoveredIdxs)
Refind not detected markers based on the already detected and the board layout
|
Copyright © 2023. All rights reserved.