Packages

object Image extends Image

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Image
  2. Image
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait DCTMethod extends AnyRef
  2. sealed trait DensityUnit extends AnyRef
  3. sealed trait ImageFormat extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def decodeJpeg(contents: Output[String], numChannels: Int = 0, ratio: Int = 1, fancyUpscaling: Boolean = true, tryRecoverTruncated: Boolean = false, acceptableFraction: Float = 1, dctMethod: DCTMethod = DCTMethod.SystemDefault, name: String = "DecodeJpeg"): Output[core.types.UByte]
    Definition Classes
    Image
  7. def encodeJpeg(image: Output[core.types.UByte], format: ImageFormat = ImageFormat.Default, quality: Int = 95, progressive: Boolean = false, optimizeSize: Boolean = false, chromaDownsampling: Boolean = true, densityUnit: DensityUnit = DensityUnit.Inch, xDensity: Int = 300, yDensity: Int = 300, xmpMetadata: String = "", name: String = "EncodeJpeg"): Output[String]
    Definition Classes
    Image
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def extractImagePatches[T](images: Output[T], slidingWindowSizes: Seq[Int], strides: Seq[Int], rates: Seq[Int], name: String = "ExtractImagePatches")(implicit arg0: core.types.TF[T], arg1: core.types.IsReal[T]): Output[T]
    Definition Classes
    Image
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def resizeArea[T](images: Output[T], size: Output[Int], alignCorners: Boolean = false, name: String = "ResizeArea")(implicit arg0: core.types.TF[T], arg1: core.types.IsReal[T]): Output[Float]
    Definition Classes
    Image
  19. def resizeBicubic[T](images: Output[T], size: Output[Int], alignCorners: Boolean = false, name: String = "ResizeBicubic")(implicit arg0: core.types.TF[T], arg1: core.types.IsReal[T]): Output[Float]
    Definition Classes
    Image
  20. def resizeBilinear[T](images: Output[T], size: Output[Int], alignCorners: Boolean = false, name: String = "ResizeBilinear")(implicit arg0: core.types.TF[T], arg1: core.types.IsReal[T]): Output[Float]
    Definition Classes
    Image
  21. def resizeNearestNeighbor[T](images: Output[T], size: Output[Int], alignCorners: Boolean = false, name: String = "ResizeNearestNeighbor")(implicit arg0: core.types.TF[T], arg1: core.types.IsReal[T]): Output[T]
    Definition Classes
    Image
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  27. object DCTMethod
  28. object DensityUnit
  29. object ImageFormat

Inherited from Image

Inherited from AnyRef

Inherited from Any

Ungrouped