This object will load the openCV binaries when the object is referenced for the first time, subsequent references will not re-load the binaries.
This object will load the openCV binaries when the object is referenced for the first time, subsequent references will not re-load the binaries. In spark, this loads one copy for each running jvm, instead of once per partition. This technique is similar to that used by the cntk_jni jar, but in the case where microsoft cannot edit the jar
Convert the image from compressd (jpeg, etc.) into OpenCV representation and store it in Row See ImageSchema for details.
Convert the image from compressd (jpeg, etc.) into OpenCV representation and store it in Row See ImageSchema for details.
arbitrary string
image bytes (for example, jpeg)
returns None if decompression fails
Read the directory of images from the local or remote source
Read the directory of images from the local or remote source
Path to the image directory
Recursive search flag
DataFrame with a single column of "images", see "columnSchema" for details
Read the directory of image files from the local or remote source
Read the directory of image files from the local or remote source
Path to the directory
DataFrame with a single column of "imageFiles", see "columnSchema" for details