Commit 9fcb5b27 authored by jay's avatar jay
Browse files

Updates for docos - x,y swap

parent afadd7b8
Loading
Loading
Loading
Loading
+1 −1
Changes for autocnet/matcher/subpixel.py: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ def clip_roi(img, center, img_size):
          argument in the form [xstart, ystart, xstop, ystop]

    center : tuple
             (y,x) coordinates to center the roi
             (x,y) coordinates to center the roi

    img_size : int
               Odd, total image size