OpenCV speed traffic sign detection
问题 I have a problem detecting speed traffic signs with opencv 2.4 for Android. I do the following: "capture frame -> convert it to HSV -> extract red areas -> detect signs with ellipse detection" So far ellipse detection works perfect as long as picture is good quality. But as you see in pictures bellow, that red extraction does not work OK, because of poor quality of picture frames, by my opinion. Converting original image to HSV: Imgproc.cvtColor(this.source, this.source, Imgproc.COLOR_RGB2HSV