You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
188
189 DoGFunctionPointer DoGFunction = DoGFunctionType::New();
190 //HACK: We probably want this to be true, but it would require updated reference data sets
191 DoGFunction->SetUseImageSpacing(false);
192
Changing this from (false) to (true) will improve the behavior for non-isotropic 1mm images, but that will also require a new set of reference images to be created.
The text was updated successfully, but these errors were encountered:
hjmjohnson
changed the title
Allow bertter image spacing behaviors
Allow better image spacing behaviors
Dec 30, 2017
itkHoughTransformRadialVotingImageFilter.hxx
188
189 DoGFunctionPointer DoGFunction = DoGFunctionType::New();
190 //HACK: We probably want this to be true, but it would require updated reference data sets
191 DoGFunction->SetUseImageSpacing(false);
192
Changing this from (false) to (true) will improve the behavior for non-isotropic 1mm images, but that will also require a new set of reference images to be created.
The text was updated successfully, but these errors were encountered: