Optimal image segmentation method to detect a group of similar object with different size and their count?

asked 2017-09-07 01:09:08 -0600

Santhosh1 gravatar image

updated 2017-09-07 01:10:02 -0600

Main objective: To count the number of pebbles in this Example image (I know this is a broader topic than what I have asked for in this question, I need help and direction I need to move towards like a first step)

I was thinking image segmentation might be a good way to reach my objective.

Can anyone suggest what type of image segmentation might be appropriate here? Please share if you have any other approach or suggestions to achieve the main objective.

I know we can train neural network(NN) to detect and count the number of objects in an image, I am new to image processing so would like know the limitations in image processing first, then jump to NN

Example image

Pebbles

edit retag flag offensive close merge delete

Comments

maybe this SO post will be helpful

sturkmen gravatar imagesturkmen ( 2017-09-07 08:24:27 -0600 )edit

you can try ximgproc samples with your image. most of them will be helpful for better segmentation

sturkmen gravatar imagesturkmen ( 2017-09-07 09:09:08 -0600 )edit