Exemple #1
0
 def debug(self, window_title="Area Factory"):
     areas = list(
         self.find_areas())  # todo why casting to list is required?
     Plotter.outline_rectangles(self.img, areas, window_title=window_title)
Exemple #2
0
 def debug(self, window_title="Area Factory"):
     areas = list(self.find_areas())  # todo why casting to list is required?
     Plotter.outline_rectangles(self.img, areas, window_title=window_title)
Exemple #3
0
 def debug(self, window_title="Image"):
     Plotter.outline_rectangles(self.ndarray, [self.coord], [], window_title, self.latest_projection)