├── LICENSE ├── README.md ├── example ├── example.m ├── feature3D.mat └── solveGeo.m └── solveGeo.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jingsh/Geometry-calibration-for-tomographic-x-ray-imaging-systems/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jingsh/Geometry-calibration-for-tomographic-x-ray-imaging-systems/HEAD/README.md -------------------------------------------------------------------------------- /example/example.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jingsh/Geometry-calibration-for-tomographic-x-ray-imaging-systems/HEAD/example/example.m -------------------------------------------------------------------------------- /example/feature3D.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jingsh/Geometry-calibration-for-tomographic-x-ray-imaging-systems/HEAD/example/feature3D.mat -------------------------------------------------------------------------------- /example/solveGeo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jingsh/Geometry-calibration-for-tomographic-x-ray-imaging-systems/HEAD/example/solveGeo.m -------------------------------------------------------------------------------- /solveGeo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jingsh/Geometry-calibration-for-tomographic-x-ray-imaging-systems/HEAD/solveGeo.m --------------------------------------------------------------------------------