plot_Plot2d_create1
import { plot_Plot2d_create1 } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSdataX, dataY
FUNCTIONplot_Plot2d_create1
RETURN TYPEplot_Plot2d | null
Creates Plot2d object
plot_Plot2d_create1(dataX: Mat, dataY: Mat): plot_Plot2d | null;dataX1xNorNx1matrixXvalues of points to plot.dataY1xNorNx1matrix containingYvalues of points to plot.
Returns
The plot_Plot2d | null result.
These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.