public class MarkedPlane extends Object
Constructor and Description |
---|
MarkedPlane(int width,
int height,
Marker[] markers,
boolean initPrewarp,
CvScalar foregroundColor,
CvScalar backgroundColor,
double superScale) |
MarkedPlane(int width,
int height,
Marker[] planeMarkers,
double superScale) |
Modifier and Type | Method and Description |
---|---|
CvScalar |
getBackgroundColor() |
CvScalar |
getForegroundColor() |
int |
getHeight() |
IplImage |
getImage() |
Marker[] |
getMarkers() |
CvMat |
getPrewarp() |
double |
getTotalWarp(Marker[] imagedMarkers,
CvMat totalWarp) |
double |
getTotalWarp(Marker[] imagedMarkers,
CvMat totalWarp,
boolean useCenters) |
int |
getWidth() |
void |
setBackgroundColor(CvScalar backgroundColor) |
void |
setColors(CvScalar foregroundColor,
CvScalar backgroundColor) |
void |
setForegroundColor(CvScalar foregroundColor) |
void |
setPrewarp(CvMat prewarp) |
public MarkedPlane(int width, int height, Marker[] planeMarkers, double superScale)
public CvScalar getForegroundColor()
public void setForegroundColor(CvScalar foregroundColor)
public CvScalar getBackgroundColor()
public void setBackgroundColor(CvScalar backgroundColor)
public Marker[] getMarkers()
public CvMat getPrewarp()
public void setPrewarp(CvMat prewarp)
public IplImage getImage()
public int getWidth()
public int getHeight()
Copyright © 2023. All rights reserved.