Exemple #1
0
 def correction_matrix_masked(self, x, y, mask):
     return image.calculate_correction_matrix_masked(
         self.obj.surface.surface,
         mask,
         self.matrix,
         x, y
     )
Exemple #2
0
    def correction_matrix_masked(self, x, y, mask):
        assert(not self.obj.ignored)

        return image.calculate_correction_matrix_masked(
            self.obj.surface.surface,
            mask,
            self.matrix,
            x, y
        )
Exemple #3
0
    def correction_matrix_masked(self, x, y, mask):
        assert(not self.obj.ignored)

        return image.calculate_correction_matrix_masked(
            self.obj.surface.surface,
            mask,
            self.matrix,
            x, y
        )