Skip to content
Permalink
452c55a37b
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
25 lines (17 sloc) 965 Bytes

geometric_separators

This application is based off the paper Geometric Separators and the Parabolic Lift by Don Sheehy. demonstrates usage of a new algorithm for finding a geometric separator for 2-D points.

About:

The simple Processing program will allow you input a number of 2-D Euclidean points using a mouse and calculate the geometric separator. Tentatively, you will also be able to provide a file of predefined points (e.g. .csv format).

Usage:

Click the mouse anywhere on the canvas to create a new input point. When you have completed your input, either press 'Reset.' to clear it or 'Calculate.' to find the separator.

Features:

The program will visualize several components of the algorthm:

  • Highlights the estimated centerpoint for your input.
  • Shows the separator in relation to your input.
  • Outputs the numerical information associated with the above.
  • Perhaps more...