Skip to content

LefMarOli/fft-drawing-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFT Drawing project

Utilities to draw any closed path described by a set of coordinates using the Fast Fourier Transform algorithm.

Fast Fourier Transform implementation was taken from http://www.librow.com/articles/article-10 and adapted to RUST.

Estimated curve can be drawned using a subset n of FFT components. The most contributing components are used first (a sorting is performed on the output of the FFT).

About

Rust implementation of closed path drawing using Fast Fourier Transform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages