Fix/issue70#72
Conversation
… correctly in ODM. Signed-off-by: HuPengcheng <hpc0813@outlook.com>
|
@LuvMangorange I will find some time this week to take a closer look at this issue with ODM. |
|
1 similar comment
|
… correctly in ODM.
FIX: Radiometrically corrected M3M images fail to mosaic correctly in ODM. #70
What?
Relative radiometric correction of M3M multispectral images leads to incorrect output during mosaicing in ODM. ODM supports relative correction natively but lacks absolute correction support. Fixing this issue will enable seamless integration between this project and ODM.
Why?
The issue occurs because the metadata handling for DJI Mavic 3M (M3M) sensors was not properly aligned with ODM's expectations. When radiometrically correcting M3M images, the current implementation sets specific band parameters (wavelength, FWHM) directly in the EXIF metadata, but ODM requires these values to be stored in XMP-Camera namespace tags for proper mosaic processing.
The fix ensures that M3M images retain the necessary metadata structure that ODM expects, while still benefiting from the radiometric correction provided by this project.
PR Checklist
Breaking Changes
This fix modifies the metadata structure for M3M images to ensure compatibility with ODM. While the changes are focused on metadata formatting and should not affect the core radiometric correction functionality, users who rely on the specific EXIF tag structure for other workflows may need to adjust their downstream processes.