com.intel.analytics.bigdl.dataset.image
Read BGR images from local given paths. After read the image, it will resize the shorted edge to the given scale to value and resize the other edge properly. 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 shorted edge to the given scale to value and resize the other edge properly. It will also divide the pixel value by the given normalize value.