ImagePreprocessor

scalismo.statisticalmodel.asm.ImagePreprocessor

An image preprocessor takes a discrete scalar image, performs any required preprocessing, and returns a PreprocessedImage which will serve as input to a FeatureExtractor.

When implementing a custom preprocessor, make sure to define and register an accompanying IO Handler.

Attributes

See also:

ImagePreprocessorIOHandler

ImagePreprocessorIOHandlers

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Inherited methods

def andThen[A](g: PreprocessedImage => A): T1 => A

Attributes

Inherited from:
Function1
def apply(v1: DiscreteImage[_3D, Float]): R

Attributes

Inherited from:
Function1
def compose[A](g: A => DiscreteImage[_3D, Float]): A => R

Attributes

Inherited from:
Function1

Attributes

Inherited from:
HasIOMetadata
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1