Grouping of similar pixels
Is there any existing function that:
1. groups pixels with similar value together
2. finds the main axis orientation of the r...
Histogram within Minimum Bounding Box
How do I calculate the histogram within a minimum bounding box, along the orientation of the rectangle? Let say I have the coord...
Divide any blob into half
I would like to find the equation of a line that passes through the centroid of a blob so that I can divide the blob into half. ...