public class SurfacesDetector
extends Object
Helper functions for surface detection in Imaris
With the use of a builder pattern, this class combines the following Imaris functions :
- DetectSurfaces
- DetectSurfaceRegionGrowing TODO: implement and explain how the builder switch or not to this function
- DetectSurfacesRegionGrowingWithUpperThreshold TODO: implement and explain how the builder switch or not to this function
The Builder is tuned to allow for an invisible switch between these functions depending on the builder methods calls
If an upper threshold is set {
calling DetectSurfacesRegionGrowingWithUpperThreshold
} else if any of the seed detection parameters is set {
calling DetectSurfaceRegionGrowing
} else {
calling DetectSurfaces
}
Authors
Nicolas Chiaruttini, nicolas.chiaruttini@epfl.ch
Olivier Burri, olivier.burri@epfl.ch
BIOP, EPFL, Jan 2020
Useful links:
file:///C:/Program%20Files/Bitplane/Imaris%20x64%209.5.1/html/xtinterface/structImaris_1_1IImageProcessing.html
file:///C:/Program%20Files/Bitplane/Imaris%20x64%209.5.1/html/xtinterface/structImaris_1_1IImageProcessing.html#a41275043bc718252958bce85f4d4561a