Skin {DEM} | R Documentation |
The skin segmentation data
data("Skin")
A data frame with 245057 observations on the following 4 variables.
B
a numeric vector
G
a numeric vector
R
a numeric vector
C
a numeric vector
The skin segmentation data is related to skin texture in face image. The total number of samples is 245057, and the feature number is 3.
The skin segmentation data set is from the UCI database.
Rajen B. Bhatt, Gaurav Sharma, Abhinav Dhall, Santanu Chaudhury, Efficient skin region segmentation using low complexity fuzzy decision tree model, IEEE-INDICON 2009, Dec 16-18, Ahmedabad, India, pp. 1-4.
data(Skin)
## maybe str(Skin) ; plot(Skin) ...