Commit graph

60 commits

Author SHA1 Message Date
Grégoire De Lillo
ae33d8b522 [nodes] DepthMap: Add debug output parameters 2022-12-20 18:41:03 +01:00
Grégoire De Lillo
505aa27385 [nodes] DepthMap: Update sgmMaxDepths parameter default value to 1500 2022-12-20 18:39:47 +01:00
Grégoire De Lillo
b295cc5017 [nodes] DepthMap: Add parameter autoAdjustSmallImage 2022-12-20 18:39:00 +01:00
Grégoire De Lillo
4fab41a1a6 [nodes] DepthMap: Update tilePadding parameter default value to 64 2022-12-20 18:38:23 +01:00
Grégoire De Lillo
3e35d37e1e [nodes] DepthMap: Rename parameters tileBufferWidth & tileBufferHeight 2022-12-20 18:37:35 +01:00
Grégoire De Lillo
f3074948e7 [nodes] DepthMap: Remove option sgmMaxSideXY 2022-12-19 09:30:38 +00:00
Grégoire De Lillo
5681d39329 [nodes] DepthMap: Add multiple options for intermediate results 2022-12-19 09:30:38 +00:00
Grégoire De Lillo
2fa6fb4985 [nodes] DepthMap: Add option Seeds Range Inflate 2022-12-19 09:30:38 +00:00
Grégoire De Lillo
000a67decd [nodes] DepthMap: Add options Refine scale & Refine step 2022-12-19 09:30:38 +00:00
Grégoire De Lillo
e830bb44d0 [nodes] DepthMap: Fix float value 2022-12-19 09:30:38 +00:00
Grégoire De Lillo
73e2189180 [nodes] DepthMap: Fix label typo 2022-12-19 09:30:38 +00:00
Grégoire De Lillo
acfa9e0417 [nodes] depthMap: depth list per tile is now enabled by default 2022-12-19 09:30:38 +00:00
Grégoire De Lillo
b041ba834b [nodes] depthMap: tiles are now always merged 2022-12-19 09:30:38 +00:00
Grégoire De Lillo
0a371f268e [nodes] DepthMap: Update node parameters 2022-12-19 09:30:38 +00:00
Grégoire De Lillo
c63da96f47 [nodses] DepthMap: Add option to merge tiles 2022-12-19 09:30:38 +00:00
Grégoire De Lillo
1d5769639d [nodes] DepthMap: Remove legacy Refine options 2022-12-19 09:30:38 +00:00
Grégoire De Lillo
565f5a7f2d [nodes] DepthMap: Update node version from 2 to 3 2022-12-19 09:30:38 +00:00
Grégoire De Lillo
6f14dc97f8 [nodes] DepthMap: Update P2 Weighting parameter 2022-12-19 09:30:38 +00:00
Grégoire De Lillo
2add3bcdd6 [nodes] DepthMap: Add Refine user parameters 2022-12-19 09:30:38 +00:00
Grégoire De Lillo
91c914e692 [nodes] DepthMap: Add tile user parameters 2022-12-19 09:30:38 +00:00
fabien servant
ae0ca71c1c [nodes] replace CommandLineNode with AVCommandLineNode for alicevision nodes 2022-12-06 15:07:01 +01:00
Loïc Vital
a5fbbe7d82 [node] output labels renaming without 'Output' prefix 2022-10-19 09:50:21 +01:00
Loïc Vital
b4f0b5377e added some comments 2022-10-19 09:50:08 +01:00
Loïc Vital
a574c0fc9b use semantic field in file attributes to specify images and store displayed node in 2D viewer to adapt UI 2022-10-19 09:50:08 +01:00
Loïc Vital
fc5ab540f5 added outputImageTypes in node desc to update the viewer2D imageType combo box when double clicking a node 2022-10-19 09:50:07 +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
Grégoire De Lillo
2b658c1c16 [nodes] DepthMap: Change P2 default value to 100 2021-11-15 17:10:45 +01:00
Fabien Castan
8214f0a0e8 Merge remote-tracking branch 'origin/develop' into dev_depthMapOptim 2021-02-15 23:18:53 +01:00
ChemicalXandco
e18f815af9 [nodes] add node categories 2021-02-14 17:03:42 +00:00
Fabien Castan
f92a835b2f Merge remote-tracking branch 'origin/develop' into dev_depthMapOptim 2021-01-13 12:45:31 +01:00
Fabien Castan
bab908d2eb Merge branch 'develop' into dev/nodesAndTaskManager 2020-07-30 10:56:19 +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
Fabien Castan
3ab83ec710 [nodes] DepthMap: fix labels of the 2 "step" params 2019-10-01 16:08:03 +02:00
Fabien Castan
e259294640 [nodes][aliceVision] DepthMap: fix default value of sgmMaxSideXY 2019-07-16 21:21:00 +02:00
Fabien Castan
b55bf48da7 [depthMap] new SGM parameters: P1, P2, filteringAxes 2019-06-14 15:47:43 +02:00
Fabien Castan
3a0b3ac169 [depthMap] new SGM parameters 2019-06-07 12:50:03 +02:00
Fabien Castan
c27336c9be [nodes] DepthMap: add nbGPUs param 2019-01-22 19:38:34 +01:00
Grégoire De Lillo
6f1bcaa23e [nodes] DepthMap Add option exportIntermediateResults 2019-01-22 19:31:01 +01:00
Yann Lanthony
168b573e36 [nodes][aliceVision] mark advanced parameters 2018-12-20 11:17:23 +01:00
Grégoire De Lillo
d9a0fe13e0 [nodes] DepthMap & DepthMapFilter Fix: node version is 2.0 2018-12-17 11:46:34 +01:00
Grégoire De Lillo
50044faf9a [nodes] DepthMap add minViewAngle and maxViewAngle options 2018-12-06 16:07:16 +01:00
Grégoire De Lillo
52a7f475c3 [nodes] Remove CameraConnection node 2018-10-15 18:03:00 +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
Gregoire De Lillo
eadff47615 [nodes] Add verboseLevel parameter in some MVS nodes 2018-03-13 17:01:01 +01:00
Gregoire De Lillo
0e10b0e6a7 [nodes] DepthMap Add parameter Downscale 2018-03-13 16:59:46 +01:00
Fabien Castan
6b222e124d [nodes] DepthMap: clean param labels 2017-12-12 19:52:46 +01:00