Hi, You can check ITK guidelines https://itk.org/ITKSoftwareGuide/html/Book1/ITKSoftwareGuide-Book1ch9.html section 9.5. It can be pretty straightforward. But there are quite often subtleties. The basic idea: create one .wrap file with the same name as the header file of the filter and implement it following existing examples, e.g. https://github.com/RTKConsortium/RTK/blob/master/wrapping/rtkFourDConjugateGradientConeBeamReconstructionFilter.wrap You can let the CI compile by creating a pull request or try to compile it locally by activating python wrapping in ITK. I can try to do it for you if it does not work quickly for you. Simon
On Thu, Dec 7, 2023 at 5:47 PM Valentin Hamaide < [email protected]> wrote: > Hello, > > > > I am currently using RTK with Python wrappings. > > I wanted to try the FourDROOSTERConeBeamReconstructionFilter but I see > that there are no python wrappings. > > How can I generate this python wrapping? Are there some guidelines > somewhere on how to do this? > > > > Best, > > Valentin > _______________________________________________ > Rtk-users mailing list > [email protected] > https://www.creatis.insa-lyon.fr/mailman/listinfo/rtk-users >
_______________________________________________ Rtk-users mailing list [email protected] https://www.creatis.insa-lyon.fr/mailman/listinfo/rtk-users
