View source: R/clip_lidR_ctgs.R
correct_Reflectance_Xu2017 | R Documentation |
This function takes a LAS
input containing the fields Amplitude
in dB and
Distance
in meteres. It applies a distance based correction using the methods
of Xu et al. 2017. The formula only applies the correction based on distance, but
not incident angle. The study used a REIGL VZ400i, but less sure if this applies
to other scanners.
correct_Reflectance_Xu2017(las)
las |
a |
## NOT RUN ##
#las = readLAS('las1.laz')
# corr = correct_Reflectance_Xu2017(las)
# par(mfrow = c(1,2))
# plot(las$Amplitude ~ las$Distance)
# plot(corr, las$Distance)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.