Ticket #4072 (closed: fixed)
Extend SmoothNeighbours
Reported by: | Owen Arnold | Owned by: | Owen Arnold |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | VATES | Keywords: | |
Cc: | zikovskyjl@… | Blocked By: | |
Blocking: | #4074 | Tester: | Wenduo Zhou |
Description
Extend to work with a specified number of neighbours. Rather than having to provide a radius, can specify an integer number of NNs.
Change History
comment:4 Changed 9 years ago by Owen Arnold
refs #4072 smoothing can be specified using number of neighbours
Changeset: 6822199a2191a723103c6f69dedd3eb1f6f0090b
comment:5 Changed 9 years ago by Owen Arnold
refs #4072. Fix error in test macro
Changeset: c670ced21623fcbf51395cd53cab562366aff0a1
comment:6 Changed 9 years ago by Owen Arnold
Tester: you should be able to switch between providing a radiusor specifying a fixed number of nearest neighbours using "ProvideRadius". See unit tests. Note that more enhancements are planned in this area for this iteration. Contact Owen Arnold for more details.
comment:7 Changed 9 years ago by Owen Arnold
- Status changed from accepted to verify
- Resolution set to fixed
comment:8 Changed 9 years ago by Wenduo Zhou
- Status changed from verify to verifying
- Tester set to Wenduo Zhou
comment:10 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 4919
refs #4072. Fix error in test macro