且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

C ++类中的OpenCV轨迹栏回调

更新时间:2023-12-06 14:35:10

您必须将回调函数实现为全局函数或静态成员函数.为了使其具有更多的OOP外观,您可能希望将其实现为静态成员函数:)

You have to implement the callback function either as a global function or a static member function. To make it more OOP look, you might prefer to implement it as a static member function:)