Uses of Interface
net.imglib2.type.operators.ValueEquals
-
-
Uses of ValueEquals in net.imglib2.test
Methods in net.imglib2.test with type parameters of type ValueEquals Modifier and Type Method Description static <A extends ValueEquals<B>,B>
voidImgLib2Assert. assertImageEquals(RandomAccessibleInterval<? extends A> expected, RandomAccessibleInterval<? extends B> actual)Throws an AssertionError, if the content or intervals of the two images differ. -
Uses of ValueEquals in net.imglib2.type
Subinterfaces of ValueEquals in net.imglib2.type Modifier and Type Interface Description interfaceBasePairType<T extends BasePairType<T>>TODOinterfaceBooleanType<T extends BooleanType<T>>TODOinterfaceNativeType<T extends NativeType<T>>ANativeTypeis aTypethat that provides access to data stored in Java primitive arrays.interfaceType<T extends Type<T>>TheTypeinterface is responsible for accessing and manipulating (pixel) values.Classes in net.imglib2.type that implement ValueEquals Modifier and Type Class Description classAbstractBit64Type<T extends AbstractBit64Type<T>>ATypewith arbitrary bit depth up to maximum 64 bits.classAbstractBitType<T extends AbstractBitType<T>>Provides basic infrastructure to implement Types based on single bits stored in a LongAccessclassAbstractNativeType<T extends AbstractNativeType<T>>TODO -
Uses of ValueEquals in net.imglib2.type.label
Classes in net.imglib2.type.label that implement ValueEquals Modifier and Type Class Description classBasePairBitTypeRepresentation of base pairs using 3 bits per entry, supported characters: gap, N, A, T, G, C, U Bases are handled using theBasePairBitType.Baseenumeration.classBasePairCharTypeRepresentation of base pairs using one char per entry, supported characters: gap, N, A, T, G, C, U Bases are handled using theBasePairBitType.Baseenumeration. -
Uses of ValueEquals in net.imglib2.type.logic
Classes in net.imglib2.type.logic that implement ValueEquals Modifier and Type Class Description classBitTypeTODOclassBoolTypeABooleanTypewrapping a single primitivebooleanvariable.classNativeBoolTypeNativeTypebacked byboolean. -
Uses of ValueEquals in net.imglib2.type.numeric
Subinterfaces of ValueEquals in net.imglib2.type.numeric Modifier and Type Interface Description interfaceComplexType<T extends ComplexType<T>>TODOinterfaceIntegerType<T extends IntegerType<T>>TODOinterfaceNumericType<T extends NumericType<T>>TODOinterfaceRealType<T extends RealType<T>>TODOClasses in net.imglib2.type.numeric that implement ValueEquals Modifier and Type Class Description classAbstractARGBDoubleType<T extends AbstractARGBDoubleType<T>>classARGBDoubleTypeclassARGBTypeAnativeNumericTypethat encodes four channels at unsigned byte precision into one 32bit signed integer which is the format used in most display oriented image processing libraries such as AWT or ImageJ.classNativeARGBDoubleType -
Uses of ValueEquals in net.imglib2.type.numeric.complex
Classes in net.imglib2.type.numeric.complex that implement ValueEquals Modifier and Type Class Description classAbstractComplexType<T extends AbstractComplexType<T>>TODOclassComplexDoubleTypeTODOclassComplexFloatTypeTODO -
Uses of ValueEquals in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer that implement ValueEquals Modifier and Type Class Description classAbstractIntegerBitType<T extends AbstractIntegerBitType<T>>The performance of this type is traded off for the gain in memory storage.classAbstractIntegerType<T extends AbstractIntegerType<T>>TODOclassByteTypeTODOclassGenericByteType<T extends GenericByteType<T>>TODOclassGenericIntType<T extends GenericIntType<T>>TODOclassGenericLongType<T extends GenericLongType<T>>Abstract superclass for Long types.classGenericShortType<T extends GenericShortType<T>>Abstract base class fornativeIntegerTypes that encode their value into a 16bit short.classIntTypeTODOclassLongTypeTODOclassShortTypeTODOclassUnsigned128BitTypeATypewith a bit depth of 128.classUnsigned12BitTypeA 12-bitTypewhose data is stored in aLongAccess.classUnsigned2BitTypeATypewith a bit depth of 2.classUnsigned4BitTypeATypewith a bit depth of 4.classUnsignedByteTypeTODOclassUnsignedIntTypeTODOclassUnsignedLongTypeTODOclassUnsignedShortTypeTODOclassUnsignedVariableBitLengthTypeATypewith arbitrary bit depth up to maximum 64 bits. -
Uses of ValueEquals in net.imglib2.type.numeric.real
Classes in net.imglib2.type.numeric.real that implement ValueEquals Modifier and Type Class Description classAbstractRealType<T extends AbstractRealType<T>>TODOclassDoubleTypeTODOclassFloatTypeTODO -
Uses of ValueEquals in net.imglib2.type.volatiles
-
Uses of ValueEquals in net.imglib2.util
Methods in net.imglib2.util with type parameters of type ValueEquals Modifier and Type Method Description static <T extends ValueEquals<U>,U>
booleanUtil. imagesEqual(RandomAccessibleInterval<? extends T> a, RandomAccessibleInterval<? extends U> b)Checks if both images have equal intervals and content.static <T extends ValueEquals<T>>
booleanUtil. valueEqualsObject(T a, java.lang.Object b)This method should be used in implementations ofValueEquals, to overrideObject.equals(Object). -
Uses of ValueEquals in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement ValueEquals Modifier and Type Class Description classAbstractNumericComposite<T extends NumericType<T>,C extends AbstractNumericComposite<T,C>>Abstract base class for a vector ofNumericTypescalars.classNumericComposite<T extends NumericType<T>>A vector ofNumericTypescalars.classRealComposite<T extends RealType<T>>A vector ofRealTypescalars.
-