Skip to content

Harry-Kwon/Segmentation-Code-Samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Segmentation Code Sample

A sample of code to detect and segment "ravines" in 3d images using a modified version of the Hessian ridge detection algorithm.

Dependencies

Usage

  • cli usage: python3 generate_ridge_data FILENAME
  • python library usage:
from generate_ridge_data import generate_ridge_data
generate_ridge_data(FILENAME)

References

About

Code samples of 3d image feature detection and segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages