Metadata-Version: 2.1
Name: xregi
Version: 0.3.2
Summary: A package for automatic 2D/3D registration of X-ray and CT images
Home-page: https://github.com/shez12/xregi
Download-URL: 
Author: Jiaming Zhang
Author-email: jzhan282@jhu.edu
License: MIT
Description-Content-Type: markdown
License-File: LICENSE
Requires-Dist: h5py (>=3.7.0)
Requires-Dist: imgaug (>=0.4.0)
Requires-Dist: matplotlib (>=3.5.2)
Requires-Dist: ml-collections (>=0.1.1)
Requires-Dist: numpy (>=1.24.2)
Requires-Dist: opencv-python (>=4.6.0.66)
Requires-Dist: pandas (>=1.4.3)
Requires-Dist: Pillow (>=9.3.0)
Requires-Dist: pydicom (>=2.3.0)
Requires-Dist: scipy (>=1.9.0)
Requires-Dist: seaborn (>=0.12.2)
Requires-Dist: torch (>=1.12.0)
Requires-Dist: torchvision (>=0.13.0)

This package is for automatic 2D/3D registration of X-ray and CT images. The package contains a 2D/3D registration solver and a 2D landmark detector. The 2D/3D registration solver is inherited from xReg, and the 2D landmark detector is inherited from Synthex.
