Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow better image spacing behaviors #359

Open
hjmjohnson opened this issue Dec 30, 2017 · 0 comments
Open

Allow better image spacing behaviors #359

hjmjohnson opened this issue Dec 30, 2017 · 0 comments
Assignees

Comments

@hjmjohnson
Copy link
Member

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 hjmjohnson changed the title Allow bertter image spacing behaviors Allow better image spacing behaviors Dec 30, 2017
@hjmjohnson hjmjohnson self-assigned this Dec 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant