You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having issues when the image used to create the markers has mostly transparent backgrounds, that's because the SURF algorithm searches for the contrast between black on white or white on black, and that creates two opposites, mostly, white background images don't work with black background markers.
My proposal:
Detecting if the image has a mostly transparent background and adding that info on the marker files
Add a condition on the marker detection/tracking for the transparency flag
If the flag exists, use a background extraction algorithm and then a color replacement to white or to black while keeping the design colors(Like a green screen).
Didn't been tested yet, just a proposal and reminder of the issue. @kalwalt@ThorstenBux
The text was updated successfully, but these errors were encountered:
I'm having issues when the image used to create the markers has mostly transparent backgrounds, that's because the SURF algorithm searches for the contrast between black on white or white on black, and that creates two opposites, mostly, white background images don't work with black background markers.
My proposal:
Detecting if the image has a mostly transparent background and adding that info on the marker files
Add a condition on the marker detection/tracking for the transparency flag
If the flag exists, use a background extraction algorithm and then a color replacement to white or to black while keeping the design colors(Like a green screen).
Didn't been tested yet, just a proposal and reminder of the issue. @kalwalt @ThorstenBux
The text was updated successfully, but these errors were encountered: