Recognizing Vehicles in Infra-red Images Using IMAP Parallel Vision Board
Abstract
This paper describes a method for vehicle recognition,
in particular, for recognizing a vehicle's make and model.
Our system is designed to take into account the fact that vehicles of the
same make and model number come in different colors; to deal with this
problem, our system employs infra-red images, thereby eliminating color
differences.
Another reason for the use of infra-red images is that it enables us to
use the same algorithm both day and night. This ability is particularly
important
because the algorithm must be able to locate many feature
points, especially at night.
Our algorithm is based on configuration of local features.
For the algorithm, our system first makes a compressed database of local
features of a target vehicle
from training images given in advance;
the system then matches a set of local features in the input image
with those in training images for recognition.
This method has the following three advantages:
(1) It can detect even if part of the target vehicle is occluded.
(2) It can detect even if the target vehicle is translated due to
running out of the lanes.
(3) It does not require us to segment a vehicle part
from input images.
We have two implementations of the algorithm.
One is referred to as the eigen-window method, while
the other is called the vector-quantaization method.
The former method is good at recognition, but is not very fast.
The latter method is not very good at recognition but it is
suitable for an IMAP parallel image-processing board; hence,
it can be fast.
In both implementations,
the above-mentioned advantages have been confirmed by performing outdoor
experiments.