alicevision / AliceVision

Photogrammetric Computer Vision Framework
http://alicevision.org
Other
2.96k stars 822 forks source link

--help arguments out of date #1037

Closed Ambrosiussen closed 3 years ago

Ambrosiussen commented 3 years ago

Hi,

I was recently updating the AliceVision integration in SideFX Houdini, and noticed that the --help printout did not get updated between the included binaries for Meshroom 2020 and 2021. An example is the alicevision_meshFiltering. Some missing arguments are:

--smoothingSubset --smoothingBoundariesNeighbours --smoothingIterations --smoothingLambda --filteringSubset --filteringIterations --filterLargeTrianglesFactor --filterTrianglesRatio

Additionally, some arguments got removed but are still present in the help.

fabiencastan commented 3 years ago

Hi @Ambrosiussen ! I'm not sure to understand the problem or how it's possible. The documentation is generated from the arguments used: See the code here: https://github.com/alicevision/AliceVision/blob/v2.4.0/src/software/pipeline/main_meshFiltering.cpp#L132

Ambrosiussen commented 3 years ago

I think this was an error on my end. Closing this!