Is there a way to grab multiple slices of an image (numpy array with channels last) in Python without using a for-loop?

前端 未结 0 1407
旧巷少年郎
旧巷少年郎 2021-01-01 00:27

I decided to try a project where I grab slices from a single image to generate data.While the program works, I was forced to use a for-loop to index these, so the it runs ve

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