Introduction - If you have any usage issues, please Google them yourself
This program implement image interpolation by AMLE method. Firstly, get a number of level sets from an input image by thresholdding. The threshold values are chosen automatically. Then the boundaries for each level set are extracted, the image data on the boundaries are recorded. Finally, by using AMLE, extend those imformation to reconstract a new image,
which will approximate the original one quitr well.