Research Article

Vehicle Detection and Ranging Using Two Different Focal Length Cameras

Algorithm 2: Vehicle and license plate matching.

Input: Vehicle detection bounding box ,
License plate bounding box .
Output: the license plate matched with the corresponding vehicle .
For each sorted by from large to small:
If :
matches .
End if
End for
Algorithm 2: Vehicle and license plate matching.