Package boofcv.gui
Class RenderCalibrationTargetsGraphics2D
- java.lang.Object
-
- boofcv.abst.fiducial.calib.RenderCalibrationTargets
-
- boofcv.gui.RenderCalibrationTargetsGraphics2D
-
public class RenderCalibrationTargetsGraphics2D extends boofcv.abst.fiducial.calib.RenderCalibrationTargets
-
-
Constructor Summary
Constructors Constructor Description RenderCalibrationTargetsGraphics2D(int padding, double unitsToPixels)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrawCircle(double cx, double cy, double diameter)voiddrawSquare(double x, double y, double width)java.awt.image.BufferedImagegetBufferred()boofcv.struct.image.GrayF32getGrayF32()boofcv.struct.image.GrayU8getGrayU8()doublegetHeightWorld()intgetOffsetX()intgetOffsetY()doublegetWidthWorld()voidmarkerToTarget(double x, double y, georegression.struct.point.Point2D_F64 p)voidsetPaperSize(double widthUnits, double heightUnits)voidspecifySize(double width, double height)
-
-
-
Method Detail
-
setPaperSize
public void setPaperSize(double widthUnits, double heightUnits)
-
specifySize
public void specifySize(double width, double height)- Specified by:
specifySizein classboofcv.abst.fiducial.calib.RenderCalibrationTargets
-
markerToTarget
public void markerToTarget(double x, double y, georegression.struct.point.Point2D_F64 p)- Specified by:
markerToTargetin classboofcv.abst.fiducial.calib.RenderCalibrationTargets
-
drawSquare
public void drawSquare(double x, double y, double width)- Specified by:
drawSquarein classboofcv.abst.fiducial.calib.RenderCalibrationTargets
-
drawCircle
public void drawCircle(double cx, double cy, double diameter)- Specified by:
drawCirclein classboofcv.abst.fiducial.calib.RenderCalibrationTargets
-
getWidthWorld
public double getWidthWorld()
-
getHeightWorld
public double getHeightWorld()
-
getOffsetX
public int getOffsetX()
-
getOffsetY
public int getOffsetY()
-
getGrayU8
public boofcv.struct.image.GrayU8 getGrayU8()
-
getGrayF32
public boofcv.struct.image.GrayF32 getGrayF32()
-
getBufferred
public java.awt.image.BufferedImage getBufferred()
-
-