how to extract roi automatically

조회 수: 5 (최근 30일)
sathish kumar rb
sathish kumar rb 2017년 9월 24일
댓글: Image Analyst 2017년 10월 8일
how to extract blobs (affected region) in lungs CT scan image without free hand selection using auto selection based on color r something . in that extracted output it needs to display only the blobs in white. background needs to be black
  댓글 수: 2
Walter Roberson
Walter Roberson 2017년 9월 24일
Is this cancer or TB to be detected, or something else?
CT scans are grayscale so you will not be able to detect anything by color.
sathish kumar rb
sathish kumar rb 2017년 9월 26일
Cancer & Bronchities . I have attached my segmented lung

댓글을 달려면 로그인하십시오.

답변 (2개)

Selva Karna
Selva Karna 2017년 9월 24일
use imroi
  댓글 수: 1
Walter Roberson
Walter Roberson 2017년 9월 24일
imroi is not able to automatically decide where the ROI should be.

댓글을 달려면 로그인하십시오.


Image Analyst
Image Analyst 2017년 9월 24일
  댓글 수: 5
sathish kumar rb
sathish kumar rb 2017년 10월 8일
편집: Image Analyst 2017년 10월 8일
Input: Segmented Lung
Output: ROIs with class labels
The pathology bearing regions are the region of interests. ROI is used to identify the abnormality from the segmented lungs.
Algorithm: ROIs Extraction
  1. Step 1: Extract the PBRs from the lung tissues as ROIs by finding the range of pixel intensity values to differentiate the PBRs and other lung pixels. If no PBRs present, then the slice is considered to be normal.
  2. Step 2: Obtain the class label information of each ROI from an expert.
Image Analyst
Image Analyst 2017년 10월 8일
What are PBRs?
Go here for better algorithms: Medical Image Processing Algorithms
Try imfreehand(), like in the attached demo, to have your expert draw the ROI.

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by