public final class ConstantToArrayImageP extends Object
ArrayImg
s.
Add, subtract, multiply, and divide are implemented for ArrayImg
s
of ByteType
or DoubleType
.
Modifier and Type | Class and Description |
---|---|
static class |
ConstantToArrayImageP.AddByte
|
static class |
ConstantToArrayImageP.AddDouble
Multi-threaded version of optimized add constant for
ArrayImg s of
type DoubleType |
static class |
ConstantToArrayImageP.AddFloat
|
static class |
ConstantToArrayImageP.AddInt
|
static class |
ConstantToArrayImageP.AddLong
|
static class |
ConstantToArrayImageP.AddShort
|
static class |
ConstantToArrayImageP.AddUnsignedByte
Multi-threaded version of optimized add constant for
ArrayImg s of
type UnsignedByteType |
static class |
ConstantToArrayImageP.AddUnsignedInt
Multi-threaded version of optimized add constant for
ArrayImg s of
type UnsignedIntType |
static class |
ConstantToArrayImageP.AddUnsignedLong
Multi-threaded version of optimized add constant for
ArrayImg s of
type UnsignedLongType |
static class |
ConstantToArrayImageP.AddUnsignedShort
Multi-threaded version of optimized add constant for
ArrayImg s of
type UnsignedShortType |
static class |
ConstantToArrayImageP.DivideByte
|
static class |
ConstantToArrayImageP.DivideDouble
Multi-threaded version of optimized divide constant from
ArrayImg s of
type DoubleType |
static class |
ConstantToArrayImageP.DivideFloat
|
static class |
ConstantToArrayImageP.DivideInt
|
static class |
ConstantToArrayImageP.DivideLong
|
static class |
ConstantToArrayImageP.DivideShort
|
static class |
ConstantToArrayImageP.DivideUnsignedByte
Multi-threaded version of optimized divide constant from
ArrayImg s of
type UnsignedByteType |
static class |
ConstantToArrayImageP.DivideUnsignedInt
Multi-threaded version of optimized divide constant from
ArrayImg s of
type UnsignedIntType |
static class |
ConstantToArrayImageP.DivideUnsignedLong
Multi-threaded version of optimized divide constant from
ArrayImg s of
type UnsignedLongType |
static class |
ConstantToArrayImageP.DivideUnsignedShort
Multi-threaded version of optimized divide constant from
ArrayImg s of
type UnsignedShortType |
static class |
ConstantToArrayImageP.MultiplyByte
|
static class |
ConstantToArrayImageP.MultiplyDouble
Multi-threaded version of optimized multiply constant for
ArrayImg s of
type DoubleType |
static class |
ConstantToArrayImageP.MultiplyFloat
|
static class |
ConstantToArrayImageP.MultiplyInt
|
static class |
ConstantToArrayImageP.MultiplyLong
|
static class |
ConstantToArrayImageP.MultiplyShort
|
static class |
ConstantToArrayImageP.MultiplyUnsignedByte
Multi-threaded version of optimized multiply constant for
ArrayImg s of
type UnsignedByteType |
static class |
ConstantToArrayImageP.MultiplyUnsignedInt
Multi-threaded version of optimized multiply constant for
ArrayImg s of
type UnsignedIntType |
static class |
ConstantToArrayImageP.MultiplyUnsignedLong
Multi-threaded version of optimized multiply constant for
ArrayImg s of
type UnsignedLongType |
static class |
ConstantToArrayImageP.MultiplyUnsignedShort
Multi-threaded version of optimized multiply constant for
ArrayImg s of
type UnsignedShortType |
static class |
ConstantToArrayImageP.SubtractByte
|
static class |
ConstantToArrayImageP.SubtractDouble
Multi-threaded version of optimized subtract constant from
ArrayImg s of
type DoubleType |
static class |
ConstantToArrayImageP.SubtractFloat
|
static class |
ConstantToArrayImageP.SubtractInt
|
static class |
ConstantToArrayImageP.SubtractLong
|
static class |
ConstantToArrayImageP.SubtractShort
|
static class |
ConstantToArrayImageP.SubtractUnsignedByte
Multi-threaded version of optimized subtract constant from
ArrayImg s of
type UnsignedByteType |
static class |
ConstantToArrayImageP.SubtractUnsignedInt
Multi-threaded version of optimized subtract constant from
ArrayImg s of
type UnsignedIntType |
static class |
ConstantToArrayImageP.SubtractUnsignedLong
Multi-threaded version of optimized subtract constant from
ArrayImg s of
type UnsignedLongType |
static class |
ConstantToArrayImageP.SubtractUnsignedShort
Multi-threaded version of optimized subtract constant from
ArrayImg s of
type UnsignedShortType |
Copyright © 2014–2022 ImageJ. All rights reserved.