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. Protected

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  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 decodePng[T](contents: Output[String], numChannels: Int = 0, name: String = "DecodePng")(implicit arg0: UByteDefault[T], arg1: core.types.TF[T], arg2: IsUByteOrUShort[T]): Output[T]
    Definition Classes
    Image
  8. def drawBoundingBoxes[T](images: Output[T], boxes: Output[Float], name: String = "DrawBoundingBoxes")(implicit arg0: FloatDefault[T], arg1: core.types.TF[T], arg2: IsHalfOrFloat[T]): Output[T]
    Definition Classes
    Image
  9. 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
  10. def encodePng[T](image: Output[T], compression: Int = -1, name: String = "EncodePng")(implicit arg0: UByteDefault[T], arg1: core.types.TF[T], arg2: IsUByteOrUShort[T]): Output[String]
    Definition Classes
    Image
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. 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
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. 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
  21. 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
  22. 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
  23. 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
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. object DCTMethod
  30. object DensityUnit
  31. object ImageFormat

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Image

Inherited from AnyRef

Inherited from Any

Ungrouped