FFT
instead@Deprecated public class Bandpass<T extends NumericType<T>> extends Object implements OutputAlgorithm<RandomAccessibleInterval<T>>, Benchmark
Constructor and Description |
---|
Bandpass(Img<T> img,
int beginRadius,
int endRadius)
Deprecated.
|
Bandpass(RandomAccessibleInterval<T> input,
int beginRadius,
int endRadius,
ImgFactory<T> imgFactory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
checkInput()
Deprecated.
|
int |
getBeginBandPassRadius()
Deprecated.
|
int |
getEndBandPassRadius()
Deprecated.
|
String |
getErrorMessage()
Deprecated.
|
boolean |
getInPlace()
Deprecated.
|
RandomAccessibleInterval<T> |
getInput()
Deprecated.
|
long[] |
getOrigin()
Deprecated.
|
long |
getProcessingTime()
Deprecated.
|
RandomAccessibleInterval<T> |
getResult()
Deprecated.
|
boolean |
process()
Deprecated.
|
void |
setBandPass(boolean bandPass)
Deprecated.
|
void |
setBandPassRadius(int beginRadius,
int endRadius)
Deprecated.
|
void |
setImage(RandomAccessibleInterval<T> img)
Deprecated.
|
void |
setInPlace(boolean inPlace)
Deprecated.
|
void |
setOrigin(long[] position)
Deprecated.
|
public Bandpass(RandomAccessibleInterval<T> input, int beginRadius, int endRadius, ImgFactory<T> imgFactory)
public void setImage(RandomAccessibleInterval<T> img)
public void setInPlace(boolean inPlace)
public void setBandPass(boolean bandPass)
public void setOrigin(long[] position)
public void setBandPassRadius(int beginRadius, int endRadius)
public RandomAccessibleInterval<T> getInput()
public boolean getInPlace()
public int getBeginBandPassRadius()
public int getEndBandPassRadius()
public long[] getOrigin()
public RandomAccessibleInterval<T> getResult()
getResult
in interface OutputAlgorithm<RandomAccessibleInterval<T extends NumericType<T>>>
public long getProcessingTime()
getProcessingTime
in interface Benchmark
public boolean checkInput()
checkInput
in interface Algorithm
public String getErrorMessage()
getErrorMessage
in interface Algorithm
Copyright © 2015–2022 ImgLib2. All rights reserved.