Image analysis

Hi,

I am new to Julia, I have an image (attached), what will be the best way to analyze/count the dots, barring all other information from the image?
test

You can have a look at Images.jl for this.

Specifically, take a look at image segmentation - this watershed algorithm demo should give you enough to work with.

3 Likes