use constraint delaunay triangulation method to create low-poly pictrue.
Detect edges using optimized canny edge detection.
Simplify the line and then insert the extra long line segments.
Further optimization of vertices by method of edge feature point expansion.
Generate constraint delaunay triangulation.
Select the triangle center color to fill the entire triangle.
Due to the large amount of calculation, the input picture graphic structure should be as simple as possible, and the size should not be too large, so as not to take too long and not respond.
reference paper:'Artistic Low Poly rendering for images'
(http://or.nsfc.gov.cn/bitstream/00001903-5/336217/1/1000014012719.pdf)