Commit graph

61 commits

Author SHA1 Message Date
Fabien Castan
8f4a69595f [nodes] Meshing: export minVis 2023-09-21 00:07:09 +02:00
Candice Bentéjac
41280dc22a [nodes] M-P: Harmonize and improve labels and descriptions
Use CamelCase for all labels, always end descriptions with periods, and
replace the mixed use of single and double quotes with double quotes
only.
2023-06-16 10:31:42 +02:00
fabien servant
ae0ca71c1c [nodes] replace CommandLineNode with AVCommandLineNode for alicevision nodes 2022-12-06 15:07:01 +01:00
Candice Bentéjac
e7290313bf [nodes] Align FloatParams' and IntParams' ranges with their params' type 2022-09-28 10:41:39 +02:00
Candice Bentéjac
1a63a5f819 [nodes] Align all nodes' default values with their params' type
Fix default values for:
- DepthMap: refineSigma (FloatParam); use float instead of int
- ImageMasking: hsvMaxSaturation (FloatParam); use float instead
of int
- ImageMasking: hsvMaxValue (FloatParam); use float instead of
int
- Meshing: estimateSpaceMinObservationAngle (FloatParam); use
float instead of int
- PanoramaInit: yawCW (BoolParam); use bool instead of int
2022-09-26 18:11:02 +02:00
Fabien Castan
61bc59928d [nodes] Mesh*: use file extension to choose the file format 2021-09-06 12:05:52 +02:00
Thomas Zorroché
45bed69672 [nodes] change default mesh format to obj 2021-09-03 21:13:20 +02:00
Thomas Zorroche
173be9f187 [nodes] add output mesh file type for Meshing and Mesh Filtering 2021-09-03 21:13:14 +02:00
Fabien Castan
7d4e9524ad Update nodes versions 2021-02-26 00:52:50 +01:00
Fabien Castan
7be1aaccae [nodes] Meshing: add more advanced params 2021-02-18 13:28:33 +01:00
Fabien Castan
e611e430fc [nodes] Meshing: add nPixelSizeBehind and invertTetrahedronBasedOnNeighborsNbIterations params 2021-02-17 00:38:05 +01:00
ChemicalXandco
e18f815af9 [nodes] add node categories 2021-02-14 17:03:42 +00:00
Fabien Castan
3adb825f2a
Merge pull request #1273 from alicevision/dev_shapeFromSilhouette
[nodes] Meshing: Add `addMaskHelperPoints` option
2021-02-12 15:59:41 +01:00
Fabien Castan
78bc228dfb [nodes] Meshing: new cells filtering by solid angle ratio 2021-02-12 11:23:53 +01:00
Fabien Castan
8e6921b2e4 [nodes] Meshing: add seed and voteFilteringForWeaklySupportedSurfaces 2021-02-11 01:29:44 +01:00
Grégoire De Lillo
6a39b1bb33 [nodes] Meshing: Add addMaskHelperPoints option 2021-01-28 11:40:51 +01:00
Julien-Haudegond
79e1c69d5d Merge remote-tracking branch 'origin/develop' into dev/nodesAndTaskManager 2020-08-24 15:19:31 +02:00
Julien-Haudegond
9a7e4fe16d [nodes] Meshing: add enabled parameter to bounding box
- Add enabled parameter to Bounding Box and update the major version of the node (important)
2020-08-13 14:24:44 +02:00
Julien-Haudegond
94b2ff3a87 [nodes] meshing: add bounding box options
- Checkbox in optional settings.
- Parameters in advanced settings.
2020-08-13 14:24:44 +02:00
Fabien Castan
bab908d2eb Merge branch 'develop' into dev/nodesAndTaskManager 2020-07-30 10:56:19 +02:00
Julien-Haudegond
4e20286ac0 [nodes] increment nodes version 2020-07-29 14:39:38 +02:00
Julien-Haudegond
d1756ca650 [nodes] update several nodes with enabled parameter 2020-07-29 11:38:13 +02:00
Fabien Castan
451f5d65c0 Merge branch 'develop' of https://github.com/alicevision/meshroom into dev/panoramaFisheye
Conflicts:
	meshroom/ui/app.py
