Object

scalismo.faces.image

PixelImageDifferential

Related Doc: package image

Permalink

object PixelImageDifferential

basic differential operations on PixelImage[A], not specialized, need ColorSpaceOperations[A]

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PixelImageDifferential
  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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def div[A](f: PixelImage[(A, A)])(implicit arg0: ClassTag[A], ops: ColorSpaceOperations[A]): PixelImage[A]

    Permalink

    divergence div(f), (A, A) contains (x, y) components of vector field f

  7. def div[A](x: PixelImage[A], y: PixelImage[A])(implicit arg0: ClassTag[A], ops: ColorSpaceOperations[A]): PixelImage[A]

    Permalink

    divergence div(f), expects separate images for x and y components of f

  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  11. def gradX[A](image: PixelImage[A])(implicit arg0: ClassTag[A], ops: ColorSpaceOperations[A]): PixelImage[A]

    Permalink

    gradient, x direction, central finite difference

  12. def gradXm[A](image: PixelImage[A])(implicit arg0: ClassTag[A], ops: ColorSpaceOperations[A]): PixelImage[A]

    Permalink

    gradient, x direction, negative direction finite difference

  13. def gradXp[A](image: PixelImage[A])(implicit arg0: ClassTag[A], ops: ColorSpaceOperations[A]): PixelImage[A]

    Permalink

    gradient, x direction, positive direction finite difference

  14. def gradY[A](image: PixelImage[A])(implicit arg0: ClassTag[A], ops: ColorSpaceOperations[A]): PixelImage[A]

    Permalink

    gradient, y direction, central finite difference

  15. def gradYm[A](image: PixelImage[A])(implicit arg0: ClassTag[A], ops: ColorSpaceOperations[A]): PixelImage[A]

    Permalink

    gradient, y direction, negative direction finite difference

  16. def gradYp[A](image: PixelImage[A])(implicit arg0: ClassTag[A], ops: ColorSpaceOperations[A]): PixelImage[A]

    Permalink

    gradient, y direction, positive direction finite difference

  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def laplace4NN[A](image: PixelImage[A], dx: Double = 1.0)(implicit arg0: ClassTag[A], ops: ColorSpaceOperations[A]): PixelImage[A]

    Permalink
  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. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. 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