Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 728 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 728 Bytes

MVA Geodesics methods

In this project for the class taught by Laurent Cohen (Master MVA), I have implemented the method proposed by "Baust, M., Yezzi, A. J., Unal, G., & Navab, N. (2011, June). A sobolev-type metric for polar active contours. In CVPR 2011 (pp. 1017-1024). IEEE." for active polar contours.

For the implementation I used the great ressource "Peyré, G. (2011). The numerical tours of signal processing. Computing in Science & Engineering, 13(4), 94." for a code starting base.

Install requirements

A requirements.txt is proposed to install the needed package. The code is fully compatible with python 3.6

Experiments

In the experiments folder, you will find some examples to run the code.

Léo