Would it be possible to use Imagemagick to:
1.) Feed it a Picture of a waveform
2.) Get it to "mark" repeating patterns in such image ?
For example take this waveform:
Code: Select all
https://image.ibb.co/ftRkEG/2018_01_22_223715_2.jpg
- Rye
Code: Select all
https://image.ibb.co/ftRkEG/2018_01_22_223715_2.jpg
Indeed, but you can see, I'm talking about analysing "a picture of the waveform" to find rough pattern similarities
Exactly. That is the problem.What to search for ?
I wouldn't start from there. Start from the waveform itself, not a graph of the waveform. So the image is Nx1 pixels, not NxM. The problem is then much smaller.Rye wrote:1.) Feed it a Picture of a waveform