public class WeightNormalizer extends Object
Constructor and Description |
---|
WeightNormalizer(List<RandomAccessibleInterval<FloatType>> weights) |
WeightNormalizer(List<RandomAccessibleInterval<FloatType>> weights,
ImgFactory<FloatType> factory) |
Modifier and Type | Method and Description |
---|---|
double |
getAvgOverlappingViews() |
int |
getMinOverlappingViews() |
Img<FloatType> |
getSumWeights() |
static void |
main(String[] args) |
boolean |
process() |
public WeightNormalizer(List<RandomAccessibleInterval<FloatType>> weights)
public WeightNormalizer(List<RandomAccessibleInterval<FloatType>> weights, ImgFactory<FloatType> factory)
Copyright © 2015–2021 Fiji. All rights reserved.