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) -

xcode - Swift Playground - Files are not readable -

windows - How to automate a file conversion xwm to mp3 with xwmaencode.exe using bat file -