| Package | Description |
|---|---|
| org.opencv.objdetect |
| Modifier and Type | Method and Description |
|---|---|
static Dictionary |
Dictionary.__fromPtr__(long addr) |
static Dictionary |
Objdetect.extendDictionary(int nMarkers,
int markerSize)
Extend base dictionary by new nMarkers
|
static Dictionary |
Objdetect.extendDictionary(int nMarkers,
int markerSize,
Dictionary baseDictionary)
Extend base dictionary by new nMarkers
|
static Dictionary |
Objdetect.extendDictionary(int nMarkers,
int markerSize,
Dictionary baseDictionary,
int randomSeed)
Extend base dictionary by new nMarkers
|
Dictionary |
ArucoDetector.getDictionary() |
Dictionary |
Board.getDictionary()
return the Dictionary of markers employed for this board
|
static Dictionary |
Objdetect.getPredefinedDictionary(int dict)
Returns one of the predefined dictionaries referenced by DICT_*.
|
| Modifier and Type | Method and Description |
|---|---|
static Dictionary |
Objdetect.extendDictionary(int nMarkers,
int markerSize,
Dictionary baseDictionary)
Extend base dictionary by new nMarkers
|
static Dictionary |
Objdetect.extendDictionary(int nMarkers,
int markerSize,
Dictionary baseDictionary,
int randomSeed)
Extend base dictionary by new nMarkers
|
static void |
Objdetect.generateImageMarker(Dictionary dictionary,
int id,
int sidePixels,
Mat img)
Generate a canonical marker image
|
static void |
Objdetect.generateImageMarker(Dictionary dictionary,
int id,
int sidePixels,
Mat img,
int borderBits)
Generate a canonical marker image
|
void |
ArucoDetector.setDictionary(Dictionary dictionary) |
| Constructor and Description |
|---|
ArucoDetector(Dictionary dictionary)
Basic ArucoDetector constructor
|
ArucoDetector(Dictionary dictionary,
DetectorParameters detectorParams)
Basic ArucoDetector constructor
|
ArucoDetector(Dictionary dictionary,
DetectorParameters detectorParams,
RefineParameters refineParams)
Basic ArucoDetector constructor
|
Board(List<Mat> objPoints,
Dictionary dictionary,
Mat ids)
Common Board constructor
|
CharucoBoard(Size size,
float squareLength,
float markerLength,
Dictionary dictionary)
CharucoBoard constructor
|
CharucoBoard(Size size,
float squareLength,
float markerLength,
Dictionary dictionary,
Mat ids)
CharucoBoard constructor
|
GridBoard(Size size,
float markerLength,
float markerSeparation,
Dictionary dictionary)
GridBoard constructor
|
GridBoard(Size size,
float markerLength,
float markerSeparation,
Dictionary dictionary,
Mat ids)
GridBoard constructor
|
Copyright © 2023. All rights reserved.