Allow different delta values (dx, dy, dz) for "Adaptive Weighted" algorithms?
Open
- Dominant language
- MATLAB
- Stars
- 803
- Forks
- 262
- Avg merge
- 9d 13h
- Merged PRs (30d)
- 8
Description
Currently, all version of "AW" algorithms have the same "delta" parameter controls the adaptive weight exp( -(xi-xj)^2/ delta) for all (x, y, z) directions. I can see the need to specify different "deltas" when the x, y, z axis have different resolutions (for example, some tomosynthesis situations). Could we make changes to allow this? We could allow delta to be either a scalar (likely current situation) or a array of (d1, d2, d3). Need some code changes in POCS_TV.cu and other places as well.
Contributor guide
Assessment
This issue has not been assessed yet.