I need a matlab code for automatic extraction of region of interest in an image .i dont require extracting ROI manually by creating mask or by cropping ..the code or algorithm should extract automatically without any manual intervention.any help???
Show older comments
Automatic extraction of ROI in an image in MATLAB .i require a code that can generate or display a part of region in an image without cropping manually by removing the background and highlighting only the ROI...
19 Comments
n ali
on 23 Mar 2015
hi check this code
Sinh Bui
on 2 Nov 2015
The link does not run correctly, could you please give another link? Thank you.
Image Analyst
on 2 Nov 2015
Sinh, the algorithm completely depends on what you want to find in the image. Whatever that link is, it won't necessarily apply to your image. Your best bet is to post your image in a new question and tell us what you need to segment out. If you want examples of some segmentation with demo images, see my File Exchange.
Sinh Bui
on 2 Nov 2015
Thank you for your response, I am doing research on Image Forgery detection, I read a paper about using re-sampling by automatic ROI, I need the code to verify the results. I want to segment the image, then apply EM algorithm to each 100x100 block which represent the object.
Walter Roberson
on 2 Nov 2015
The link might perhaps have been to http://vision.ece.ucsb.edu/sites/vision.ece.ucsb.edu/files/publications/2013_tip_vignesh.pdf
IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 22, NO. 12, DECEMBER 2013 Robust Segmentation Based Tracing Using an Adaptive Wrapper for Inducing Priors
Sinh Bui
on 2 Nov 2015
Thank you!
Palak Panchori
on 19 Feb 2017
Moved: DGM
on 13 Feb 2023
guys i need to sleect a particular portion of these image and can u suggest me code so that some portion of image get automatically selected ...here is my image..
Walter Roberson
on 19 Feb 2017
Moved: DGM
on 13 Feb 2023
You did not include the image.
You will need to be more specific about what portion of the image is to be selected; see my above answer for why it cannot be done without some knowledge of what you want to extract.
Amruta Talreja
on 4 Apr 2017
Moved: DGM
on 13 Feb 2023
Hi. I have 11 images in a folder and I want to extract ROI with same coordinates from all 11 images. Is there any code related to this.
Walter Roberson
on 4 Apr 2017
Moved: DGM
on 13 Feb 2023
together with imcrop() or multiplying by a mask.
Image Analyst
on 8 Apr 2017
Moved: DGM
on 13 Feb 2023
Region growing can be used to identify pixels in an ROI if you want to do it that way.
Walter Roberson
on 8 Apr 2017
Moved: DGM
on 13 Feb 2023
Region growing by itself is not enough to select the ROI. You need to have some method of determining the initial points. As I discussed previous https://www.mathworks.com/matlabcentral/answers/183565-i-need-a-matlab-code-for-automatic-extraction-of-region-of-interest-in-an-image-i-dont-require-extr#answer_198123 there is no possible completely automatic way of selecting ROIs.
palpinder kaur
on 29 Sep 2017
Moved: DGM
on 13 Feb 2023
I need a matlab code for extraction of region of interest using level set function.please help me to sort out this problem.
Image Analyst
on 29 Sep 2017
Moved: DGM
on 13 Feb 2023
Always first check the File Exchange for these kind of specialized algorithms. In the case of Level Set, you will find submissions: http://www.mathworks.com/matlabcentral/fileexchange/?utf8=%E2%9C%93&term=level+set
hadeel manasrah
on 25 Nov 2017
Moved: DGM
on 13 Feb 2023
I need a code for extract ROI of breast cancer histological image could you help me
Image Analyst
on 25 Nov 2017
Moved: DGM
on 13 Feb 2023
Possibly if you need help on your existing code ( syntax, error messages, etc.), but not to develop an algorithm for you. The algorithms are given here in published papers: http://www.visionbib.com/bibliography/contentsmedical.html#Medical%20Applications,%20CAT,%20MRI,%20Ultrasound,%20Heart%20Models,%20Brain%20Models or in pubmed.com. Pick one and code it up.
Matlab Newbie
on 27 Aug 2020
Moved: DGM
on 13 Feb 2023

based on the picture attached, how can i use concept of boundary and bounding box to remove the nose region?
DGM
on 13 Feb 2023
My automobile won't start. How can I use the concept of torque and hexagons to repair it?
Accepted Answer
More Answers (0)
Categories
Find more on ROI-Based Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!