Haar cascade classifier - Multiple detecting same object
I made haar cascade classifier to detect windows from building but usually it detect same window many times. Is there any option to instead many smaller rectangles create one big which will be the sum of smaller rectangles?
did you used images in this link to train your cascade classifier?
Yeah couse this is my github :)