Skip to content

A simple implementation of the marching squares algorithm for openCV python.

License

Notifications You must be signed in to change notification settings

Adam-Mazur/Marching-squares-python

Repository files navigation

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:

About

A simple implementation of the marching squares algorithm for openCV python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages