<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div dir="ltr" id="yui_3_16_0_ym19_1_1501338007240_11603">When I run itk.N4BiasFieldCorrectionImageFilter, I want to get the control point lattice, but when I run:</div><div dir="ltr" id="yui_3_16_0_ym19_1_1501338007240_10006"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1501338007240_10005">correcter.GetLogBiasFieldControlPointLattice()<br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1501338007240_10005"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1501338007240_10005">It returns a SmartPointer: <Swig Object of type 'itk::SmartPointer< itk::Image< itk::Vector< float,1 >,2 > > *' at 0x15e775300></div><div dir="ltr" id="yui_3_16_0_ym19_1_1501338007240_10005"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1501338007240_10005">Can I get the actual image from this in WrapITK? Is this happening because I haven't wrapped another class - specifically itk::BSplineScatteredDataPointSetToImageFilter, which is where the LogBiasFieldControlPointLattice comes from?</div><div dir="ltr" id="yui_3_16_0_ym19_1_1501338007240_10005"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1501338007240_10005">Thanks!!</div></div></body></html>