PRTools contents |
HIGHWAY
A = HIGHWAY(N)
The HIGHWAY database consist of 100 observations of a highway situation made from the same position. Every observation is given by 6 images
1. Red 2. Green 3. Blue 4. A feature value for every pixel, being the mean of the 20 gray values of that pixel in the 20 most recent video frames minus its present gray
value.
5. A feature value for every pixel, being the standard dev. of the 20 gray values of that pixel in the 20 most recent video frames.
6. A hand labeled image of vehicles.
The images have a size of 288*384 = 110592 pixels. N should be a vector pointing to the desired set of images per observation. Consequently A has a size of 100 observations x (110592*length(N)) features.
Default N: load all 6 images per observation.
This database has been made available by Jasper van Huis and Jan Baan of the Dutch TNO organisation for Industry and Technology
PRTools contents |