I was wondering if there is an easy way of copying all of the 2D cells from an image, that is between a set of points.
So, for example imagine there is a 2D image. I place a triangle anywhere over this image and extract only the part of the image that is inside of the triangle.
I'm hoping there is an easy way to do this without having to create a confusing algorithm.