Commit graph

86 commits

Author SHA1 Message Date
Candice Bentéjac
41e885d9ff Linting: Clean-up files 2024-09-12 10:50:13 +02:00
Candice Bentéjac
71d06d27ec Multiview: Remove unused version of the pipeline 2024-09-12 10:41:56 +02:00
Aurore LAFAURIE
104e1ae31d [ui] Project, import and import recursive in meshroom command now absolute paths
Prevent from having some files gone
2024-05-27 11:27:30 +02:00
Aurore LAFAURIE
9f96f68a95 [ui] Cosmetic modifications
Cosmetic modifications such as missing spaces.
2024-03-28 11:28:31 +01:00
Aurore LAFAURIE
b74cada8ef [ui] save after drag&drop: meshroom scenes detected as separated type of file
In FilesByType, new attribute meshroomScene allowing to detected
separately the meshroom scenes from the other types of file.
2024-03-28 11:28:30 +01:00
Candice Bentéjac
8fb0c778d1 Add support for external pipelines using project files
- Support loading external pipelines as templates with project files
- Add template files for some standard pipelines
- Remove the hard-coded generation of new pipelines
- Update multiviewPipeline test: the multiviewPipeline test relied on the hard-coded generation of
pipelines.
2022-07-12 14:56:24 +02:00
luz paz
f4dcf6557f Fix various typos in the source code
## Description
Fix various typos in the source code. This includes user facing code, documentation, and source comments. This PR has not been tested.
Closes #1605
2022-01-22 07:39:05 -05:00
Thomas Zorroche
b36f5f3f8e [node] SfmTransform - manual transformation method by default 2021-09-14 18:07:06 +02:00
Remy Mellet
d30571ce7d Draft Reconstruction pipeline 2021-09-13 10:36:46 +02:00
Fabien Castan
64d27158f5 [multiview] camera tracking pipeline: update edges
- DistortionCalibration in input of the FeatureMatching (instead of SfM)
- Add sfmDataFilter in input of ExportAnimatedCamera
2021-06-01 16:32:39 +02:00
Fabien Castan
17f3ebc7d6 [multiview] add DistortionCalibration node to the default camera tracking pipeline 2021-05-28 15:53:26 +02:00
Fabien
0dc6bb9c10 [multiview] typo correction in image extensions 2021-05-28 15:53:23 +02:00
Fabien Castan
1999b7c5b2 [multiview] New pipeline Photogrammetry and Camera Tracking 2021-05-27 17:02:39 +02:00
Fabien Castan
0ddda9f982 [multiview] new experimental pipeline for camera tracking 2021-04-16 10:45:57 +02:00
Ewout ter Hoeven
d07900aa5c
meshroom/multiview.py: Add .heic, .heif and .avif as supported formats
On most platforms Meshroom and Alicevision are already build with libheif enabled, this commit enables Meshroom to also accept the files as known image formats.
2021-02-25 23:26:10 +01:00
Fabien Castan
5b8f597bb6 [multiview] use a linear pipeline for panorama with a single warp node 2021-01-26 19:14:58 +01:00
Fabien
a1afd045f6 [panorama] update default pipeline for new items 2021-01-25 17:40:41 +01:00
Fabien Castan
37d3008f9e [core] rename nodesOfType 2021-01-22 13:12:29 +01:00
Fabien Castan
2b48188b32 [multiview] connect common attributes in LdrToHdr* nodes 2020-12-28 17:34:32 +01:00
Fabien Castan
3fe6c22bc2 [multiview] Add connections between params in default pipelines 2020-12-18 01:15:12 +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
6ad8ed0396 [nodes] ImageProcessing: add new option to fix non finite pixels 2020-09-11 15:09:24 +02:00
Fabien Castan
589856ecdc Rename hdri into panoramaHdr 2020-09-05 01:16:51 +02:00
Fabien Castan
77e877b5a7
[multiview] declare more recognized image file extensions (#965) 2020-07-19 12:13:24 +02:00
Fabien Castan
82342a7f61 fix warnings: avoid list as default value in function params 2020-07-16 10:50:37 +02:00
Fabien Castan
049122effe [nodes] PanoramaInit: update output param name 2020-07-09 16:21:13 +02:00
Fabien Castan
55bec77b2d [nodes] LdrToHdrMerge: rename output param 2020-07-09 14:08:43 +02:00
Fabien Castan
396c285c76 [multiview] HDRI: add PanoramaPrepareImages in default HDRI pipeline
- update access to CameraInit from LdrToHdr nodes
- update PanoramaPrepareImages param names
2020-07-06 00:39:32 +02:00
Fabien Castan
dc6ac5d67a [nodes] add parallelization to LdrToHdrSampling/Merge and PanoramaWarping 2020-07-05 23:11:07 +02:00
Fabien Castan
baac501559 [multiview] Update hdri pipeline with hdr sampling, calibration and merge 2020-07-02 18:14:41 +02:00
Fabien Castan
119bc21073 [multiview] hdri pipeline: update files to publish 2020-07-02 11:57:50 +02:00
Fabien Castan
aa7fed41b5 [multiview] do not allow fisheye4 camera model in the HDRI context 2020-07-01 01:55:10 +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
2bb6dbcef1 [nodes] PanoramaEstimation: Update output params 2020-06-25 01:05:09 +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
1b26aa62db Fix meshing node connection in MVS Pipeline 2020-06-17 11:28:26 +02:00
Fabien Castan
069b9118e9 [multiview] add dpx file extension 2020-05-04 21:47:13 +02:00
Fabien Castan
6a62644a68 [nodes] ImageMatching: add option FrustumOrVocabularyTree 2020-03-26 21:23:41 +01:00
Fabien Castan
7b8405c5f6 [ui] new pipeline hdriFisheye
Setup the 2 fisheye options on LDRToHDR and PanoramaInit nodes.
2020-03-20 17:57:16 +01:00
Fabien Castan
8929456ae4 [nodes] rename PanoramaExternalInfo to PanoramaInit
* update HDRI pipeline
* rename the fake tractor dependency param to make it more explicit that
it is only used for dependency (and not as a real input)
2020-03-10 17:29:32 +01:00
Fabien Castan
20c0e04c67 [pipeline] hdri: use high preset for featureExtraction 2020-03-10 17:29:32 +01:00
Fabien Castan
c82084a1d7 [ui] command line: add support for filepath expressions in input 2020-01-17 12:28:31 +01:00
Fabien Castan
9775924df0 [bin] photogrammetry: reduce the number of updates with "GraphModification" group 2019-12-16 20:07:31 +01:00
Fabien Castan
9b1962f963 [hdri] update default values for FeatureExtraction and LDRToHDR 2019-12-13 19:37:29 +01:00
Fabien Castan
a1c9802450 [hdri] workaround for HDRI pipeline on tractor 2019-12-13 19:36:22 +01:00
Fabien Castan
1e7c201216 [hdri] update default values for hdri pipeline 2019-12-11 15:56:05 +01:00
Fabien Castan
7eff5fb29b [multiview] update hdri pipeline with PanoramaWarping/Compositing 2019-12-09 21:56:46 +01:00
Fabien Castan
d72dd03ce6 [hdri] update default hdri pipeline 2019-11-26 20:53:24 +01:00
Fabien Castan
f03b52e415 [multiview] setup xml files to Panorama node, create KeyframeSelection for video files 2019-11-04 12:12:08 +01:00
Fabien Castan
07f564d6e0 [bin] meshroom: option to choose HDRI pipeline 2019-11-04 00:30:22 +01:00