Commit graph

1695 commits

Author SHA1 Message Date
Fabien Castan
21fa9167ae [nodes] SfMTransform, SfMTransfer, SfMAlignment expose the same output params than the StructureFromMotion node 2020-06-29 13:59:53 +02:00
Fabien Castan
082f9b5843 [core] correct the actions order when loading the project file
We now call applyExpr before updateInternals is called (triggered by setupProjectFile and/or end of GraphModification).
So the input parameters expressions/connections are up-to-date (after applyExpr) when updateInternals will evaluate the input/output parameters.
2020-06-29 12:53:11 +02:00
Fabien Castan
202c1db5ff [ui] Viewer: fix error when the image is not yet defined 2020-06-28 19:22:10 +02:00
Fabien Castan
a5131eec44 [nodes] ImageProcessing: define output values using lambda 2020-06-28 17:39:50 +02:00
Fabien Castan
bbc56cfb31 [core] Add support for lambda function in Attribute desc value
Allows to dynamically configure the default value of the Attribute in python.
2020-06-28 17:39:50 +02:00
Fabien Castan
05a93c28a2 [multiview] Add 2 new nodes to the HDRI pipeline: SfMTransform and ImageProcessing 2020-06-28 17:39:50 +02:00
Fabien Castan
6e6bb6f491 [nodes] ImageProcessing: remove old param keepImageFilename 2020-06-28 17:39:50 +02:00
Fabien Castan
41ab68a9fa [nodes] LDRToHDR: fix the detection of the number of brackets
- Detects correctly if there is only bracket (nothing to do)
 - Only nbBrackets invalidates the UID
2020-06-28 17:39:50 +02:00
Fabien Castan
0f07dfe482 [ui] Viewer: fix Node.isComputed is a property 2020-06-28 17:39:50 +02:00
Fabien Castan
06faca31a3 [nodes] PanoramaEstimation: expose more advanced params 2020-06-28 17:39:09 +02:00
Fabien Castan
0cd9e1fdc2 Merge branch 'develop' of https://github.com/alicevision/meshroom into dev/panoramaFisheye 2020-06-27 22:19:30 +02:00
Fabien Castan
984ecf635e
Merge pull request #941 from alicevision/dev/imageProcessing
[nodes] ImageProcessing node improvements
2020-06-27 19:05:07 +02:00
Fabien Castan
032835fbc2 [software] ImageProcessing: change default value for claheClipLimit 2020-06-27 18:06:15 +02:00
Fabien Castan
1745f3fd91 [nodes] ImageProcessing: lower camel case for parameters 2020-06-27 15:53:58 +02:00
Enguerrand DE SMET
c41eff81d6 [imageProcessing] fix scaleFactor name 2020-06-26 17:21:35 +02:00
Enguerrand DE SMET
2239d6a311 [imageProcessing] add inputFolders and exposes outputFolder
- add inputFolders option for batch fitering
- exposes the output folder
2020-06-25 17:59:17 +02:00
Fabien Castan
5650903252 [ui] minor comments update 2020-06-25 01:11:10 +02:00
Fabien Castan
49c03bc239 [ui] Reconstruction: the active sfm node can be a StructureFromMotion or a PanoramaEstimation node 2020-06-25 01:10:25 +02:00
Fabien Castan
9e03f67c9b [ui] Viewer2D: bug fix, node.isComputed is a property and no more a slot 2020-06-25 01:06:52 +02:00
Fabien Castan
2bb6dbcef1 [nodes] PanoramaEstimation: Update output params 2020-06-25 01:05:09 +02:00
Fabien Castan
c214b48aa5 [core] fix Node.isComputed property 2020-06-23 14:25:50 +02:00
Enguerrand DE SMET
751d6fd325 [imageProcessing] add CLAHE filtering option 2020-06-23 11:37:48 +02:00
Enguerrand DE SMET
ee66873430 [imageProcessing] more precise descriptions and names 2020-06-22 17:48:12 +02:00
Enguerrand DE SMET
42070e4827 imageProcessing] bilateral filter option
Add the bilateral filter option
2020-06-22 17:48:12 +02:00
Enguerrand DE SMET
5433d8054f imageProcessing] fillHoles option
Added the fillHoles option
2020-06-22 17:48:12 +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
Fabien Castan
78c613a25a
Merge pull request #957 from alicevision/dev/metadata
More generic metadata support
2020-06-22 12:29:07 +02:00
Fabien Castan
51e21aadc1
Merge pull request #951 from alicevision/dev/depthMapFolders
Dev/depth map folders
2020-06-22 10:11:58 +02:00
Fabien Castan
9ccc726f19
Merge pull request #940 from ChemicalXandco/fix_open_recent
Fix open recent broken on windows and remove unnecessary warnings
2020-06-21 00:51:15 +02:00
Fabien Castan
29ad6d3591 [ui] metadata: more generic search of metadata keys
Case insensitive and support random group/prefix.
2020-06-21 00:39:35 +02:00
Fabien Castan
efaf5eaacc [ui] metadata: add support for groups defined by "/" instead of ":"
Also supports multiple "/" or ":".
2020-06-21 00:20:36 +02:00
Enguerrand DE SMET
fe9cf42768
[nodes] Meshing: update binary version 2020-06-18 16:38:45 +02:00
Enguerrand DE SMET
1b26aa62db Fix meshing node connection in MVS Pipeline 2020-06-17 11:28:26 +02:00
Enguerrand DE SMET
eb39a614fb [nodes] Meshing: use only one depth map folder 2020-06-17 11:26:28 +02:00
ChemicalXandco
04a15ee687 remove unnecessary warnings 2020-06-11 12:47:04 +01:00
ChemicalXandco
6a01e8579c fix 'open recent' not working on windows 2020-06-11 12:34:00 +01:00
Simone Gasparini
fe1bd53993
Merge pull request #931 from alicevision/dev_f10
[nodes] `FeatureMatching` Add `fundamental_with_distortion` option
2020-06-08 15:00:47 +02:00
Fabien Castan
e404fce7d1 [bin] meshroom_photogrammetry: add hdriFisheye 2020-06-01 16:10:38 +02:00
Fabien Castan
90c480af21 Merge branch 'develop' of https://github.com/alicevision/meshroom into dev/panoramaFisheye
Conflicts:
	meshroom/ui/qml/Viewer/FeaturesInfoOverlay.qml
	meshroom/ui/qml/Viewer/Viewer2D.qml
