persistence.git
7 days agoipynb: Update master
Stefan Huber [Wed, 17 Apr 2024 14:56:14 +0000 (16:56 +0200)]
ipynb: Update

7 days agoFix big for peaks of equal height
Stefan Huber [Wed, 17 Apr 2024 14:27:09 +0000 (16:27 +0200)]
Fix big for peaks of equal height

The order of pixels on the pixel value was ambiguous and possibly
inconsistent with the order of neighborhood pixels. Make it a
unambiguous total order.

2 years agoAdd gitignore
Stefan Huber [Tue, 6 Jul 2021 05:29:12 +0000 (07:29 +0200)]
Add gitignore

2 years agoAdd license
Stefan Huber [Tue, 6 Jul 2021 05:28:42 +0000 (07:28 +0200)]
Add license

5 years agoAdd demo ipynb
Stefan Huber [Wed, 23 May 2018 17:13:18 +0000 (19:13 +0200)]
Add demo ipynb

5 years agoAdd imagepers
Stefan Huber [Wed, 23 May 2018 17:10:39 +0000 (19:10 +0200)]
Add imagepers

5 years agounion_find: Do not cummulate weight
Stefan Huber [Wed, 23 May 2018 17:03:51 +0000 (19:03 +0200)]
union_find: Do not cummulate weight

5 years agoAdd union_find from PADS
Stefan Huber [Wed, 23 May 2018 17:02:53 +0000 (19:02 +0200)]
Add union_find from PADS