Uses of Class
org.scijava.ops.image.util.BigComplex
-
Packages that use BigComplex Package Description org.scijava.ops.image.features.zernike org.scijava.ops.image.util -
-
Uses of BigComplex in org.scijava.ops.image.features.zernike
Methods in org.scijava.ops.image.features.zernike that return BigComplex Modifier and Type Method Description BigComplexZernikeMoment. getZm()Methods in org.scijava.ops.image.features.zernike with parameters of type BigComplex Modifier and Type Method Description voidZernikeMoment. setZm(BigComplex _zm)Set zernike moment in complex representation -
Uses of BigComplex in org.scijava.ops.image.util
Methods in org.scijava.ops.image.util that return BigComplex Modifier and Type Method Description BigComplexBigComplex. copy()Creates a new BigComplex whose values are taken from this BigComplex.BigComplexBigComplex. createVariable()Creates a new BigComplex initialized to (0,0).Methods in org.scijava.ops.image.util with parameters of type BigComplex Modifier and Type Method Description voidBigComplex. add(BigComplex other)Adds another BigComplex value to self.voidBigComplex. add(BigComplex a, BigComplex b)Set self to the result of addition between two BigComplex values.voidBigComplex. div(BigComplex other)Divides self by another BigComplex value.voidBigComplex. div(BigComplex a, BigComplex b)Set self to the result of division between two BigComplex values.voidBigComplex. mul(BigComplex other)Multiplies another BigComplex value with self.voidBigComplex. mul(BigComplex a, BigComplex b)Set self to the result of multiplication between two BigComplex values.voidBigComplex. pow(BigComplex c)voidBigComplex. set(BigComplex other)Sets the real and imaginary components of this BigComplex to match those of another.voidBigComplex. sub(BigComplex other)Subtracts another BigComplex value from self.voidBigComplex. sub(BigComplex a, BigComplex b)Set self to the result of subtraction between two BigComplex values.booleanBigComplex. valueEquals(BigComplex t)
-