scalismo.color

package scalismo.color

Members list

Type members

Classlikes

vector space operations for a pixel type, necessary for filtering

vector space operations for a pixel type, necessary for filtering

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object RGBOperations.type
object RGBAOperations.type

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
case class RGB(r: Double, g: Double, b: Double)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RGB

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
RGB.type
case class RGBA(r: Double, g: Double, b: Double, a: Double)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RGBA

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
RGBA.type