Package | Description |
---|---|
net.imagej.ops.features.zernike.helper | |
net.imagej.types |
Modifier and Type | Method and Description |
---|---|
BigComplex |
ZernikeMoment.getZm() |
Modifier and Type | Method and Description |
---|---|
void |
ZernikeMoment.setZm(BigComplex _zm)
Set zernike moment in complex representation
|
Modifier and Type | Method and Description |
---|---|
BigComplex |
BigComplex.copy()
Creates a new BigComplex whose values are taken from this BigComplex.
|
BigComplex |
DataTypeVariableBitSignedComplexFloat.createVariable() |
BigComplex |
BigComplex.createVariable()
Creates a new BigComplex initialized to (0,0).
|
BigComplex |
DataTypeVariableBitSignedComplexFloat.getType() |
Modifier and Type | Method and Description |
---|---|
void |
BigComplex.add(BigComplex other)
Adds another BigComplex value to self.
|
void |
BigComplex.add(BigComplex a,
BigComplex b)
Set self to the result of addition between two BigComplex values.
|
double |
DataTypeVariableBitSignedComplexFloat.asDouble(BigComplex val) |
long |
DataTypeVariableBitSignedComplexFloat.asLong(BigComplex val) |
void |
DataTypeVariableBitSignedComplexFloat.cast(BigComplex val,
BigComplex dest) |
void |
DataType1BitUnsignedInteger.cast(BigComplex val,
BitType dest) |
void |
DataType8BitSignedInteger.cast(BigComplex val,
ByteType dest) |
void |
DataType128BitSignedComplexFloat.cast(BigComplex val,
ComplexDoubleType dest) |
void |
DataType64BitSignedComplexFloat.cast(BigComplex val,
ComplexFloatType dest) |
void |
DataType64BitSignedFloat.cast(BigComplex val,
DoubleType dest) |
void |
DataType32BitSignedFloat.cast(BigComplex val,
FloatType dest) |
void |
DataType32BitSignedInteger.cast(BigComplex val,
IntType dest) |
void |
DataType64BitSignedInteger.cast(BigComplex val,
LongType dest) |
void |
DataTypeBoolean.cast(BigComplex val,
NativeBoolType dest) |
void |
DataTypeVariableBitSignedFloat.cast(BigComplex val,
PreciseFixedFloatType dest) |
void |
DataType16BitSignedInteger.cast(BigComplex val,
ShortType dest) |
void |
DataType.cast(BigComplex val,
T dest)
Sets a given variable of the underlying NumericType to a value that is
closest to a given BigComplex number.
|
void |
DataTypeVariableBitSignedInteger.cast(BigComplex val,
UnboundedIntegerType dest) |
void |
DataType12BitUnsignedInteger.cast(BigComplex val,
Unsigned12BitType dest) |
void |
DataType8BitUnsignedInteger.cast(BigComplex val,
UnsignedByteType dest) |
void |
DataType32BitUnsignedInteger.cast(BigComplex val,
UnsignedIntType dest) |
void |
DataType16BitUnsignedInteger.cast(BigComplex val,
UnsignedShortType dest) |
void |
DataType1BitUnsignedInteger.cast(BitType val,
BigComplex dest) |
void |
DataType8BitSignedInteger.cast(ByteType val,
BigComplex dest) |
void |
DataType128BitSignedComplexFloat.cast(ComplexDoubleType val,
BigComplex dest) |
void |
DataType64BitSignedComplexFloat.cast(ComplexFloatType val,
BigComplex dest) |
<U extends NumericType<U>,V extends NumericType<V>> |
DefaultDataTypeService.cast(DataType<U> inputType,
U input,
DataType<V> outputType,
V output,
BigComplex tmp) |
<U extends NumericType<U>,V extends NumericType<V>> |
DataTypeService.cast(DataType<U> inputType,
U input,
DataType<V> outputType,
V output,
BigComplex tmp)
Fills an output with a cast from an input given information about their
DataTypes.
|
void |
DataType64BitSignedFloat.cast(DoubleType val,
BigComplex dest) |
void |
DataType32BitSignedFloat.cast(FloatType val,
BigComplex dest) |
void |
DataType32BitSignedInteger.cast(IntType val,
BigComplex dest) |
void |
DataType64BitSignedInteger.cast(LongType val,
BigComplex dest) |
void |
DataTypeBoolean.cast(NativeBoolType val,
BigComplex dest) |
void |
DataTypeVariableBitSignedFloat.cast(PreciseFixedFloatType val,
BigComplex dest) |
void |
DataType16BitSignedInteger.cast(ShortType val,
BigComplex dest) |
void |
DataType.cast(T val,
BigComplex dest)
Sets a BigComplex representation from a given variable of the underlying
NumericType.
|
void |
DataTypeVariableBitSignedInteger.cast(UnboundedIntegerType val,
BigComplex dest) |
void |
DataType12BitUnsignedInteger.cast(Unsigned12BitType val,
BigComplex dest) |
void |
DataType8BitUnsignedInteger.cast(UnsignedByteType val,
BigComplex dest) |
void |
DataType32BitUnsignedInteger.cast(UnsignedIntType val,
BigComplex dest) |
void |
DataType16BitUnsignedInteger.cast(UnsignedShortType val,
BigComplex dest) |
void |
BigComplex.div(BigComplex other)
Divides self by another BigComplex value.
|
void |
BigComplex.div(BigComplex a,
BigComplex b)
Set self to the result of division between two BigComplex values.
|
void |
DataTypeVariableBitSignedComplexFloat.lowerBound(BigComplex dest) |
void |
BigComplex.mul(BigComplex other)
Multiplies another BigComplex value with self.
|
void |
BigComplex.mul(BigComplex a,
BigComplex b)
Set self to the result of multiplication between two BigComplex values.
|
void |
BigComplex.pow(BigComplex c) |
void |
BigComplex.set(BigComplex other)
Sets the real and imaginary components of this BigComplex to match those of
another.
|
void |
DataTypeVariableBitSignedComplexFloat.setDouble(BigComplex val,
double v) |
void |
DataTypeVariableBitSignedComplexFloat.setLong(BigComplex val,
long v) |
void |
BigComplex.sub(BigComplex other)
Subtracts another BigComplex value from self.
|
void |
BigComplex.sub(BigComplex a,
BigComplex b)
Set self to the result of subtraction between two BigComplex values.
|
void |
DataTypeVariableBitSignedComplexFloat.upperBound(BigComplex dest) |
boolean |
BigComplex.valueEquals(BigComplex t) |
Copyright © 2014–2022 ImageJ. All rights reserved.