You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a smaller "signature" or profile pic for a song by sampling, can be done in log(n) time:
algo: "Quadtree [the song image], average the four quadrants as you recurse back up to some predefined level. Treat the array of samples as a 2d array of pixels. You could also tune in how precise you want to be by tuning in how many levels of averaging you want to do. And you can just do math with the indices to partition"
The text was updated successfully, but these errors were encountered:
Create a smaller "signature" or profile pic for a song by sampling, can be done in log(n) time:
algo: "Quadtree [the song image], average the four quadrants as you recurse back up to some predefined level. Treat the array of samples as a 2d array of pixels. You could also tune in how precise you want to be by tuning in how many levels of averaging you want to do. And you can just do math with the indices to partition"
The text was updated successfully, but these errors were encountered: