Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Mesh deformation produces strange results

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Mesh deformation produces strange results


Chronological Thread 
  • From: SirM2X <>
  • To:
  • Subject: Re: [cgal-discuss] Mesh deformation produces strange results
  • Date: Thu, 17 Aug 2017 11:20:17 -0700 (PDT)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:2SVFeRyz1yuoeAnXCy+O+j09IxM/srCxBDY+r6Qd0u8UIJqq85mqBkHD//Il1AaPBtqLra8cw8Pt8IneGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2NBXupSi54jcWXxn+LgFoPf/dG4jIjs3x2frh1YfUZlBzhSCYO4M6eBC/ogXWq8wXqYRnI6c1jBDOpy0bKKxt2Wp0KAfLzF7H7cCq8cs7/g==

Sebastien,

Thank you for your reply. The target position of each control vertex is the
result of only translating the control vertex along some vector.

To demonstrate our goal, I have attached two images below. Given a frontal
view of the cactus (first image), we determine the object's silhouette and
project into 2D. We then deform the 2D silhouette, to the silhouette shown
in the second image, our goal is to deform the mesh in a way that it matches
the deformed silhouette as best as possible. The 3D translation vector of
each control vertex is determined by backprojecting the 2D deformation
vector into 3D space, and intersecting the ray with a plane passing through
the control vertex and oriented towards the camera.

The whole idea is inspired by this paper
<https://www.cs.ubc.ca/~van/papers/2009-SBIM-contourDrawings.pdf> .
However, they are using Mean-Value Geometry Encoding
<https://pdfs.semanticscholar.org/726d/4edc8aef7880e16eb2b98f0ef82657b2bb0e.pdf>

for mesh deformation. Since we are heavily using CGAL, we were hoping to be
able to have a quick prototype ready by using CGAL's modules.

<http://cgal-discuss.949826.n4.nabble.com/file/n4662943/cactus1.png>

<http://cgal-discuss.949826.n4.nabble.com/file/n4662943/cactus-2.png>



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Mesh-deformation-produces-strange-results-tp4662924p4662943.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page