LogoLogo
Home PageCreate a Ticket
Double 4K Sensor
Double 4K Sensor
  • 📷Double 4K
    • Double 4K Sensor Image Capture
    • Double 4K - Firmware Release Notes
    • Double 4K - Updating Firmware
    • Double 4K - Sensor Troubleshooting
    • Double 4K - Hardware Overview
    • Double 4K - Using Pix4D
    • Double 4K Multispectral - NDVI and NDRE Calculations
    • Double 4K NDVI/NDRE Sensor - NDVI and NDRE Calculations
    • Double 4K - Accessing the Diagnostics Web Pages
    • ❓FAQS
      • FAQS: How do I use a new MicroSD Card with my Sentera Sensor?
Powered by GitBook
On this page
  • NDVI/NDRE
  • NDVI (Ag+ Filter)
  • NDRE (NDRE Filter)
Export as PDF
  1. Double 4K

Double 4K NDVI/NDRE Sensor - NDVI and NDRE Calculations

PreviousDouble 4K Multispectral - NDVI and NDRE CalculationsNextDouble 4K - Accessing the Diagnostics Web Pages

NDVI/NDRE

NDVI (Ag+ Filter)

For the NIR/Red Edge camera, we have the following combined spectral response:

Note that from this imager, we only use the Blue channel for NIR and the Red channel for Red. The green channel is discarded when performing index and band calculations.

If it is necessary to separate the channels further, we can use a system of equations to subtract out the effect of the out of band channels on each band. This calculation assumes that the incoming light is approximately uniform (which is the case with daylight). We also add the constraint that the power across each of the filtered bands is equal. This allows us to perform calculations across each of the color bands, even if the filter widths vary. This results in the following:

Red = -0.966DNblue + 1.000DNred NIR = 4.350DNblue - 0.286DNred

NDVI = (NIR - Red) / (NIR + Red)

NDRE (NDRE Filter)

For the NIR/Red Edge camera, we have the following combined spectral response:

Note that from this imager, we only use the Blue channel for NIR and the Red channel for Red Edge. The green channel is discarded when performing index and band calculations.

If our light source has smooth power across our wavelengths of interest, we can subtract out the us of band wavelengths in the NIR and Red Edge portions via the following:

RedEdge = -0.956*DNblue + 1.000*DNred NIR = 2.426*DNblue - 0.341*DNred

NDRE = (NIR - RedEdge) / (NIR + RedEdge)

📷