object ImageSchema
Defines the image schema and methods to read and manipulate images.
- Annotations
- @Since("2.3.0")
- Source
- ImageSchema.scala
- Alphabetic
- By Inheritance
- ImageSchema
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
-   final  def !=(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def ##: Int- Definition Classes
- AnyRef → Any
 
-   final  def ==(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
-    val columnSchema: StructTypeSchema for the image column: Row(String, Int, Int, Int, Int, Array[Byte]) 
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-    def equals(arg0: AnyRef): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
 
-    def getData(row: Row): Array[Byte]Gets the image data Gets the image data - returns
- The image data 
 
-    def getHeight(row: Row): IntGets the height of the image Gets the height of the image - returns
- The height of the image 
 
-    def getMode(row: Row): IntGets the OpenCV representation as an int Gets the OpenCV representation as an int - returns
- The OpenCV representation as an int 
 
-    def getNChannels(row: Row): IntGets the number of channels in the image Gets the number of channels in the image - returns
- The number of channels in the image 
 
-    def getOrigin(row: Row): StringGets the origin of the image Gets the origin of the image - returns
- The origin of the image 
 
-    def getWidth(row: Row): IntGets the width of the image Gets the width of the image - returns
- The width of the image 
 
-    def hashCode(): Int- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
 
-  val imageFields: Array[String]
-    val imageSchema: StructTypeDataFrame with a single column of images named "image" (nullable) 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-    val javaOcvTypes: Map[String, Int](Java-specific) OpenCV type mapping supported 
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
 
-    val ocvTypes: Map[String, Int](Scala-specific) OpenCV type mapping supported 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-    def toString(): String- Definition Classes
- AnyRef → Any
 
-  val undefinedImageType: String
-   final  def wait(arg0: Long, arg1: Int): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
 
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
Deprecated Value Members
-    def finalize(): Unit- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- (Since version 9)