Origin Version (Select Help-->About Origin): 7.5 Operating System: XP
I would like to cut out a certain area (ROI) from an image. To see what area fulfil my needs I would like to copy (cut) this ROI from within the image view. This area should then paste into a new matrix. In a second step I need to cut/copy a second area of the same size from the initial image, too. Again, this area should also paste into a second matrix. Finally I will compare these two areas (i.e. the matrices). Is there an easy way to manage this task?
Thank you Mike for this hint. I already have copied this tool and I appreciate it. In order to compare different areas within an image I need to cut out always the same size of area. Therefore, at least I need the matix indices of one corner and the size of the ROI. The size can be found from the ROI matrix, but how can I get the indices of the corner easily.
That information is saved on the ROI matrix page. With the ROI matrix showing enter the command page.info.= from the script window. This is a typical response...
I1 and I2 are the first and last rows selected by the ROI in the matrix. J1 and J2 are the first and last columns. You can access those values individually like this...