FrameManualCorrection: Module to create manual correction frame

PRLEC Framework for OCT Processing and Visualization

OCT_GUI.GUI_Classes.FrameManualCorrection.createManualCorrectionFrame(self)[source]

Creation of Frame for manual refinement.

This is the basic module for correction integration. If a new layer is added, add the abbreviation to the option menu at the bottom (search: IntegrateOption). Furthermore, Algorithms -> ManualCorrection add a module GraphCutxxx for the specific layer and add a call to propagate this where ‘IntegratePropagation’ is commented. You will also have to add a Layer segmentation value at line 33 and add segmentations where the comment ‘IntegrateLayerVariable’ are located.

self: object
Framework