Commit eb98e1dd authored by Adam Paquette's avatar Adam Paquette
Browse files

Removed print from edge.

parent 706d79e0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -333,7 +333,6 @@ class Edge(dict, MutableMapping):
            except:
                warnings.warn('Template-Search size mismatch, failing for this correspondence point.')

        print(self.subpixel)
        # Compute the mask for correlations less than the threshold
        threshold_mask = self.subpixel['correlation'] >= threshold