Removed protected method from public interface.

pull/186/head
nmoutinho 10 years ago
parent e4e1a07d9a
commit a0495bcb39
  1. 1
      modules/plot/include/opencv2/plot.hpp

@ -80,7 +80,6 @@ namespace cv
CV_WRAP virtual void setPlotTextColor(Scalar _plotTextColor) = 0;
CV_WRAP virtual void setPlotSize(int _plotSizeWidth, int _plotSizeHeight) = 0;
CV_WRAP virtual void render(Mat &_plotResult) = 0;
CV_WRAP virtual void plotHelper(Mat _plotDataX, Mat _plotDataY) = 0;
};
CV_EXPORTS_W Ptr<Plot2d> createPlot2d(Mat data);

Loading…
Cancel
Save