2020-06-01 14:38:30 +02:00
Simone Gasparini
c1eae7cdf8
Merge pull request #873 from alicevision/dev/stats
Add SfM Statistics
2020-05-30 16:38:59 +02:00
Theo
6942f30927 [ui] Viewer2D: do not display zero when tracks and landmarks are not yet available 2020-05-14 20:25:34 +02:00
Theo
3333a0ba5f [ui] Viewer2D: fix update of SfmData and Tracks 2020-05-14 20:24:30 +02:00
Theo
4f5a2eda6f [ui] Viewer2D: expose loading status on Image Viewer Panel 2020-05-14 14:07:23 +02:00
Theo
bb267ee801 [ui] Stats: use mTracks 2020-05-14 14:06:32 +02:00
Theo
5938b4f004 [ui] Viewer2D: load tracks/sfmData only when used 2020-05-14 14:05:18 +02:00
Theo
ed0bea22dd [ui] Panel: add entry for loading information 2020-05-14 13:55:27 +02:00
natowi
665f0b8c28
Travis CI: Update environment, remove Python 2.7 & add 3.8
Merge pull request #874 from EwoutH/travis-ci
2020-05-05 09:15:01 +02:00
Fabien Castan
069b9118e9 [multiview] add dpx file extension 2020-05-04 21:47:13 +02:00
Ewout ter Hoeven
80d028eb38
Travis CI: Update environment, remove Python 2.7 & add 3.8
- Updates the build environment from Ubuntu 16.04 Xenial to Ubuntu 18.04 Bionic
 - Removes Python 2.7 from the build matrix (since support has ended)
 - Adds Python 3.8 to the build matrix
2020-04-29 22:55:23 +02:00
Theo
47f1743edc [ui] Viewer: new option to display tracks 2020-04-29 20:25:46 +02:00