OpenCV
3.2.0
Open Source Computer Vision
|
#include <opencv2/core.hpp>
Classes | |
class | cv::plot::Plot2d |
Namespaces | |
cv | |
cv::plot | |
Functions | |
Ptr< Plot2d > | cv::plot::createPlot2d (InputArray data) |
Creates Plot2d object. More... | |
Ptr< Plot2d > | cv::plot::createPlot2d (InputArray dataX, InputArray dataY) |
Creates Plot2d object. More... | |