Open Orfeasfil opened 4 days ago
This method is not very general. In my case, because the upper part of the camera is the sky, we assume that the brightness and color of the sky are the same.
mask_refine = 255 - max(mask) + mask
final_stitching = origin_stitching + (255 - mask_refine)
Helo there! Great job!
Is there any code avaible that applies the refined mask too? Or at least a guide on how to add one?
Thank you in advance!