mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
boost dependency has been removed
This commit is contained in:
@@ -59,7 +59,8 @@ namespace temp_viz
|
||||
void spin ();
|
||||
void spinOnce (int time = 1, bool force_redraw = false);
|
||||
|
||||
void registerKeyboardCallback(void (*callback)(const cv::KeyboardEvent&, void*), void* cookie = NULL);
|
||||
void registerKeyboardCallback(void (*callback)(const cv::KeyboardEvent&, void*), void* cookie = 0);
|
||||
void registerMouseCallback(void (*callback)(const cv::MouseEvent&, void*), void* cookie = 0);
|
||||
|
||||
private:
|
||||
Viz3d(const Viz3d&);
|
||||
|
||||
Reference in New Issue
Block a user