Schema for the image column: Row(String, Int, Int, Int, Array[Byte])
Returns the OCV type (int) of the passed-in image
Check if the dataframe column contains images (i.e.
Check if the dataframe column contains images (i.e. has imageSchema)
Takes a Java BufferedImage and returns a Row Image (spImage).
Takes a Java BufferedImage and returns a Row Image (spImage).
Java BufferedImage.
Row image in spark.ml.image format with channels in BGR(A) order.