please suggest a code for getting rid of these outliers..

조회 수: 2 (최근 30일)
Sam
Sam 2013년 9월 21일
Hi , in fingerpring image below how do i reject these outliers, as i am using bwconvhull to segment FP image.

채택된 답변

Image Analyst
Image Analyst 2013년 9월 21일
Fill the objects and then call imclose() to join the close blobs together. Use regionprops to calculate the areas and then throw out all but the largest one. See my Image Segmentation Tutorial if you want to know how to sort and do size filtering. http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
  댓글 수: 2
Sam
Sam 2013년 9월 21일
thank you sir,
i will check it and post the result...
Sam
Sam 2013년 9월 21일
solved...
thanks

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by