mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
a527e8cc73
The while loop would run only once making it useless and leading to confusion. So, remove the unwanted while loop and just keep an infinite for loop.