1 | initial version |
no, there isn't.
that's a numpy "slice" (look it up, please). no memory gets copied, both "halves" reference the original image's pixels, so that's as fast as it ever can be.
2 | No.2 Revision |
there is a faster function or faster processing way to cut the image ?
no, there isn't.
that's a numpy "slice" (look it up, please).
no memory gets copied, both "halves" reference the original image's pixels, so that's as fast as it ever can be.