<div dir="ltr"><div>Hi Ben,</div><div>This should have been fixed since <a href="https://github.com/SimonRit/RTK/commit/2c8ae75f3d23dd6174f4bf707217e5cfc2b7e799">this commit</a>. Maybe you can try to upgrade to RTK master?</div><div>Otherwise, check the <a href="http://www.openrtk.org/Doxygen/classes.html">doxygen documentation</a> or you can check <a href="https://github.com/SimonRit/RTK/blob/master/include/rtkGgoFunctions.h#L309-L338">here</a> how it's done in the applications.</div><div>Simon<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 8, 2020 at 9:22 PM Benjamin W. Maloney <<a href="mailto:Benjamin.W.Maloney.TH@dartmouth.edu">Benjamin.W.Maloney.TH@dartmouth.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span>Hi all,<br>
</span></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<div><br>
</div>
<div>Thanks for the help getting my reconstruction up and running last week<br>
</div>
<div><br>
</div>
<div>I apologize if I missed something obvious</div>
<div>I was hoping to use an iterative technique but I'm having trouble getting it running<br>
</div>
<div>Is it required to set a forward projection filter? <br>
</div>
<div><br>
</div>
<div>The relevant code is:<br>
</div>
<div>using FDKGPUType = rtk::CudaIterativeFDKConeBeamReconstructionFilter;<br>
</div>
<div>FDKGPUType::Pointer feldkamp = FDKGPUType::New();<br>
</div>
<div>feldkamp->SetInput(0, constantImageSource2->GetOutput()); //Reconstruction Volume<br>
</div>
<div>feldkamp->SetInput(1, reader->GetOutput()); //Projection Images<br>
</div>
<div>feldkamp->SetGeometry(geometry);<br>
</div>
<div><br>
</div>
<div>I get an error here:<br>
</div>
<div>Exception thrown: read access violation.<br>
</div>
<div>this->m_ForwardProjectionFilter.m_Pointer was nullptr.<br>
</div>
<div>On line 121 of rtkIterativeFDKConeBeamReconstructionFilter.hxx<br>
</div>
<div><br>
</div>
<div>This looks like it doesn't set a forward projection filter by default. I'm struggling a bit to get the format for setting this correct<br>
</div>
<div><br>
</div>
<div>Thanks for the help!<br>
</div>
<span>Ben</span><br>
</div>
<div>
<div id="gmail-m_-3657690088151443369Signature"></div>
</div>
</div>

_______________________________________________<br>
Rtk-users mailing list<br>
<a href="mailto:Rtk-users@public.kitware.com" target="_blank">Rtk-users@public.kitware.com</a><br>
<a href="https://public.kitware.com/mailman/listinfo/rtk-users" rel="noreferrer" target="_blank">https://public.kitware.com/mailman/listinfo/rtk-users</a><br>
</blockquote></div>