Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Vehicle detection and vehicle tracking

Hi all,

 

I'm trying to construct a vision-based vehicle detection and tracking system on LabVIEW.

I've searched some method to implement the system:

(1)Using pattern/geometric matching function 

     (The matching mode of pattern matching function seems can't search scaled target;however, geometric matching function can do.

      I have tried to combine them,but failed..and I also wonder that if the pattern matching function can achieve vehicle detection and   tracking through camera on moving vehicle.)

(2)Use classification toolkit to create a custom classifier

    (If I take this method, how can I extract the feature?)

 

I'm a newer to LaVIEW,please give me some idea or example,or if there is any other method that can help me to do the work.

Thank you:)

 

                                                                                                                                                                                              Regards,

                                                                                                                                                                                              Linda

e-mail: maktubcq52@gmail.com

0 Kudos
Message 1 of 8
(5,542 Views)

Hello Linda

 

What actually you want to do in Vehicle detection and vehicle tracking???

are you trying to do vehicle licnese plate recognition??

If yes then you can use OCR and that you can find in The Vision Development Module .You can find this by going to the LabVIEW Help >> Find Examples >> Toolkits and Modules >> Vision

Hope it will help you

0 Kudos
Message 2 of 8
(5,524 Views)

Thank you for your replying!

My objective is to build a vision-based collision avoidance system or a driving assistance system.

Moreover,develop a system that can help vehicle driving itself if possible.

To do so, I think vehicle detection and tracking is the first step that should be done.

Vehicle licnese plate recognition will be one of the function in the system,thanks for the idea!

Is there any other way to help me build the system? 

0 Kudos
Message 3 of 8
(5,519 Views)

I think this topic closely  relates to object detection,movement detection and tracking

so for this you can use NI vision acquisition and NI vision assistant to get started...

 

0 Kudos
Message 4 of 8
(5,513 Views)

Hello Linda.

 

If you are in Taiwan, I recommend to download this exercise.

 

http://forums.ni.com/t5/NI%E7%94%A2%E5%93%81%E8%88%87%E6%8A%80%E8%A1%93-%E8%A8%8E%E8%AB%96%E5%8D%80/....

 

Thanks

0 Kudos
Message 5 of 8
(5,499 Views)

Hi Linda,

My suggestion is break this objective into more specific tasks so you can conquer them step by step. For exampe, to do vehicle tracking, what you need to first is "motion tracking." NI implements some algorithms, such as Horn-Schunck and Lucas-Kanadeon, in Vision Development Module. You might want to check how they works first, use them in a  simplified case, then put them into your vehicle detection system.

 

Thanks,

 

Phil

0 Kudos
Message 6 of 8
(5,486 Views)

You may check this tracking system

0 Kudos
Message 7 of 8
(5,418 Views)

You may check this tracking system

0 Kudos
Message 8 of 8
(5,418 Views)