Login  Register

Re: I need to copy and crop mutiple ROI from each image

Posted by Antoinette on Mar 03, 2014; 4:07am
URL: http://imagej.273.s1.nabble.com/I-need-to-copy-and-crop-mutiple-ROI-from-each-image-tp5000475p5006735.html

I consider the image cropping as one of the fundamental functions of an image process project. As I use vb to program, I would like to share my image cropping method here:

Public Shared Function ApplyCrop(img As REImage, x As Integer, y As Integer, width As Integer, height As Integer) As Integer