BruchsSegmentation: Module for Approximating Bruch’s Membrane¶
PRLEC Framework for OCT Processing and Visualization
-
OCT_GUI.Algorithms.AutomaticSegmentation.BruchsSegmentation.
bruchs_algorithm
(segmentation, dictParameters)[source]¶ Helper to approximate Bruch’s membrane based on RPE
Parameters: - segmentation: ndarray
the underlying segmentation
- dictParameters: dictionary
Parameters from parameters.txt (here: BM_VALUE and RPE_VALUE)
Returns: - result: ndarray
the resulting segmentation
-
OCT_GUI.Algorithms.AutomaticSegmentation.BruchsSegmentation.
calculate_bruchs
(segmentation, dictParameters)[source]¶ Approximate Bruch’s membrane based on RPE
Parameters: - segmentation: ndarray
the underlying segmentation
- dictParameters: dictionary
Parameters from parameters.txt (here: BM_VALUE and RPE_VALUE)
Returns: - result: ndarray
the resulting segmentation