How to improve object detection using Haar Cascade Opencv C++?
I had using haar cascade to detect object( plate of car). But confidence not high. Example if when we have picture contain plate but algorithm can't detect plate. How do i can retrain to detect the missing plate? Anyone know the way to improve it?
you can only re-train cascades, if you have the original data.
if you find out, that there's too much variation in your "real life" data, it's probably an argument against using cascades for this at all.
@berak: your mean is if i retrain it, i can re-train failure data but i still can't detect plate on this data? What solution to detect plate on this case?
take a look at https://github.com/MicrocontrollersAn...