The Python Oracle

Peak detection in a 2D array

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Beneath the City Looping

--

Chapters
00:00 Question
04:17 Accepted answer (Score 379)
05:58 Answer 2 (Score 60)
10:04 Answer 3 (Score 39)
12:35 Answer 4 (Score 30)
14:51 Thank you

--

Full question
https://stackoverflow.com/questions/3684...

Question links:
[version that can be loaded with ]: https://upl.io/0liy07
[I have set up a blog for anyone interested]: http://www.flipserd.com/blog/ivoflipse/p...
[I have setup a OneDrive with all the raw measurements.]: https://1drv.ms/u/s!AjVZ_ROiXWgOhDEn4KrR...?
[paw detection]: https://stackoverflow.com/q/4087919/7759...
[paw sorting]: https://stackoverflow.com/q/4502656/7759...
[trying the current solution on all my measurements]: http://www.flipserd.com/blog/ivoflipse/p...

Accepted answer links:
[it worked as well]: https://i.stack.imgur.com/4CKCh.png

Answer 2 links:
[paw.txt]: http://pastebin.com/XX3Egq7x
[Output]: http://pastebin.com/fgaGrsem

Answer 3 links:
[image registration problem]: http://en.wikipedia.org/wiki/Image_regis...
[mean-shift]: http://en.wikipedia.org/wiki/Mean-shift

Answer 4 links:
[ ]: https://i.stack.imgur.com/eoad4.png
[SO answer]: https://stackoverflow.com/questions/2258...
[here]: https://www.sthu.org/code/codesnippets/i...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #imageprocessing

#avk47