| Class | Description |
|---|---|
| ProcessFusion | |
| ProcessIndependent |
Fused individual images for each input stack, uses the exporter directly
|
| ProcessIndependentPortion<T extends RealType<T>> |
Fuse one portion of a paralell fusion, supports no weights
|
| ProcessParalell | |
| ProcessParalellPortion<T extends RealType<T>> |
Fuse one portion of a paralell fusion, supports no weights
|
| ProcessParalellPortionWeight<T extends RealType<T>> |
Fuse one portion of a paralell fusion, supports one weight function
|
| ProcessParalellPortionWeights<T extends RealType<T>> |
Fuse one portion of a paralell fusion, supports many weight functions
|
| ProcessSequential | |
| ProcessSequentialPortion<T extends RealType<T>> |
Fuse one portion of a sequential fusion, supports no weights
This is basically identical to the parallel fusion except it does store the weights
|
| ProcessSequentialPortionWeight<T extends RealType<T>> |
Fuse one portion of a sequential fusion, supports one weight function
This is basically identical to the parallel fusion except it does store the weights
|
| ProcessSequentialPortionWeights<T extends RealType<T>> |
Fuse one portion of a paralell fusion, supports many weight functions
|
| WeightedAverageFusion |
| Enum | Description |
|---|---|
| WeightedAverageFusion.WeightedAvgFusionType |
Copyright © 2015–2021 Fiji. All rights reserved.