object Image extends Image
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Image
- Image
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait DCTMethod extends AnyRef
- sealed trait DensityUnit extends AnyRef
- sealed trait ImageFormat extends AnyRef
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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
-
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
-
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
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object DCTMethod
- object DensityUnit
- object ImageFormat