A Quick Hull-Building Algorithm for Planar Scattered Point Set
Linna Huang
Abstract
Linna Huang
Abstract
Convex hull is a basic topic in computational geometry and has been widely applied in practical engineering.Traditional convex hull generation algorithm generally requires two steps: ranking scattered points according to some properties and then generating convex hull.An algorithm named one-step for constructing convex hull from plane points is proposed based on the quick-sorting idea.This algorithm combines constructing convex hull from planar point set with the sorting process to quickly generate convex hull.The time complexity of the algorithm reaches minimum O(nlogn).The algorithm is applied to the Management Information System of Flood Area in Hebei Province with a good result.
OpenAlex reports 1 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
Convex hull is a basic topic in computational geometry and has been widely applied in practical engineering.Traditional convex hull generation algorithm generally requires two steps: ranking scattered points according to some properties and then generating convex hull.An algorithm named one-step for constructing convex hull from plane points is proposed based on the quick-sorting idea.This algorithm combines constructing convex hull from planar point set with the sorting process to quickly generate convex hull.The time complexity of the algorithm reaches minimum O(nlogn).The algorithm is applied to the Management Information System of Flood Area in Hebei Province with a good result.
Key concepts: Convex hull, Output-sensitive algorithm, Orthogonal convex hull, Hull, Algorithm, Convex polytope, Sorting, Convex combination