fixed refactoring errors

pull/3471/head
kallaballa 2 years ago
parent f9442d61c7
commit f9daae386b
  1. 2
      modules/v4d/include/opencv2/v4d/v4d.hpp

@ -398,6 +398,7 @@ public:
* @param graphical if true renders the fps on screen * @param graphical if true renders the fps on screen
*/ */
CV_EXPORTS void showFps(bool print = true, bool graphical = true); CV_EXPORTS void showFps(bool print = true, bool graphical = true);
FrameBufferContext& fbCtx();
private: private:
V4D(const cv::Size& size, const cv::Size& fbsize, V4D(const cv::Size& size, const cv::Size& fbsize,
const string& title, bool offscreen, bool debug, int major, int minor, bool compat, int samples); const string& title, bool offscreen, bool debug, int major, int minor, bool compat, int samples);
@ -412,7 +413,6 @@ private:
bool keyboard_event(int key, int scancode, int action, int modifiers); bool keyboard_event(int key, int scancode, int action, int modifiers);
void setMousePosition(int x, int y); void setMousePosition(int x, int y);
FrameBufferContext& fbCtx();
CLVAContext& clvaCtx(); CLVAContext& clvaCtx();
NanoVGContext& nvgCtx(); NanoVGContext& nvgCtx();
NanoguiContext& nguiCtx(); NanoguiContext& nguiCtx();

Loading…
Cancel
Save