Kishan Mishra
Results
1
comments of
Kishan Mishra
For the code: ` image = cv2.resize(img, (1800, 1800)) alpha=1.5 beta=20 new_image=cv2.addWeighted(image,alpha,np.zeros(image.shape, image.dtype),0,beta) cv2.imwrite("new",new_image)` This error coming .. cv2.error: OpenCV(4.6.0) :-1: error: (-5:Bad argument) in function 'resize' > Overload resolution...