My Understanding of [::-1] Indexing
This year I find lots of usage scenarios of this [::-1] index. And today again, when I am seeing some computer vision preprocessing program. So I want to get a deeply understand of this usage.
For 1D array
import numpy as np
# create a 1D array
arr ...
greybird.hashnode.dev1 min read