Loading web-font TeX/Main/Regular
OpenCV  
Open Source Computer Vision
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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
data1xN 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
dataX1xN or Nx1 matrix X values of points to plot.
dataY1xN or Nx1 matrix containing Y values of points to plot.