Clear Filters
Clear Filters

Matlab Tumor Detection Source Code

3 views (last 30 days)
Shyme Bhate
Shyme Bhate on 1 Apr 2020
Edited: Shyme Bhate on 1 Apr 2020
Hi, I want to extract the microbleed part from the MRI. Initially I just Stripped the skull, then applying different thresholding to minimize false regions from the MRI. Now how to extract that exact part of the Brain having microbleed using coordinates? I am having excat values of coordinates but dont know how to cross match those values and extract that part.
  2 Comments
Walter Roberson
Walter Roberson on 1 Apr 2020
If you got bounding boxes from regionprops() then you can pass them into imcrop()
Shyme Bhate
Shyme Bhate on 1 Apr 2020
i am not getting this. can you please share some source?

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!