LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview image processing

sir,

  i am trying to extract license plate from  the image using labview.i could not locate and extract license plate from the image.i cannot localize the number plate from the image,anyone please help me

0 Kudos
Message 1 of 11
(3,308 Views)

Do you have the Vision Development Module?

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 11
(3,300 Views)

 sir

yes i hav all the modules including vision development, i have tried in many ways to extract the license plate but i could not,hope you can help me

0 Kudos
Message 3 of 11
(3,282 Views)

Post your Image

---
Silver_Shaper | CLD
0 Kudos
Message 4 of 11
(3,274 Views)

Is the license plate always on a specific area of the image? If so, you should start by defining a "region of interest" (ROI) for that area. This will speed up analysis quite a bit.

The you will search the plate by some methologies like edge detection or pattern matching.

 

If you want to automatically read the license plate, you will try to use OCR (optical character recognition).

 

Note that those mentioned algorithms work only properly if the image quality is high. So as Sassi suggested, you should post a sample image. Then we (the community) can help you further steps.

 

Norbert

 

PS: About half the quality of your image analysis is bound to the quality of the image. If the image is bad, the best analysis cannot return desired values....

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 5 of 11
(3,266 Views)

sir

the problem what iam facing is that i cannot locate the position of plate from the entire image because for different images the position of the plate is varying.The important step is to lacalise the number plate from the car image.I have attached sample images

Download All
0 Kudos
Message 6 of 11
(3,259 Views)

sir

i have attached the image

Download All
0 Kudos
Message 7 of 11
(3,258 Views)

In general, one of the first steps is to increase contrast. This can be achieved for instance by removing color information.

Then you have to browse all your images to see what attribute(s) is(are) unique for the number plates. This can be the size, the position, the color/brightness distribution. Once you know the over all location of the plate, you should further constrict the area by using edge detection (to find the border of the plate).

Once you got the exact location of the plate, use OCR to "read" the plate.

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 8 of 11
(3,244 Views)

sir

i have done edge detection of the entire image.The problem is that how to locate the position of the plate from the entire image.Then only i can go for ocr.

0 Kudos
Message 9 of 11
(3,223 Views)

Hi Got the solution ?

---
Silver_Shaper | CLD
0 Kudos
Message 10 of 11
(3,194 Views)