Uses of Class
org.opencv.plot.Plot2d
-
Packages that use Plot2d Package Description org.opencv.plot -
-
Uses of Plot2d in org.opencv.plot
Methods in org.opencv.plot that return Plot2d Modifier and Type Method Description static Plot2d
Plot2d. __fromPtr__(long addr)
static Plot2d
Plot2d. create(Mat data)
Creates Plot2d objectstatic Plot2d
Plot2d. create(Mat dataX, Mat dataY)
Creates Plot2d object
-