Package org.opencv.plot
Class Plot2d
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.plot.Plot2d
-
public class Plot2d extends Algorithm
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Plot2d(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Plot2d
__fromPtr__(long addr)
static Plot2d
create(Mat data)
static Plot2d
create(Mat dataX, Mat dataY)
protected void
finalize()
void
render(Mat _plotResult)
void
setGridLinesNumber(int gridLinesNumber)
void
setInvertOrientation(boolean _invertOrientation)
void
setMaxX(double _plotMaxX)
void
setMaxY(double _plotMaxY)
void
setMinX(double _plotMinX)
void
setMinY(double _plotMinY)
void
setNeedPlotLine(boolean _needPlotLine)
void
setPlotAxisColor(Scalar _plotAxisColor)
void
setPlotBackgroundColor(Scalar _plotBackgroundColor)
void
setPlotGridColor(Scalar _plotGridColor)
void
setPlotLineColor(Scalar _plotLineColor)
void
setPlotLineWidth(int _plotLineWidth)
void
setPlotSize(int _plotSizeWidth, int _plotSizeHeight)
void
setPlotTextColor(Scalar _plotTextColor)
void
setPointIdxToPrint(int pointIdx)
void
setShowGrid(boolean needShowGrid)
void
setShowText(boolean needShowText)
-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static Plot2d __fromPtr__(long addr)
-
render
public void render(Mat _plotResult)
-
setGridLinesNumber
public void setGridLinesNumber(int gridLinesNumber)
-
setInvertOrientation
public void setInvertOrientation(boolean _invertOrientation)
-
setMaxX
public void setMaxX(double _plotMaxX)
-
setMaxY
public void setMaxY(double _plotMaxY)
-
setMinX
public void setMinX(double _plotMinX)
-
setMinY
public void setMinY(double _plotMinY)
-
setNeedPlotLine
public void setNeedPlotLine(boolean _needPlotLine)
-
setPlotAxisColor
public void setPlotAxisColor(Scalar _plotAxisColor)
-
setPlotBackgroundColor
public void setPlotBackgroundColor(Scalar _plotBackgroundColor)
-
setPlotGridColor
public void setPlotGridColor(Scalar _plotGridColor)
-
setPlotLineColor
public void setPlotLineColor(Scalar _plotLineColor)
-
setPlotLineWidth
public void setPlotLineWidth(int _plotLineWidth)
-
setPlotSize
public void setPlotSize(int _plotSizeWidth, int _plotSizeHeight)
-
setPlotTextColor
public void setPlotTextColor(Scalar _plotTextColor)
-
setPointIdxToPrint
public void setPointIdxToPrint(int pointIdx)
-
setShowGrid
public void setShowGrid(boolean needShowGrid)
-
setShowText
public void setShowText(boolean needShowText)
-
-