mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-17 15:26:00 +08:00
Removed protected method from public interface.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user