Reputation: 79248
Given you have a bunch of shapes, say like this:
Wondering if there is a real-time algorithm out there (or any suggestions would be helpful too) that can identify that you can approximate that with large circles sort of like this:
It doesn't have to be circles specifically, it can be parameterized to work in different ways. Just wondering how to basically:
Thank you.
Upvotes: 0
Views: 121
Reputation: 820
I think of an approach. I would call it Changing Contrast/Brightness as in image edit applications.
Increasing the Brightness means decreasing the volume of far shapes (i.e. shapes with weight below the average "low weight").
Increasing the contrast means increase volume of shapes of high weight and decrease low weights.
By changing both contrast and brightness, some shapes will disappear, others will join as one shape, and you will get a simpler shape(s).
Upvotes: 1