Is scikit-image resize() affected by the bit depth of the image?
I’m trying to preprocess some data for a computer vision project, and I’ve been doing so by resizing all the images in a directory. Before flattening them and creating a numpy array containing said processed images.