java - Find bounding points 2D with an "H" shape -
i've got set of points represent form this:
as drawn on picture, able detect points bounding "h" shape. there algorithm solve problem?
i know there graham scan use, graham scan take points outside cloud of points.
there alpha shape algorithm build non-convex hulls. if point cloud formed (vertical sticks of h divided , on...), may try build alpha shape, correct rectilinear figure.
Comments
Post a Comment