
Feature extraction using SURF with ROI as one input argument
조회 수: 2 (최근 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.
댓글 수: 0
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Point Cloud Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!