colmap icon indicating copy to clipboard operation
colmap copied to clipboard

Green screen masking feature

Open VR-Architect opened this issue 5 years ago • 3 comments

Please add the ability to have a green screen color selected which result in any cloud points within a range of that color being deleted from the scan. This will permit users to put an object on a green cloth and the resulting cloud points would not include the tabletop. The ability to change the mask color to say a neon orange is helpful for objects containing the green color in the object.

VR-Architect avatar Jan 15 '21 17:01 VR-Architect

This can be achieved today by using the mask parameters in the feature_extractor step. The same could be achieved manually in dense reconstruction by masking the depth/normal maps between the patch_match_stereo and the stereo_fuser steps. Hope that helps.

ahojnnes avatar Jan 17 '21 17:01 ahojnnes

so there aren't any command parameters such as --ImageReader.mask_path between the patch_match_stereo and the stereo_fuser steps right?

HuangBugWei avatar Feb 18 '21 12:02 HuangBugWei

Hi @HuangBugWei, I've provided an approach in #579 that might be useful.

hummat avatar Apr 27 '22 09:04 hummat