Group Abstract Group Abstract

Message Boards Message Boards

1
|
1.2K Views
|
2 Replies
|
3 Total Likes
View groups...
Share
Share this post:

Counting points on a leaf in Wolfram

Posted 6 months ago
2 Replies

Thank you very much for your guidance.

I have tested 3 images and obtained the results and errors. I would greatly appreciate it if you could kindly review them and provide your feedback.

Attachment

Attachment

Attachment

Attachment

Attachment

POSTED BY: Flora Vosoughi

Not perfect but you could use color based segmentation

mask = Binarize[ColorDetect[img, ColorsNear[Brown]], .1]

mask

Then use the centers of the morphological components

HighlightImage[img, 
 ComponentMeasurements[MorphologicalComponents[mask], "Centroid"]]

components

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