Multilevel CCA should accept more types as input. It currently targets UnsignedByteType, and when given a FloatType input, it throws:
Execute failed: java.lang.ClassCastException: net.imglib2.type.numeric.real.FloatType cannot be cast to net.imglib2.type.numeric.IntegerType
Multilevel CCA should accept more types as input. It currently targets
UnsignedByteType, and when given a FloatType input, it throws: