Type Definition opencv::types::PtrOfGridBoard[][src]

pub type PtrOfGridBoard = Ptr<GridBoard>;

Implementations

Trait Implementations

array of object points of all the marker corners in the board each marker include its 4 corners in CCW order. For M markers, the size is Mx4. Read more

the dictionary of markers employed for this board

the dictionary of markers employed for this board

vector of the identifiers of the markers in the board (same size than objPoints) The identifiers refers to the board dictionary Read more

Set ids vector Read more

array of object points of all the marker corners in the board each marker include its 4 corners in CCW order. For M markers, the size is Mx4. Read more

vector of the identifiers of the markers in the board (same size than objPoints) The identifiers refers to the board dictionary Read more

Draw a GridBoard Read more