Vehicle2 {dawai} | R Documentation |
Vehicle Silhouettes 2
Description
The purpose is to classify a given silhouette as one of four types of vehicle, using a set of features extracted from the silhouette. The vehicle may be viewed from one of many different angles. The features were extracted from the silhouettes by the HIPS (Hierarchical Image Processing System) extension BINATTS, which extracts a combination of scale independent features utilising both classical moments based measures such as scaled variance, skewness and kurtosis about the major/minor axes and heuristic measures such as hollows, circularity, rectangularity and compactness.
Four "Corgie" model vehicles were used for the experiment: a double decker bus, Cheverolet van, Saab 9000 and an Opel Manta 400. This particular combination of vehicles was chosen with the expectation that the bus, van and either one of the cars would be readily distinguishable, but it would be more difficult to distinguish between the cars.
Usage
data(Vehicle2)
Format
A data frame with 846 observations on 4 variables, all numerical and one nominal defining the class of the objects.
[,1] | Skew.maxis | Skewness about minor axis |
[,2] | Kurt.Maxis | Kurtosis about major axis |
[,3] | Holl.Ra | Hollows ratio: (area of hollows)/(area of bounding polygon) |
[,4] | Sc.Var.maxis | Scaled variance along minor axis: (2nd order moment about minor axis)/area |
[,5] | Class | Type |
Source
Creator: Drs.Pete Mowforth and Barry Shepherd, Turing Institute, Glasgow, Scotland.
These data have been taken from the UCI Repository Of Machine Learning Databases at
and were converted to R format by Evgenia Dimitriadou.
References
Turing Institute Research Memorandum TIRM-87-018 "Vehicle Recognition Using Rule Based Methods" by Siebert, JP (March 1987).
Newman, D.J. & Hettich, S. & Blake, C.L. & Merz, C.J. (1998). UCI Repository of machine learning databases [http://www.ics.uci.edu/~mlearn/MLRepository.html]. Irvine, CA: University of California, Department of Information and Computer Science.
Examples
data(Vehicle2)
summary(Vehicle2)