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
Hi there, I'm using face detector to detect faces and got a strange problem at cv::imshow.
At first I use face_detector on ros kinetic against opencv 2.4.9, it works fine, but when I trying to use ros-kinetic-opencv3 (version 3.2.0), it get freeze at cv::imshow() in line 799 of face_detection. If I comment out cv::namedWindos() at line 235, then the opencv image windows can show the first image and then get freeze at the second image.
Set do_display_ to false can make detector run normal, but it's not the best solution. I get stuck on this problem about a week and hope someone can help me out. Thanks
The text was updated successfully, but these errors were encountered:
Hi there, I'm using face detector to detect faces and got a strange problem at cv::imshow.
At first I use face_detector on ros kinetic against opencv 2.4.9, it works fine, but when I trying to use ros-kinetic-opencv3 (version 3.2.0), it get freeze at cv::imshow() in line 799 of face_detection. If I comment out cv::namedWindos() at line 235, then the opencv image windows can show the first image and then get freeze at the second image.
Set do_display_ to false can make detector run normal, but it's not the best solution. I get stuck on this problem about a week and hope someone can help me out. Thanks
The text was updated successfully, but these errors were encountered: