A Fast Algorithm to Decide the Inclusion of a Point in the Convex Hull of a Two-Dimensional Point Set
J. C. Torres, F. A. Conde
In Journal of Graphics Tools, 5(4), 2000.
Abstract: This paper presents a new fast algorithm to compute the two-dimensional inclusion test of a point in the convex hull of a set of points, without computing the convex hull. The algorithm is based on the classification of the points in octants of the plane. The classification step for each point requires only simple test operations, and makes the algorithm run in at worst, O(n). For point sets larger than 11 points, the proposed algorithm is faster than other known approaches. The paper includes a practical evaluation of the algorithm, comparing it with several previously known approaches.
BibTeX format:
@article{Torres:2000:AFA,
  author = {J. C. Torres and F. A. Conde},
  title = {A Fast Algorithm to Decide the Inclusion of a Point in the Convex Hull of a Two-Dimensional Point Set},
  journal = {Journal of Graphics Tools},
  volume = {5},
  number = {4},
  pages = {25--32},
  year = {2000},
}
Search for more articles by J. C. Torres.
Search for more articles by F. A. Conde.

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."