Learn R Programming

DEM (version 0.0.0.2)

Skin: Skin segmentation

Description

The skin segmentation data

Usage

data("Skin")

Arguments

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.

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

Run this code
# NOT RUN {
data(Skin)
## maybe str(Skin) ; plot(Skin) ...
# }

Run the code above in your browser using DataLab