<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body 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="Signature"></div>
</div>
</body>
</html>