Extract sub arrays and then concatenate them in Python
Using Python, I am sending 50 images to a cuda routine that calculates the location of 50 beads in each image. Below is a drawing explaining (I just have drawn 4 beads): The cuda routine is expecting a flattened array and so I have to extract from my image region of interests (say 64 x … Read more