2020-06-22 17:04:24 +02:00
Enguerrand DE SMET
fe9cf42768
[nodes] Meshing: update binary version 2020-06-18 16:38:45 +02:00
Enguerrand DE SMET
eb39a614fb [nodes] Meshing: use only one depth map folder 2020-06-17 11:26:28 +02:00
Fabien Castan
64a4c9426a [nodes] add some nodes documentation 2020-03-26 11:20:44 +01:00
Yann Lanthony
ac149e1e51 [nodes][aliceVision] use user-friendly atribute labels 2020-01-24 12:00:13 +01:00
Yann Lanthony
44fe4f765e
[nodes][aliceVision] Meshing: add "colorizeOutput" option 2019-07-11 12:45:11 +02:00
Yann Lanthony
fea7f89e99
[nodes][aliceVision] Meshing: make outputMesh first output parameter
ensures that the mesh is loaded in the 3D Viewer when double clicking on a Meshing node
2019-07-10 18:26:08 +02:00
Fabien Castan
9b2338488b
Merge pull request #382 from alicevision/dev_densePointCloud
Dense point cloud
2019-02-28 16:10:46 +01:00
Grégoire De Lillo
8a702b9866 [nodes] Meshing change output outputDenseReconstruction to outputDensePointCloud 2019-01-24 10:38:59 +01:00
Grégoire De Lillo
35163f0a69 [nodes] Meshing add option saveRawDensePointCloud 2019-01-24 10:37:01 +01:00
Fabien Castan
45fda5ea14 [nodes] Meshing: addLandmarksToTheDensePointCloud is false by default
To align with https://github.com/alicevision/AliceVision/pull/585
2019-01-22 19:40:01 +01:00
Grégoire De Lillo
d8a53ef35e [nodes] Meshing Add option addLandmarksToTheDensePointCloud 2019-01-16 15:08:15 +01:00
Yann Lanthony
168b573e36 [nodes][aliceVision] mark advanced parameters 2018-12-20 11:17:23 +01:00
Grégoire De Lillo
e1f30eb320 [nodes] DepthMapFilter & Meshing rename option depthMapFolder to depthMapsFolder 2018-12-13 17:40:31 +01:00
Grégoire De Lillo
05c2305df7 [nodes] Meshing option estimateSpaceMinObservationAngle to 10 2018-12-13 17:37:28 +01:00
Grégoire De Lillo
139fe5ac5c [nodes] Meshing Remove unused param imagesFolder 2018-12-13 11:43:59 +01:00
Grégoire De Lillo
b490534277 [nodes] Meshing add estimateSpaceMinObservationAngle option 2018-12-06 16:08:45 +01:00
Grégoire De Lillo
123c59ff4e [nodes] Meshing Rename option minObservations to estimateSpaceMinObservations 2018-10-31 15:21:36 +01:00
Grégoire De Lillo
3c49a605e6 [nodes] Meshing version is now 2.0 2018-10-30 11:43:01 +01:00
Grégoire De Lillo
640f46fdbd [nodes] Meshing Add option estimateSpaceFromSfM
Estimate the 3d space from the SfM.
2018-10-30 11:27:16 +01:00
Grégoire De Lillo
4ec5bbe255 [nodes] Meshing Add option minObservations
Minimum number of observations for SfM space estimation.
2018-10-30 11:25:56 +01:00
Grégoire De Lillo
52a7f475c3 [nodes] Remove CameraConnection node 2018-10-15 18:03:00 +02:00
Grégoire De Lillo
9ce4b5e4ce [nodes] Mashing add imagesFolder option for meshing without depth maps 2018-10-10 14:43:08 +02:00
Grégoire De Lillo
ce25724023 [multiview] Use SfMData as input in MVS pipeline 2018-08-08 18:33:05 +02:00
Yann Lanthony
2a410d07ea [nodes][aliceVision] add initial version on nodes 2018-07-19 13:50:45 +02:00
Yann Lanthony
346277629a [nodes] use 'desc.Node.internalFolder' in outputs values
* avoid duplicating the same string everywhere
* don't override 'internalFolder' with the same value default value in subclasses
2018-07-19 13:50:45 +02:00
Yann Lanthony
4a8ee8b76e [nodes] AliceVision: update default values for MVS steps 2018-04-19 20:53:38 +02:00
Fabien Castan
79549e8e38 [nodes] Meshing: expose all new fuse parameters
And remove smoothing params
2018-03-30 21:59:55 +02:00