get_en {dualtrees} | R Documentation |
get energy from the dualtree transform
Description
square the wavelet coefficients and apply the bias correction
Usage
get_en(dt, correct = "none", N = ncol(dt))
Arguments
dt |
array of |
correct |
type of correction, either |
N |
the smallest whole power of two larger than or equal to the dimensions of the input image, usually just |
Details
The bias correction matrix should correspond to the filter bank used in the transform, for details on the matrices see A
.
Value
an array of the same dimensions as dt
References
Nelson, J. D. B., A. J. Gibberd, C. Nafornita, and N. Kingsbury (2018) <doi:10.1007/s11222-017-9784-0>
See Also
[Package dualtrees version 0.1.5 Index]