You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the opencv_viz module is not included in the official opencv binary package, we need to compile it ourselves. If you compile opencv to static libs, the current cmake configure process will fail. You can solve it by adding a "OpenCV_STATIC" cmake entry with value "true".
The text was updated successfully, but these errors were encountered:
As the opencv_viz module is not included in the official opencv binary package, we need to compile it ourselves. If you compile opencv to static libs, the current cmake configure process will fail. You can solve it by adding a "OpenCV_STATIC" cmake entry with value "true".
The text was updated successfully, but these errors were encountered: