Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epicycles

Use Fourier transforms to generate epicycles to follow the edges of an image. Apply common CV techniques to extract edges from any given image.

Getting started

Use Python >= 3.7 to run the code.

Recommended: create and run virtual environment.

Create virtual environment

$ python -m venv venv

Run virtual environment

Windows:
  venv\script\activate.bat
Linux:
  . venv/bin/activate

Install and run

Install packages:

$ pip install -r requirements.txt

Run:

$ python main.py

References

Based on this video by Mathologer.

TODOs

Implement an SVG parser. Since SVGs are defined by equations, we could bypass the CV parts of the code. The results would be smoother but also more limited since most images you find will be a non-vectorized format such as PNG.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages