Commit graph

2002 commits

Author SHA1 Message Date
Fabien Castan
a26122e546 [ui] NodeEditor: tabs width 2021-01-25 17:38:33 +01:00
Fabien Castan
ce51d3b5b6 [nodes] PanoramaCompositing: add optional custom cache folder 2021-01-25 17:38:33 +01:00
Fabien Servant
1993114178 [core] more robust check of "status" file 2021-01-25 17:38:33 +01:00
Fabien
fecec3eb40 [panorama] Add a cache folder 2021-01-25 17:37:27 +01:00
Fabien Castan
8d0cd74581
Merge pull request #1230 from alicevision/dev/panoInitManualPoses
Panorama: new options to init with known poses
2021-01-22 15:32:33 +01:00
Fabien Castan
d9018ffce6 [ui] PanoramaInit: set init mode to File on xml file drop 2021-01-22 15:21:22 +01:00
Fabien Castan
e5ad4b2e64 [ui] GraphEditor: improve readOnly behavior on attributes 2021-01-22 14:53:57 +01:00
Fabien Castan
078120696a [ui] GraphEditor: fix some readOnly regarding CompatibilityNodes 2021-01-22 14:30:33 +01:00
Fabien Castan
382e350bcd [ui] add soft random colors to cameras
help visualization when the cameras overlap
random color is baed on the view UID
2021-01-22 14:27:02 +01:00
Fabien Castan
00242f8c4e [ui] NodeStats: disable time if no info 2021-01-22 13:13:19 +01:00
Fabien Castan
37d3008f9e [core] rename nodesOfType 2021-01-22 13:12:29 +01:00
Fabien Castan
831443c29d [ui] NodeEditor: refactor ChunksList and add global stats 2021-01-22 11:38:53 +01:00
Fabien Castan
bd5d447d12 [ui] Stats: fix to avoid qml warnings
Fix https://github.com/alicevision/meshroom/issues/1130
2021-01-20 13:40:59 +01:00
Fabien Castan
64ffdba814 [nodes] PanoramaEstimation: add rotation averaging weighting option 2021-01-18 19:05:07 +01:00
Fabien Castan
1276e84033 [nodes] PanoramaInit: init cameras with zenith option 2021-01-18 17:31:29 +01:00
Fabien Castan
473b313158 [nodes] PanoramaEstimation: new option to filter tracks
This option disables tracks filtering by default.
2021-01-18 15:38:35 +01:00
Fabien Castan
7769cd47bf [nodes] LdrToHdr: enable highlights boolean option 2021-01-18 15:37:49 +01:00
Fabien Castan
ee37d6a14d [nodes] PanoramaInit: add yawCW param 2021-01-15 14:27:46 +01:00
Fabien Castan
9d8b173f76 [nodes] PanoramaInit: init camera poses 2021-01-15 10:55:24 +01:00
Fabien Castan
45308f7573
Merge pull request #1210 from alicevision/dev/chunkStatus
[core] taskManager: downgrade status per chunk
2021-01-15 10:53:32 +01:00
Fabien Castan
4a5995b346 [core] taskManager: downgrade status per chunk
Avoid to get trailing "submitted" chunks on the current node when we stop the computation.
2021-01-06 10:10:17 +01:00
Fabien Castan
c502ee1e73
Merge pull request #1182 from alicevision/dev/graphDeps
Graph Dependencies
2021-01-04 14:30:44 +01:00
Fabien Castan
a17bc3d5f4 [ui] graph: minor code change for readability 2021-01-04 13:49:14 +01:00
Fabien Castan
d1d78e9a8b [ui] Viewer2D: add check to getImageFile 2021-01-04 13:47:34 +01:00
Fabien Castan
e3b416026d [nodes] PanoramaWarping: fix missing Camel Case in label 2020-12-31 14:11:32 +01:00
Fabien Castan
a11b5d51aa [ui] Viewer2D: add a summary to the image metadata tab 2020-12-31 14:10:28 +01:00
Fabien Castan
4ce295b348 [ui] Viewer2D: change wording in comments 2020-12-31 13:44:36 +01:00
Fabien Castan
bdb0cadc39 [ui] graph: fix missing argument 2020-12-30 18:41:01 +01:00
Fabien Castan
8ef793a488 [ui] GraphEditor: output attributes are never read-only
Also allow to expand attributes list on a locked node.
2020-12-28 19:01:36 +01:00
Fabien Castan
2b48188b32 [multiview] connect common attributes in LdrToHdr* nodes 2020-12-28 17:34:32 +01:00
Fabien Castan
d3d17ec6dd [core] node: fix missing function argument to getInputNodes 2020-12-28 17:31:48 +01:00
Fabien Castan
5fb6a5fb0f [ui] GraphEditor: only connect compatible attributes 2020-12-28 16:18:51 +01:00
Fabien Castan
85044e50cb [ui] GraphEditor: improve dash pattern on edges
- Avoid variation in dash pattern when the stroke is hovered by compensating strokeWidth.
- Use a dash pattern of [6,4] to get a stronger feeling of a dashed line (VS a dotted line).
2020-12-28 12:01:17 +01:00
Fabien Castan
be39efef45
Merge pull request #1190 from alicevision/node-doc-markup
Update LdrToHdrSampling.py
2020-12-28 11:45:09 +01:00
Simon
556fb1de5e
Update LdrToHdrSampling.py 2020-12-20 21:57:21 +01:00
Fabien Castan
3fe6c22bc2 [multiview] Add connections between params in default pipelines 2020-12-18 01:15:12 +01:00
Fabien Castan
ecf10a65f7 [ui] GraphEditor: visualize edges between params (non File attributes) 2020-12-18 01:13:54 +01:00
Fabien Castan
b75ccdb02f [ui] GraphEditor: use dash lines for input/input edges 2020-12-18 01:09:34 +01:00
Fabien Castan
cb9841ddd0
Merge pull request #390 from alicevision/dev_lightingEstimation
[nodes] New node `LightingEstimation`
2020-12-15 16:36:52 +01:00
Fabien Castan
d291fcc39d [core] graph: use new dependenciesOnly option on graph operations
Input attribute to input attribute connection is not a real dependency between the nodes.
2020-12-14 19:02:49 +01:00
Fabien Castan
98b5039f8a
Merge pull request #612 from alicevision/dev/nodesAndTaskManager
Improve Graph Editor UX
2020-12-03 15:51:38 +01:00
Fabien Castan
bfdf2eae8b [ui] GraphEditor: use globalExecMode method 2020-12-02 19:56:23 +01:00
Fabien Castan
a0206a85fc [core] graph: fix retrieve first submitter 2020-12-02 01:06:04 +01:00
Fabien Castan
1102ce84e0 Merge branch 'develop' of github.com:alicevision/meshroom into dev/nodesAndTaskManager
Conflicts:
	meshroom/core/graph.py
	meshroom/ui/qml/main.qml
2020-12-01 20:02:43 +01:00
Fabien Castan
04945bf6e4
Merge pull request #1164 from alicevision/dev/siftGridSort
[feature] sift: update default values, add new filtering and add dsp-sift variation
2020-12-01 17:48:00 +01:00
Fabien Castan
e36078dbfa
Merge pull request #1145 from ChemicalXandco/fix_live_reconstruction
fix error on live reconstruction
2020-12-01 16:08:32 +01:00
Fabien Castan
944aaed936
Merge pull request #1162 from alicevision/dev/whiteBalance
[camerainit] add a boolean for white balance use
2020-12-01 15:27:30 +01:00
Fabien Castan
715348f68d [multiview] Panorama: change default parameters
Use describerQuality=high as it improves quality on many challenging
panorama datasets (in particular for the challenging matching between
fisheye images) and the number of images to process on a panorama is
usually reasonable.
2020-11-24 16:04:29 +01:00
Fabien Castan
3daf4a26f3 [nodes] FeatureExtraction: remove dev params 2020-11-23 22:17:55 +01:00
Fabien Castan
98f8bf5e3b [nodes] FeatureExtraction: GridSort filtering by default 2020-11-23 22:17:40 +01:00