This code is the reference implementation of probabilistic approach to dynamic image sampling (PADIS). PADIS is a dynamic sampling algorithm for images.
# Last tested with:
* Python 3.5
* Numpy 1.xx
Simon Grosche, Michael Koller, Jürgen Seiler, and André Kaup, "Dynamic Image Sampling Using a Novel Variance Based Probability Mass Function", Transactions on Computational Imaging, 2020. DOI: 10.1109/TCI.2020.3031077
# pdf[i,j] = (1-np.exp(-(y**2+x**2)/5))**5 # seems to be a somewhat nice function. Is has low regularity according to ftvar..... parameters, but somewhat high discrepancy.