javaanpr icon indicating copy to clipboard operation
javaanpr copied to clipboard

how to recognize number plate from video file in javaANPR

Open sachinrke opened this issue 6 years ago • 1 comments

sir, i want to recognize number plate from video file using JavaANPR. please guide me how to recognize the number plate from video file and how to draw rectangle on plate. kindly help me to do that. i shall be very grateful to you. thank you.

sachinrke avatar Jul 16 '19 05:07 sachinrke

Hi,

JavaANPR can only work on images, so you would have to split your video into frames and recognize them separately.

I think JavaANPR stores coordinates of the plates somewhere, so you can use that to draw a box back onto your image.

Best,

Ondrej

On Tue, 16 Jul 2019, 07:20 sachinrke, [email protected] wrote:

sir, i want to recognize number plate from video file using JavaANPR. please guide me how to recognize the number plate from video file and how to draw rectangle on plate. kindly help me to do that. i shall be very grateful to you. thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/oskopek/javaanpr/issues/83?email_source=notifications&email_token=AAN2KBEHMGB7567VTKAOIIDP7VLCNA5CNFSM4ID5EP4KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G7MAQ4Q, or mute the thread https://github.com/notifications/unsubscribe-auth/AAN2KBB6TM7CH2ZJWPHPGSLP7VLCNANCNFSM4ID5EP4A .

oskopek avatar Jul 16 '19 07:07 oskopek