Jump to content

Hera_Walhalla

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Hera_Walhalla

  1. I got a solution for that(maybe it fits for you too): If you want to locate the plate, try geometric matching for the plate, make a template for the plate ignoring the content (chars and digits sequence) and keep only the borders. If you play a bit with the threshold and geometric matching, the program you build should be able to locate the plate with a high accuracy. For this you should make different templates and see which is the best(keep only borders, keep only the corners for the borders of the plate). Then you should be able to extract the matching and then do the OCR on it. Good luck!
  2. Hello! Currently I am working on the same project (License Plate Reading) and I need some guidance regarding the best way for the plate localization. I read that this could be done with connected component analysis, edge detection or some algorithm to determine the plate location by finding the color space of the plate. I can't find enough resources about connected component analysis in LV, but there are some examples for edge detection... I really don't know which is the best method and the simplest to implement. Any ideas will be appreciated.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.