Package | Description |
---|---|
org.bytedeco.opencv.opencv_plot |
Modifier and Type | Method and Description |
---|---|
static Plot2d |
Plot2d.create(GpuMat data) |
static Plot2d |
Plot2d.create(GpuMat dataX,
GpuMat dataY) |
static Plot2d |
Plot2d.create(Mat data)
\brief Creates Plot2d object
|
static Plot2d |
Plot2d.create(Mat dataX,
Mat dataY)
\brief Creates Plot2d object
|
static Plot2d |
Plot2d.create(UMat data) |
static Plot2d |
Plot2d.create(UMat dataX,
UMat dataY) |
Copyright © 2020. All rights reserved.