Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Lloyd optimization and center of mass

Subject: CGAL users discussion list

List archive

[cgal-discuss] Lloyd optimization and center of mass


Chronological Thread 
  • From: Yann GAVET <>
  • To:
  • Subject: [cgal-discuss] Lloyd optimization and center of mass
  • Date: Fri, 10 Jun 2016 14:49:31 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:cpedNRO+epC1tCfYusMl6mtUPXoX/o7sNwtQ0KIMzox0KPj+rarrMEGX3/hxlliBBdydsKIVzbWJ+P25EUU7or+/81k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i760zceF13FOBZvIaytQ8iJ35XxiL/5psSbSj4LrQT+SIs6FA+xowTVu5teqqpZAYF19CH0pGBVcf9d32JiKAHbtR/94sCt4MwrqHwI6LoX3pUfCuCiI+x4EOQZX3waNDU+68Tv8BXCVgCS/WA0U2MMkxMODRKWwgv9W8LAuy38/sVU5gSmdZn5RK45RRyv6rxmDhHy3nRUfwUl+X3a35QjxJlQpwis8kEnzg==

Hello all,

I basically want to implement a code for stipple algorithm (https://mrl.nyu.edu/~ajsecord/stipples.html), which uses a centroidal voronoi diagram weighted by a gray level image (the center of the Voronoi cells move to the center of mass instead of the centroid).

What would be the best way to code this algorithm with CGAL, efficiently ? is their a way to transform Lloyd mesh optimization (CGAL::lloyd_optimize_mesh_2) for using the center of mass given by an exterior constraint on each cell (here, given by the pixels of the image laying in the cell).

thank you in advance
best regards

--
Yann GAVET
Assistant Professor - Ecole des Mines de Saint-Etienne
158 Cours Fauriel, 42023 SAINT-ETIENNE cedex
Tel: (33) - 4 7742 0170




Archive powered by MHonArc 2.6.18.

Top of Page