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 - CUDA code not processing if block properly -

oracle11g - get root domain from url Oracle sql regex_substr -

xcode - Swift Playground - Files are not readable -