java - Find bounding points 2D with an "H" shape -


i've got set of points represent form this:

enter image description here

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.

enter image description here


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -