com.intel.analytics.bigdl.dataset.image
Normalize a BGR image. The normalize is per channel. Each pixel will minus mean value of the channel. Then divide std value of the channel.
Apply this transformer to rdd
Normalize a BGR image. The normalize is per channel. Each pixel will minus mean value of the channel. Then divide std value of the channel.