Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

whnbaek/ArchPresser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors