Object/Class

scalismo.faces.image

PixelImage

Related Docs: class PixelImage | package image

Permalink

object PixelImage

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply[A](domain: PixelImageDomain, data: IndexedSeq[A])(implicit arg0: ClassTag[A]): PixelImage[A]

    Permalink

    create a PixelImage with given data

  5. def apply[A](domain: PixelImageDomain, data: Array[A])(implicit arg0: ClassTag[A]): PixelImage[A]

    Permalink

    create a PixelImage with given data

  6. def apply[A](width: Int, height: Int, f: (Int, Int) ⇒ A, accessMode: AccessMode[A])(implicit arg0: ClassTag[A]): PixelImage[A]

    Permalink

    create a PixelImage from a function (creates buffered ArrayImage), default domain

  7. def apply[A](width: Int, height: Int, f: (Int, Int) ⇒ A)(implicit arg0: ClassTag[A]): PixelImage[A]

    Permalink

    create a PixelImage from a function (creates buffered ArrayImage), default domain

  8. def apply[A](domain: PixelImageDomain, f: (Int, Int) ⇒ A, accessMode: AccessMode[A])(implicit arg0: ClassTag[A]): PixelImage[A]

    Permalink

    create a PixelImage from a function (creates buffered ArrayImage)

  9. def apply[A](domain: PixelImageDomain, f: (Int, Int) ⇒ A)(implicit arg0: ClassTag[A]): PixelImage[A]

    Permalink

    create a PixelImage from a function (creates buffered ArrayImage)

  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def fromTemplate[A](image: PixelImage[A], width: Int, height: Int, f: (Int, Int) ⇒ A)(implicit arg0: ClassTag[A]): PixelImage[A]

    Permalink

    create an image from a template, preserves accessMode and concrete image type

  15. def fromTemplate[A](image: PixelImage[A], f: (Int, Int) ⇒ A)(implicit arg0: ClassTag[A]): PixelImage[A]

    Permalink

    create a PixelImage on the basis of an existing image, preserves domain and access mode

  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. object implicits

    Permalink

    implicitly added image operators if ColorSpaceOperations are available

  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. def view[A](domain: PixelImageDomain, f: (Int, Int) ⇒ A): PixelImage[A]

    Permalink

    create image view (lazy image) with domain

  26. def view[A](width: Int, height: Int, f: (Int, Int) ⇒ A): PixelImage[A]

    Permalink

    create image view (lazy image) with default domain

  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped