Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Equivlant to Matlab Sum Segmentation

Using Sum Segmentation in Matlab you can turn this:

image description

Into this:

image description

Which is my first step in creating a best fit grid for the dot array. Normally I'd just impose a grid over the dots but the dots positions are somewhat random as they are placed by hand. The fact they are placed by hand means I need to create a "Best Fit Grid" to properly segment the image.

So does OpenCV have a "Sum Segmentation" fuction or if not is there another way I can go about this?