Group Abstract Group Abstract

Message Boards Message Boards

0
|
8.2K Views
|
4 Replies
|
5 Total Likes
View groups...
Share
Share this post:

[?] Extract the boundary points of an image using Wolfram Mathematica?

Posted 8 years ago
POSTED BY: Nur Soffiah
4 Replies
Attachments:
POSTED BY: Henrik Schachner
Posted 8 years ago

Thanks a lot Henrik, it is very helpful and interesting. I am able to extract the boundary of the Dicom Format image.

POSTED BY: Nur Soffiah

With img being the top image you can try things like:

Binarize[img, 0.95]
DeleteSmallComponents[%]
ColorNegate[DeleteSmallComponents[ColorNegate[%]]]
MorphologicalPerimeter[%]
ComponentMeasurements[%, "Contours"]
POSTED BY: Sander Huisman
Posted 8 years ago

Thanks so much for helping me with this.

POSTED BY: Nur Soffiah
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard