colmap / glomap

GLOMAP - Global Structured-from-Motion Revisited
BSD 3-Clause "New" or "Revised" License
1.3k stars 76 forks source link

glomap support for RGBA images #87

Closed visualvlad closed 1 week ago

visualvlad commented 2 weeks ago

Hi. Great method and repo!

Does glomap support RGBA images? Attempting to use RGBA images didn't seem to ignore the parts with alpha=0 and took only the RGB data into account.

Thanks.

lpanaf commented 2 weeks ago

Hi, thanks for the interest. Yes, you are right, we are not considering the alpha channel of images. If desired, maybe you can consider opening an issue in COLMAP, as the image feature extraction and matching are performed with that tool. For the mapping part, the alpha channel should be less relavant.

visualvlad commented 1 week ago

Thank you.