T
- Image typepublic class NormalizeImageFloat<T extends RealType<T>> extends Object implements OutputAlgorithm<FloatType>, Benchmark
Image
so that the sum of all of its pixels is equal to one
(or approximately so).Constructor and Description |
---|
NormalizeImageFloat(Image<T> imageInput) |
Modifier and Type | Method and Description |
---|---|
boolean |
checkInput() |
String |
getErrorMessage() |
long |
getProcessingTime() |
Image<FloatType> |
getResult() |
boolean |
process() |
static <T extends RealType<T>> |
sumImage(Image<T> image) |
public Image<FloatType> getResult()
getResult
in interface OutputAlgorithm<FloatType>
public boolean checkInput()
checkInput
in interface Algorithm
public String getErrorMessage()
getErrorMessage
in interface Algorithm
public long getProcessingTime()
getProcessingTime
in interface Benchmark
Copyright © 2015–2021 Fiji. All rights reserved.