This is a project dedicated to compiling pyd module for this python project
This project is derived from this branch
- git clone This Project
- Launching project via "VTK_CGAL_Libigl.sln".
- Switch the "Solution Configurations" to Release.
- RUN (the project itself).
In this Class CBCTJawRegistration. This class exposes the following to Python:
- Constructor
CBCTJawRegistration(
const std::wstring& upper_teeth_file,
const std::wstring& lower_teeth_file,
const std::wstring& tiff_folder,
const std::wstring& upper_jaw_file,
const int lower_x,
const int upper_x,
const int lower_y,
const int upper_y,
const int lower_z,
const int upper_z,
const float voxel_space = 0.3f,
const std::wstring& temp = std::wstring())
-
void Registration()
-
pybind11::tuple GetUpperTransformation()
-
pybind11::tuple GetLowerTransformation()
- This Project is designed and compiled by Schwarz Solomon.
- Tidied up and uploaded by 0x11111111.