Skip to content

Commit

Permalink
BUG: Fix bug for remote AdaptiveDenoising
Browse files Browse the repository at this point in the history
The AdaptiveDenoising project had a bug when processing images with small floating point
values (i.e. images with range of 0-1).
  • Loading branch information
hjmjohnson authored and dzenanz committed Feb 5, 2022
1 parent 3671be2 commit d5e9e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Remote/AdaptiveDenoising.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ itk_fetch_module(AdaptiveDenoising
"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/ntustison/ITKAdaptiveDenoising.git
GIT_TAG a31fc7dbed78260abb3832b908fd2b6a52cf189e
GIT_TAG 674218fae611184d4168bd0c7b027f1a0d1a8a18
)

0 comments on commit d5e9e44

Please sign in to comment.