Skip to content

A Python library that reconstructs 3D CT images into 2D panoramic images with minimal distortion

Notifications You must be signed in to change notification settings

whnbaek/ArchPresser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArchPresser

General libraries

With simple ray-sum to developable natural cubic spline surface

Ours

With thickness-aware ray-sum to non-developable bivariate B-spline surface

Howto

First, compile the code.

$ ./bind.sh

Then, use the library like below. (e.g. test.py)

from arch_presser import ArchPresser
...
ArchPresser().preprocess(
    dir_path,
    upper_start_points,
    upper_end_points ,
    lower_start_points,
    lower_end_points,
    pixel_size
).project(thickness).press(image_path, clamp)
...

About

A Python library that reconstructs 3D CT images into 2D panoramic images with minimal distortion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published