OpenCV  3.2.0
Open Source Computer Vision
Classes | Functions
Plot function for Mat data

Classes

class  cv::plot::Plot2d
 

Functions

Ptr< Plot2dcv::plot::createPlot2d (InputArray data)
 Creates Plot2d object. More...
 
Ptr< Plot2dcv::plot::createPlot2d (InputArray dataX, InputArray dataY)
 Creates Plot2d object. More...
 

Detailed Description

Function Documentation

§ createPlot2d() [1/2]

Ptr<Plot2d> cv::plot::createPlot2d ( InputArray  data)

Creates Plot2d object.

Parameters
data\(1xN\) or \(Nx1\) matrix containing \(Y\) values of points to plot. \(X\) values will be equal to indexes of correspondind elements in data matrix.

§ createPlot2d() [2/2]

Ptr<Plot2d> cv::plot::createPlot2d ( InputArray  dataX,
InputArray  dataY 
)

Creates Plot2d object.

Parameters
dataX\(1xN\) or \(Nx1\) matrix \(X\) values of points to plot.
dataY\(1xN\) or \(Nx1\) matrix containing \(Y\) values of points to plot.