2
« on: August 20, 2025, 06:16:35 PM »
I am working with multispectral imagery from the DJI Mavic 3 Multispectral (M3M). I have created a reflectance-calibrated orthomosaic in Metashape using a calibration panel.
When I export the orthomosaic, the output is very dark, and some bands (particularly Red and Red Edge) appear almost completely black when viewed outside of Metashape.
Could you please clarify:
1.
What is the correct expression to use in Set Raster Transform so that each band (G, R, RE, NIR) is exported with appropriate brightness and contrast for visualization?
----For example, is this the recommended form for calibrated data in the 0–1 range?
----(Bx * BRIGHTNESS) * CONTRAST + 0.5 * (1 - CONTRAST)
2.
How should I determine the appropriate brightness and contrast factors for each band?
– Should they be based on histogram percentiles (e.g., 2–98%), or are there default/recommended values for multispectral exports?
My goal is not to change the radiometric values (I need those preserved for analysis), but to create exports that are also easier to visualize in external software.
thanks.