Searched refs:SQUARE_CROP_MARGIN (Results 1 – 1 of 1) sorted by relevance
99 SQUARE_CROP_MARGIN = 0 # Set to aid detection of QR codes variable732 square['left'] = shape['left'] - SQUARE_CROP_MARGIN733 square['right'] = shape['right'] + SQUARE_CROP_MARGIN734 square['top'] = shape['top'] - SQUARE_CROP_MARGIN735 square['bottom'] = shape['bottom'] + SQUARE_CROP_MARGIN736 square['w'] = shape['width'] + 2*SQUARE_CROP_MARGIN737 square['h'] = shape['height'] + 2*SQUARE_CROP_MARGIN