Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Point Set Processing: Smoothing a function in 3D space

Subject: CGAL users discussion list

List archive

[cgal-discuss] Point Set Processing: Smoothing a function in 3D space


Chronological Thread 
  • From: "Steytler, Louis Louw" <>
  • To: "" <>
  • Subject: [cgal-discuss] Point Set Processing: Smoothing a function in 3D space
  • Date: Sat, 3 Sep 2016 10:46:56 +0000
  • Accept-language: en-ZA, en-US
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:DB48axIF5OVMI7Reg9mcpTZWNBhigK39O0sv0rFitYgUK/7xwZ3uMQTl6Ol3ixeRBMOAuqsC1red6PuoGTRZp83e4DZaKN0EfiRGoPtVtjRoONSCB0z/IayiRA0BN+MGamVY+WqmO1NeAsf0ag6aiHSz6TkPBke3blItdaymUrLV2o682Om2vpHSeA5VnyGVYLVoLRzwox+b/p0djoJmb6ow0RDUuWBgeuJMxGouK0jFzDjm4cLltqV//jVMv/87s4ZkVrj7ZOwcSqFHRnxyKHw49dHvuEDrTA+L530bU35QnxZVVVuWpCrmV4v853Op/tF23zOXaJX7

Hi All,

I have a point set containing the locations of points in space representing some surface, I am calling this the array composed of the vectors (x, y, z) (bold for vectors), and at each point in space (x, y, z) I have a value for the approximate mean curvature, H, of the surface, so basically I have the array (x, y, z, H).

In order to get a smoother representation of the mean curvature field, is there a function or functions in CGAL I could use to smooth the curvature field? (I noticed CGAL has Jet smoothing and Bilateral smoothing, but this seems to only smooth the locations of the points in space and not necessarily a 3D field variable such as the mean curvature.)

Any advice would be much appreciated.

Thanks very much!

Louis Steytler


  • [cgal-discuss] Point Set Processing: Smoothing a function in 3D space, Steytler, Louis Louw, 09/03/2016

Archive powered by MHonArc 2.6.18.

Top of Page