Skip to content

Allow better image spacing behaviors #359

@hjmjohnson

Description

@hjmjohnson

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions