Anustup commited on
Commit
a9e774e
·
verified ·
1 Parent(s): 9be9790

Update create_print_layover.py

Browse files
Files changed (1) hide show
  1. create_print_layover.py +1 -1
create_print_layover.py CHANGED
@@ -171,7 +171,7 @@ def control_texture(texture_image, direction, overlap, width, height):
171
  import cv2
172
  color_extract(texture_image, width, height)
173
  create_image_with_feather_tile(texture_image, width, height, overlap)
174
- img1 = cv2.imread(''color_image.jpg')
175
  img2 = cv2.imread('tiled_image.png')
176
  control_tile_image = stitch_images_with_control(img1,
177
  img2, overlap, direction)
 
171
  import cv2
172
  color_extract(texture_image, width, height)
173
  create_image_with_feather_tile(texture_image, width, height, overlap)
174
+ img1 = cv2.imread('color_image.jpg')
175
  img2 = cv2.imread('tiled_image.png')
176
  control_tile_image = stitch_images_with_control(img1,
177
  img2, overlap, direction)