I want to cut out a circular Region of Interest (ROI) out of an image. Is that possible with Origin? I only found the rectangluar ROI tool. Is their a way to make abitrary ROI with Origin?
When I tried to integrate over the Region of Interest origin told me "Less than two rows or columns in matrix." and I got only the integration over the old Matrix with all Data points.
I saw your comment about the TweakROI module on the File Exchange...
quote:Great to analyse images!!! Only the image need first to be converted in a Worksheet and back into a new Matrix again.
Converting a matrix to a worksheet and back to matrix merely changes the internal data type from int (probably) to double. You can accomplish the same thing with Matrix->Set Properties but I revised TweakROI to do it automatically. The new version might save you a few steps.