# NOT RUN {
library(raster)
## Load example data
data(rlogo)
## Normalization: Center and Scale
rlogo_center_norm <- normImage(rlogo)
hist(rlogo_center_norm)
## Centering
rlogo_center <- normImage(rlogo, norm = FALSE)
# }
Run the code above in your browser using DataLab