Clear Filters
Clear Filters

how to find border irregularity of skin lesion?

3 views (last 30 days)
I have determined other features of skin lesion except this. Please help me out with this feature extraction
  4 Comments
Hank
Hank on 9 Mar 2020
If there is strong contrast between the lesion and the surrounding skin this assisted freehand tool may help. Can you attach an example image?
joynob ahmed
joynob ahmed on 9 Mar 2020
As i have to perform this operation on more than 200 images it is not possible to do this by hand drawing.Though I didn't understand your answer I have attached an image.

Sign in to comment.

Answers (1)

Ralf U.
Ralf U. on 11 Mar 2020
A simple (not necessarily robust) way to do this is to convert the image to B/W (threshold after Gauss filtering) and use the bwtraceboundary function to determine the boundary.

Community Treasure Hunt

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

Start Hunting!