Skip to content

sujithTSR/surface-curvature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

surface-curvature

  1. The project is to represent a surface in 3D, using the libraries of scipy, numpy in python. For the code to run : install numpy and scipy libraries of python.

  2. The maximum and the minimum curvatures of the surface are calculated and with the help of these curvatures The gaussian and the mean curvatures of a surface are calulated.

The use of the gaussian curvature is to distinguish the surface points into distinct categories ie. elliptical points(K>0), hyperbolic points(K<0) and parabolic points (K=0)

Gaussian and mean curvature are often used for visual inspection of surfaces

Releases

No releases published

Packages

No packages published

Languages