if __name__ == '__main__': img = cv2.imread(r'C:\Users\Administrator\Desktop\pic\car.jpg') start = time.time() dst = bilinear_interpolation(img, (1000, 1000)) print('cost {} seconds'.format(time.time() - start)) cv2.imshow('result', dst) cv2.waitKey() 1. 2. 3. 4. ...
w, c = img.shape plt.imshow(img[:,:,::-1]) # 按比例缩小 ratio = 0.4 dst_h = int...
1),要得到 [x 0,x 1] 区间内某一位置 x 在直线上的值。由于 x 值已知,所以可以从公式得到 y...