Split contours into many small irregular polygons
As the graph show, I want to split the bounding to small irregular polygons, but it is much hard.What kind of algorithm would you suggest to split the contour?
may be this can help you
I'd use Marching Squares.
Thank you all very much!
isn't marching squares the opposite of what was asked ? (find an isoband for given triangle / vertices)