Resize when arranging images in number-fi

Asked 2 years ago, Updated 2 years ago, 52 views

Is interpolation applied automatically when resizing

Or should I change the image to interpolation and number-fi?

numpy

2022-09-20 11:36

1 Answers

The resize of numpy is not a function used to enlarge or collapse the image. The size of the data chunks is the same, but it is a function that you use to change only the arrangement. (Change the third row to the fifth row.)

In order to enlarge or reduce an image, you need to use a function of an image-only package (PIL, opencv, etc.).


2022-09-20 11:36

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.