Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.22 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.22 KB

Simple implementation of the marching squares algorithm for python openCV

The marching squares algorithm is used to display a contour of an explicit function. This project was inspired by this video. More information about the marching squares algorithm and metaballs animation that was used as one of the examples can be found here:

Here are some examples of how this algorithm can be used:

  • Displaying a circle:

  • Displaying an ellipse:

  • Metaballs animation: