Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 664 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 664 Bytes

3D-image-analysis

Implementation of some 3D/2D image analysis algorithms for my Digital Image Processing course, with the purpose of better understanding how they work.

Contents

  1. Topological and geometrical features
    • Connected components
    • Euler number
    • Bounding box
    • Surface detection
  2. Region Segmentation
    • Thresholding
    • Region grow
    • Region split
    • Region merge
  3. Edge detection
    • Sobel
    • Range

References

  • Pitas I, Nikolaidis N, “3-D image processing algorithms”, Wiley (2000).
  • Toriwaki, J., Yoshida, H, “Fundamentals of Three-Dimensional Digital Image Processing”, Springer-Verlag London (2009).