Ask Your Question
1

ANPR detection using opencv c++

asked 2013-09-10 15:38:39 -0600

FLY gravatar image

updated 2014-02-22 03:16:18 -0600

I look at the tutorial in chp 5 (Licence Plate Detection) provided in the book of Packtpub Mastering opencv with practical computer vision projects , i want to know some points on it :

1 - Why we need to focus on aspect ratio much if we already doing SVM ?

2 - Is it compulsory that we should know/provide the size of licence plate , while we are using SVM ?

3 - Why our focus is on the width and height of numbers and gap between them ?

Do the small difference between different pictures , like the sizes of number plates and difference between alphanumeric words and gap between them matters much ?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-07-14 02:14:04 -0600

  1. we use aspect ratio for detect good region , after that we use SVM.
  2. (ans like 1)
  3. because we must detect number for OCR
edit flag offensive delete link more

Comments

Please Mehrshad, if you are going to help people out, do provide some decent information. Your points are not clarifying anything ...

StevenPuttemans gravatar imageStevenPuttemans ( 2014-07-14 04:25:27 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2013-09-10 15:38:39 -0600

Seen: 1,894 times

Last updated: Jul 14 '14