简体   繁体   中英

ITK and VTK Wrapping into Python using Cmake

can we wrap all ITK and VTK files into Python by using cmake? I need full functionalities and all header files to be imported into python.

Yes, there is Python wrapping available for ITK and VTK. To install the wrapping,

python -m pip install --upgrade pip python -m pip install itk vtk

For more information on the ITK Python wrapping and how it automatically exposes the full functionality of the header files, see the Wrapping section of the ITK Software Guide.

To add your own Python wrapping for new ITK classes, see the section on ITK Modules and the ITK Module Template .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM