Feature extraction using SURF with ROI as one input argument

조회 수: 2 (최근 30일)
SILPA C S
SILPA C S 2021년 3월 29일
편집: SILPA C S 2021년 3월 30일
Can someone help me to give one example for how to specify ROI of the image so that it can be feed as one input argument to SURF.
My prgram is,
I=imread('ncp.png');
points = detectSURFFeatures(I);
imshow(I); hold on;
plot(points.selectStrongest(100));
This is my input image. How can I mention ROI as the 2 lungs only so that SURF will gives features from lungs only.
Please help.

답변 (1개)

Image Analyst
Image Analyst 2021년 3월 29일
See my attached lung segmentation demo. Adapt as needed.
  댓글 수: 1
SILPA C S
SILPA C S 2021년 3월 30일
편집: SILPA C S 2021년 3월 30일
Thank You for the response @Image Analyst, but I can't set the threshold value manually. I have large number of CT images, so how I could set threshold value automatically.

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

카테고리

Help CenterFile Exchange에서 Point Cloud Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by