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???

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

The link does not run correctly, could you please give another link? Thank you.
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.
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.
IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 22, NO. 12, DECEMBER 2013 Robust Segmentation Based Tracing Using an Adaptive Wrapper for Inducing Priors
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..
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.
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.
IS region growing can be used to select and display the ROI alone?
Region growing can be used to identify pixels in an ROI if you want to do it that way.
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.
I need a matlab code for extraction of region of interest using level set function.please help me to sort out this problem.
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
I need a code for extract ROI of breast cancer histological image could you help me
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.
based on the picture attached, how can i use concept of boundary and bounding box to remove the nose region?
My automobile won't start. How can I use the concept of torque and hexagons to repair it?

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!