Skip to content

This is the final project for the course CSCI-GA-3033-018 Geometric Modeling at NYU

Notifications You must be signed in to change notification settings

Bushite/Smooth-Feature-Lines-Extraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Smooth Feature Lines on Surface Meshes

-- based on the paper by K. Hildebrandt, K. Polthier and M. Wardetzky

Background

Feature lines on a mesh carry the visually most prominent characteristics of the mesh. This paper introduces a way to detect the feature lines on a mesh based on utilizing discrete differential operators on piecewise linear meshes.

Objective

  • Detect “salient ridges” on meshes
  • Compute points with extreme principal curvatures
    • Under certain conditions, these form feature curves
    • Checking these conditions requires computing 1st and 2nd derivatives of curvatures

Procedures

  • Compute principal curvatures
  • Compute discrete extremalities
  • Smooth discrete extremalities
  • Determine regularity for each triangle
  • Trace feature lines in regular triangles
  • Process singular triangles

Library used

  • Libigl

Results

  • Direction of principal curvatures on a half cylinder image
  • Color map of the extramalities on a bumpy cube
    • e max (absolute values) image
    • e min (absolute values) image
  • Singular triangles on a hand image
  • Feature lines
    • on a camel head image
    • on a bumpy cube image
    • on a bumpy plane image

Todo

  • Remove small ridges by a threshold

About

This is the final project for the course CSCI-GA-3033-018 Geometric Modeling at NYU

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published