plot_Plot2d_create
import { plot_Plot2d_create } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSdata
FUNCTIONplot_Plot2d_create
RETURN TYPEplot_Plot2d | null
Creates Plot2d object
plot_Plot2d_create(data: Mat): plot_Plot2d | null;data1xNorNx1matrix containingYvalues of points to plot.Xvalues will be equal to indexes of correspondind elements in data matrix.
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.