Undocumented HighGui functions

asked 2020-07-16 10:14:57 -0600

kbarni gravatar image

updated 2020-09-05 07:03:31 -0600

There are some functions in the HighGui module that lack any explanation/documentation. I'm speaking about startloop, stoploop (here) and startWindowThread (here)

These seem to be interesting features, as threading often leads to problems in OpenCV, and sometimes it's useful to attach a processing loop to a window.

Do you know what is the role of these functions and how do you use them?

edit retag flag offensive close merge delete

Comments

iirc, those are qt internal functions, that should not be part of the public api

berak gravatar imageberak ( 2020-07-16 10:34:30 -0600 )edit

Yep...then maybe they should be removed from the docs...

kbarni gravatar imagekbarni ( 2020-07-16 10:36:47 -0600 )edit