Beispiel #1
0
    def compute_segments(self):
        """Calls the compute_segments method from Segments.
        Requires the prior loading of both the phase and fluor images and
        the computation of the mask"""

        self.segments_manager = SegmentsManager()
        self.segments_manager.compute_segments(
            self.parameters.imageprocessingparams, self.image_manager)

        print "Segments Computation Finished"