to upgrade
Ideas from books, articles & podcasts.
created 3 ideas
TOWARDSDATASCIENCE
towardsdatascience.com
STASHED IN:
89 reads
First, we need to get an outline from an image. I decided to use Canny edge detection to extract the edges from an image (in the example above, a drawing of Sherlock Holmes).
This will give us a 2D binary array indicating the edges of the image. Now, we need to represent these points as co...
Now, we need to order the points to make the progression as smooth as possible. In practice, I’ve found ordering to minimize the difference from one point to the next is a good approach!
We’ll now apply the Fourier transform to extract the magnitude and phase information associated with each frequency. As visualizing all the oscillators is slow, we’ll filter out all the frequency components above self._n_oscillators .
React
Comment
created 13 ideas
7
Comment
376 reads
created 12 ideas
4
Comment
2.17K reads
❤️ Brainstash Inc.