Commit graph

136 commits

Author SHA1 Message Date
Candice Bentéjac
f2a904ac9b Fix compatibility with Python 3
- Import "collections" correctly depending on the version of
Python
- Fix regex that raised deprecation warnings in Python 3
2022-07-19 14:52:18 +02:00
Fabien Castan
7b467b649d fix: force float conversion 2022-06-02 14:15:18 +02:00
fabien servant
655dad9959 [camerainit] update parameters to use focal in mm 2022-03-25 11:07:52 +01:00
Fabien Castan
cd15a92318
[ui] fix uvCenterOffset
Fix changes of principal point coord system from https://github.com/alicevision/meshroom/pull/1509.
2021-10-14 14:32:00 +02:00
Nils Landrodie
3fad2faa87 [multi] Add new active node category and pass id view to disto viewer 2021-09-14 18:07:33 +02:00
Remy Mellet
d30571ce7d Draft Reconstruction pipeline 2021-09-13 10:36:46 +02:00
Fabien
cc99906dae [sfm] dirty quick fix for anamorphic pxFocalLength 2021-05-28 15:53:24 +02:00
Fabien Castan
1999b7c5b2 [multiview] New pipeline Photogrammetry and Camera Tracking 2021-05-27 17:02:39 +02:00
Fabien Castan
cbdad2d7e6
Merge pull request #1379 from alicevision/dev/cameraTrackingPipeline
New experimental camera tracking pipeline
2021-05-03 12:04:04 +02:00
Fabien Castan
a17fdf33b5 [ui] reconstruction: remove dead code 2021-04-21 22:03:05 +02:00
Fabien Castan
b2bb1e12c2 [ui] reconstruction: minor rename
_setSelectedViewpoint does not emit a signal, so it should be a private
function.
2021-04-21 22:00:49 +02:00
ludchieng
b1e42e0f39 Add ColorCheckerDetection pipeline 2021-04-21 19:00:22 +02:00
Fabien Castan
0ddda9f982 [multiview] new experimental pipeline for camera tracking 2021-04-16 10:45:57 +02: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
37d3008f9e [core] rename nodesOfType 2021-01-22 13:12:29 +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
ChemicalXandco
68b9057619 fix error on live reconstruction 2020-11-11 16:58:11 +00:00
Fabien Castan
589856ecdc Rename hdri into panoramaHdr 2020-09-05 01:16:51 +02:00
Julien-Haudegond
b567d8ff5c [core] Graph: change default reverse direction in dfsOnDiscover() 2020-09-04 12:42:05 +02:00
Julien-Haudegond
208749d897 [core] Graph: change signature of dfsOnDiscover() 2020-09-04 12:22:20 +02:00
Julien-Haudegond
f8bd40ad38 [core] Graph: rename nodesFromNode() to dfsOnDiscover() 2020-09-04 11:49:45 +02:00
Julien-Haudegond
e0389ad957 [ui] move UndoStack and TaskManager instantiations into app.py 2020-08-31 17:43:17 +02:00
Julien-Haudegond
8020cf5158 [ui] Reconstruction: add clear methods 2020-08-17 11:43:33 +02:00
Fabien Castan
c173caf39d [ui] fix border case with scene compability
The metadata is in an invalid state and the value is of type Property
instead of type String
2020-07-29 17:10:20 +02:00
Fabien Castan
cfc07fde2f [ui] set the variable not the property 2020-07-29 17:04:20 +02:00
Fabien Castan
d941f61403 [ui] fix border case: no node 2020-07-29 17:03:40 +02:00
Fabien Castan
e0b8bc3691 [ui] python-3 compatibility 2020-07-13 10:36:51 +02:00
Fabien Castan
b439bf638e [ui] CompatibilityNodes cannot be active nodes 2020-07-13 10:36:01 +02:00
Fabien Castan
4717d73e6f [ui] fix type error with Qt Property 2020-07-10 13:02:15 +02:00
Fabien Castan
049122effe [nodes] PanoramaInit: update output param name 2020-07-09 16:21:13 +02:00
Fabien Castan
93e5a02cd7 [ui] declare slot to avoid type errors with the property using it 2020-07-09 14:10:23 +02:00
Fabien Castan
ec67c772fa [ui] new generic way to manage "active" nodes per node type 2020-07-07 22:05:53 +02:00
Fabien Castan
ea5b639245 [ui] minor fix when viewpoints is None 2020-07-07 11:35:40 +02:00
Fabien Castan
a239005901 Update from LDRToHDR node to LdrToHdrMerge node 2020-07-05 23:08:57 +02:00
Fabien Castan
588e9fd335 [ui] Reconstruction: fix for python-2 compatibility 2020-07-02 11:28:54 +02:00
Fabien Castan
aa27123d30 [ui] Reconstruction: add an active SfMTransform node 2020-06-30 22:09:11 +02:00
Fabien Castan
bcc7fc4123 [ui] Several nodes can hold the SfM
StructureFromMotion, StructureFromMotion, PanoramaEstimation, SfMTransfer, SfMTransform, SfMAlignment, GlobalSfM
2020-06-30 13:18:13 +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
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
Theo
4f4d576cdf [ui] add current FeatureMatching node 2020-04-29 20:25:46 +02:00
Fabien Castan
51dbc88371 [ui] fix xml drag&drop: PanoramaExternalInfo is now PanoramaInit 2020-03-26 19:26:39 +01:00
Fabien Castan
1a968ca4be [ui] FisheyeCircle: var name update in the json file 2020-03-25 17:22:15 +01:00
Fabien Castan
f19797c58f [ui] Viewer2D: fix Circle Viewer when image has an orientation 2020-03-24 16:03:01 +01:00
Fabien Castan
bb60c9b78d [ui] Add visualisation for automatically detected fisheye circle 2020-03-23 19:25:57 +01:00
Fabien Castan
4207462c4e [ui] Reconstruction: set default ldr2hdr node on double click 2020-03-23 19:23:12 +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
f9477eadfc [ui] add Import Images menu 2020-03-17 15:13:19 +01:00
Fabien Castan
0e434908a5 [ui] improve open recent files
* fix path conversion on windows
* remove invalid paths from the list on error
* explicit error message for "No Such File"
2020-03-17 14:07:00 +01:00
Grégoire De Lillo
042111671a [ui] Viewer2D: Add Fisheye Circle display on PanoramaInit node 2020-03-10 17:29:33 +01:00
Fabien Castan
d001cc9e73 [ui] add Open Recent Project 2020-03-10 12:50:31 +01:00