Field

scalismo.common.Field$
See theField companion trait
object Field

Utility functions to create and manipulate images

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Field.type

Members list

Value members

Concrete methods

def apply[D, A](dom: Domain[D], fun: Point[D] => A): Field[D, A]
def lift[D, A](fl: A => A): Field[D, A] => Field[D, A]

Lifts a function between pixel values such that it acts on image intensities. This is useful to write functions that manipulate the image intensities.

Lifts a function between pixel values such that it acts on image intensities. This is useful to write functions that manipulate the image intensities.

Attributes