Skip to content

tao-pr/SkullLiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SkullLiner

dental

A highly performant curve estimator for dental CT scan imagery diagnosis.

http://starcolon.com/dental-nerve-inspector/index.html


Requirements


Building the projects

Projects were created on Visual Studio 2005 back in around circa 2010. Building the projects on Windows should be fine.


How algorithms work

Long story short:

  • It reads in the input VTK image (Raw CT scan).
  • It then boosts the image with log transformation.
  • It then binarises the image, extracts the curve-like blobs.
  • It fits the curve-like blobs with linear programming.
  • It now has an estimated parametric curve of the image.

Licence

MIT Licence

Releases

No releases published

Packages

No packages published

Languages