<div dir="ltr"><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><pre style="font-size:small;white-space:pre-wrap"><span style="font-family:Arial,Helvetica,sans-serif;color:rgb(34,34,34)">Dear rtk-users</span></pre>I look at the following question and I want to compile the python wrappings.</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">But I didn't know how to do it. I haven't used ITK so much, so I don't know.<br></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">I would appreciate it if you could tell me..<br></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">Thank you.</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">
<font face="arial, sans-serif">
<a href="https://public.kitware.com/pipermail/rtk-users/2021-September/011102.html" style="font-size:medium;white-space:normal;background-color:rgb(255,255,255)">[Rtk-users] Python RTK + CUDA </a><a name="11102" style="font-size:medium;white-space:normal;background-color:rgb(255,255,255)"> </a><span style="font-size:medium;white-space:normal"> </span><i style="font-size:medium;white-space:normal">Gabriele Belotti in </i>September2021</font></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><font face="arial, sans-serif">”””
</font>Hi Gabriele,</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">You can check the example here
<<a href="https://github.com/SimonRit/RTK/blob/master/examples/FirstReconstruction/FirstCudaReconstruction.py">https://github.com/SimonRit/RTK/blob/master/examples/FirstReconstruction/FirstCudaReconstruction.py</a>>.
Note, however, that the CUDA python packages are still not distributed. The
ones on pypi only have CPU code. So you would need to compile the python
wrappings, which would require the three CMake options ITK_WRAP_PYTHON=ON,
Module_RTK=ON, RTK_USE_CUDA=ON.
Simon</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><font face="arial, sans-serif">”””</font></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><font face="arial, sans-serif"><br></font></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><font face="arial, sans-serif"><br></font></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><font face="arial, sans-serif"><br></font></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><font face="arial, sans-serif">
</font><h1 style="white-space:normal"><br></h1>

</pre></div>