com.intel.analytics.bigdl.dataset.image
Read BGR images from local given paths. After read the image, it will resize the images to the given width and height. Besides, it will also divide the pixel value by the given normalize value.
Apply this transformer to rdd
Read BGR images from local given paths. After read the image, it will resize the images to the given width and height. Besides, it will also divide the pixel value by the given normalize value.