Package net.imglib2.converter
Class ComplexPowerGLogFloatConverter<R extends ComplexType<R>>
- java.lang.Object
-
- net.imglib2.converter.ComplexPowerGLogFloatConverter<R>
-
public class ComplexPowerGLogFloatConverter<R extends ComplexType<R>> extends java.lang.Object implements Converter<R,FloatType>
Computes the generalized log of the power spectrum for a complex value- Author:
- Stephan Preibisch
-
-
Constructor Summary
Constructors Constructor Description ComplexPowerGLogFloatConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
convert(R input, FloatType output)
-