com.intel.analytics.bigdl.dataset.image
Convert a byte record to BGR image. The format is, first 4 bytes is width, the next 4 bytes is height, and the last is pixels coming with BGR order.
Apply this transformer to rdd
Convert a byte record to BGR image. The format is, first 4 bytes is width, the next 4 bytes is height, and the last is pixels coming with BGR order.