BRAINSTools icon indicating copy to clipboard operation
BRAINSTools copied to clipboard

Allow better image spacing behaviors

Open hjmjohnson opened this issue 6 years ago • 0 comments

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.

hjmjohnson avatar Dec 30 '17 00:12 hjmjohnson