|
Select ROI using mouse Arif Rahman from Malaysia [10 posts] |
8 year
|
Hi,
Is there a way for me to select a specific region-of-interest within an image using the mouse? Like click-and-drag to highlight the area for the ROI.
The idea is to do different processing for different ROIs. So once the ROIs are selected, they will be processed differently.
Arif
|
|
|
Arif Rahman from Malaysia [10 posts] |
8 year
|
|
|
Steven Gentner from United States [1446 posts] |
8 year
|
Arif,
I think what you want instead is the Crop module which will reduce the image to the space specified by 4 coordinates. After the module and other processing, you would use the Marker module to restore the image to the source and then use another Crop module to crop a different section and so on.
If, however, you want to split the image into equal units then the Split_Image module is best for that since it will crop each area, process the statements within its compound statement and then crop to the next part. It also has the possibility to crop to specific blobs in case what you have is not easily divided into units.
http://www.roborealm.com/help/Crop.php
http://www.roborealm.com/help/Split_Image.php
If you are still unclear on what to use, post an example image that you need split/divided/cropped in some way.
STeven.
|
|
|
Anonymous |
8 year
|
Oh Crop is perfect! Thanks a lot Steven. I am evaluating the software for a potential project I'm working on, and if everything goes well, definitely will get a commercial license.
|
|