[openCV] rows, cols< SHRT_MAX in function 'remap' 에러 해결
2020.02.06
오랜만에 스티칭을 하고 있습니다. 150장 정도를 평면에 스티칭하다보니 이러한 이러가 나더라구요. --------------------------------------------------------------------------- error Traceback (most recent call last) in 23 H = np.asarray(frames[i]['homography']) 24 ---> 25 comp, comp_H = stitch(comp, img_2, H) #*comp_H 26 comp = trim(comp) 27 in stitch(img_1, img_2, H) 61 print('i2:', img_2.shape) 62 ---> 63 warped = cv2.warpPerspective(img..