└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Approximating-shapes-in-images-with-low-complexity-polygons 2 | 3 | Code and example data for Approximating Shapes in Images with Low-Complexity Polygons by Muxingzi Li, Florent Lafarge and Renaud Marlet can be found at 4 | https://team.inria.fr/titane/software/ 5 | 6 | ### Citation 7 | If you find our work useful in your research, please cite the following paper: 8 | 9 | @INPROCEEDINGS{li_cvpr20, 10 | author = {Li, Muxingzi and Lafarge, Florent and Marlet, Renaud}, 11 | title = {{Approximating shapes in images with low-complexity polygons}}, 12 | booktitle = {Proc. of the IEEE conference on Computer Vision and Pattern Recognition (CVPR)}, 13 | year = {2020}, 14 | address = {Saettle, US}, 15 | } 16 | --------------------------------------------------------------------------------