Skin {DEM}R Documentation

Skin segmentation

Description

The skin segmentation data

Usage

data("Skin")

Format

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

Details

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.

Source

The skin segmentation data set is from the UCI database.

References

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.

Examples

data(Skin)
## maybe str(Skin) ; plot(Skin) ...

[Package DEM version 0.0.0.2 Index]