8000 GitHub - 0w0n2/ct-fbp-reconstruction: Gray scale 이미지로 촬영한 CT Tomograpy 이미지로부터 sinogram을 생성한 후, Back Projection과 Filtered Back Projection을 적용한 단층 촬영 영상 재구성 과정 구현
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Gray scale 이미지로 촬영한 CT Tomograpy 이미지로부터 sinogram을 생성한 후, Back Projection과 Filtered Back Projection을 적용한 단층 촬영 영상 재구성 과정 구현

Notifications You must be signed in to change notification settings

0w0n2/ct-fbp-reconstruction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

[Biomedical Imaging Project]

🔬 CT Tomography Reconstruction 💀

Gray scale CT Tomograpy로부터 Sinogram을 생성하고,
Back ProjectionFiltered Back Projection을 적용한 단층 촬영 영상을 재구성하는 과정을 구현한 C++ 과제물입니다.


  • 📅 2025-06-11 | 2023년에 작성한 초기 코드 백업본입니다. 다소 미흡한 부분이 있어 향후 리팩토링 예정입니다. 😅

  • 📂 Project Structure

    ct-fbp-reconstruction/
    ├── assets/
    │   ├── doc/
    │   └── img/         # 참고용 CT 이미지 자료
    ├── src/             # 💻 주요 소스코드
    │   ├── bp.cpp       # Back projection (Inverse radon transform)
    │   ├── fbp.cpp      # Filtered back projection (+ Ramp filter function)
    │   └── radon.cpp    # Radon transform (Making a sinogram)
    └── README.md

    🎯 Reconstruction Result

    📍 Radon Transform & Back Projection 결과

    📍 실제 CT Tomography 영상에 적용


    About

    Gray scale 이미지로 촬영한 CT Tomograpy 이미지로부터 sinogram을 생성한 후, Back Projection과 Filtered Back Projection을 적용한 단층 촬영 영상 재구성 과정 구현

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages

    0