Fabien Castan
Fabien Castan
Alternately, vcpkg should remove the ports that don't consistently update their dependencies. When they update, they ought to be re-added. Due to other less significant projects that are not routinely...
This PR is a replacement for https://github.com/alicevision/meshroom/pull/1406
Yes, looks like the output of the StructureFromMotion node is missing. You should check the status of the StructureFromMotion node and the output log.
Yes it would great to have. It was already in our big dream-list backlog! As it is independent from the pipeline, it would be a perfect feature for a developer...
Are you sure that the image is fully back? Can you check the values with the color-picker? Maybe you have some noise or compression artefacts. The points in orange means...
Yes, because we filter the number of extracted points on cpu at the end. For performance reason, we filter the points earlier on gpu, before extracting the feature orientations. So...
- [x] If we rename one internalAttribute, the upgrade is not working fine. - [x] Add an icon on nodes with comments (with the comment in tooltip)
I agree that this would be a good feature. In the meantime, a simple workaround is to apply your mask on the input pixel (RGB=0). There is no drawback in...
Yes sure but in practice it works quite fine. I have always used soft-edges on my masks.
@ALfuhrmann It could make sense to integrate background subtraction option into https://github.com/alicevision/AliceVision/pull/715. Currently there is only one algorithm implemented for HSV keying, but the option is already there to add...