How to solve this error: AttributeError: 'numpy.ndarray' object has no attribute 'crop'

前端 未结 0 1895
忘掉有多难
忘掉有多难 2021-02-12 15:51

I want to crop images with different sizes to get the same size to futher process them. I wrote the following code:

import glob
import cv2
import os
from matplotl         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题