Commit graph

1415 commits

Author SHA1 Message Date
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
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
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
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
Theo
48d4fcacd9 [ui] Viewer Stats: more global SfM statistics 2020-04-29 20:25:46 +02:00
Theo
4f4d576cdf [ui] add current FeatureMatching node 2020-04-29 20:25:46 +02:00
Theo
d9ac616620 [ui] Viewer2D: add option to display landmarks 2020-04-29 20:25:46 +02:00
Fabien Castan
07d78f9161 [ui] Features display with Qt >= 5.14 2020-04-29 20:25:46 +02:00
Theo
150e142f92 wip [ui] display global stats from sfm: residuals,landmarks per view 2020-04-29 20:25:46 +02:00
Theo
f07b959a2b [ui] New SfMStatsView 2020-04-29 20:25:46 +02:00
Fabien Castan
2f75e73cb7
Merge pull request #844 from alicevision/release/docker
[docker] update to qt 5.14 and split build of dependencies
2020-04-11 19:42:54 +02:00
Fabien Castan
35bbdd28df
Merge pull request #839 from alicevision/dev/imageProcessing
[nodes] new ImageProcessing node
2020-03-26 13:04:44 +01:00
Fabien Castan
babb1cbfec [nodes] new ImageProcessing node 2020-03-26 12:06:58 +01:00
Fabien Castan
b2f0ce0ffc
Merge pull request #822 from alicevision/dev/featureScale
[nodes] StructureFromMotion: Add scale as an option
2020-03-25 17:52:38 +01:00
Fabien Castan
0fe454726d [docker] update to qt 5.14 and split build of dependencies 2020-03-20 19:51:18 +01:00
Theo
d6c0c595b9 [nodes] StructureFromMotion: Add new observation constraint mode 2020-03-19 15:04:16 +01:00
Fabien Castan
9fe8d2b850
Merge pull request #783 from ChemicalXandco/sketchfab_upload_node
fix python nodes being blocked by log
2020-03-19 12:33:00 +01:00
ChemicalXandco
dcbee52611 make comment clearer 2020-03-16 17:38:54 +00:00
natowi
aa8aad5ed5
Fix typo, add reference
Merge pull request #711 from alicevision/typofix-citation
2020-03-13 20:02:33 +01:00
ChemicalXandco
a7f4d39472 fix sketchfab upload node not working in build 2020-03-11 08:14:11 +00:00
Fabien Castan
2381cde667
Merge pull request #823 from alicevision/dev/hdrImageViewer
UI improvements in the Viewer2D and ImageGallery
2020-03-10 14:20:41 +01:00
Fabien Castan
76fd327fde [ui] qml warning fix by using directly the edge object instead of the property 2020-03-10 12:57:38 +01:00
Fabien Castan
d001cc9e73 [ui] add Open Recent Project 2020-03-10 12:50:31 +01:00
Fabien Castan
d1ab458e56 [ui] fix qml warnings when there is no metadata on input images 2020-03-10 12:50:30 +01:00
Fabien Castan
1fb1304599 [ui] Viewer2D: rename ImageToolbar into HdrImageToolbar 2020-03-10 12:33:37 +01:00
Fabien Castan
57e867df66 [ui] Viewer2D: change min value of gamma in HDR Image Toolbar 2020-03-10 12:33:37 +01:00
Fabien Castan
19d2f90554 [ui] ImageGallery: allow to visualize the list of HDR images created by LDRToHDR
Conflicts:
	meshroom/ui/reconstruction.py
2020-03-10 12:33:36 +01:00
Fabien Castan
85dd992927 [ui] Viewer2D: add MouseArea on zoom item
* reset zoom to fit image on left click
* right click menu
2020-03-10 12:11:31 +01:00
Fabien Castan
5f2cef7d9d [ui] ImageGallery: add button to reset thumbnails size to default value 2020-03-10 12:11:19 +01:00
Fabien Castan
089289beae [ui] add "New Pipeline" submenu 2020-03-10 12:11:13 +01:00
Fabien Castan
c9061f3fec [ui] Viewer2D: improve toolbar alignment/spacing
Conflicts:
	meshroom/ui/qml/Viewer/Viewer2D.qml
2020-03-10 12:10:56 +01:00
Fabien Castan
e0b25a8aec [nodes] LDRToHDR: export sfmData as json (.sfm instead of .abc)
No need for binary file format, it only contains views with image paths
and resolved metadata.
2020-03-10 12:09:57 +01:00
Fabien Castan
f34397c170 [ui] GraphEditor: more visible refresh nodes status button 2020-03-10 12:09:37 +01:00
Fabien Castan
7d0f1ec05f [ui] fix warnings for undefined _reconstruction.graph 2020-03-10 12:09:13 +01:00
Fabien Castan
eae0f4b1f4 [ui] Viewer2D: if imageType is disabled switch back to "image" type 2020-03-10 12:09:04 +01:00
Fabien Castan
540c0d1744 [ui] Viewer2D: minor adjustments
* more explicit variable name for hdrImageToolbar
* adjust padding, so the viewer2D.bottomToolbar is aligned with the
ImageGallery toolbar
* update tooltip for HDR image viewer
2020-03-10 12:08:56 +01:00
Fabien Castan
d70c625fac [ui] Viewer2D: refactoring to simplify layouts
* fix mousearea order
* add alpha backgroud
* move HDR as a tool button

Conflicts:
	meshroom/ui/qml/Viewer/CircleGizmo.qml
	meshroom/ui/qml/Viewer/Viewer2D.qml
2020-03-10 12:08:14 +01:00
Fabien Castan
c9c24b7ff0 [ui] Viewer2D: avoid error on empty metadata 2020-03-10 12:02:48 +01:00
Fabien Castan
ac82890461 [ui] Viewer2D: simplify naming
Conflicts:
	meshroom/ui/qml/Viewer/Viewer2D.qml
2020-03-10 12:02:09 +01:00
Fabien Castan
77fc562a1e [ui] AttributeEditor: improve display of long floating point values 2020-03-10 11:59:41 +01:00
Fabien Castan
b85ff4d27f
Merge pull request #795 from alicevision/dev_addAVImageViewer
[ui] Add a new FloatImageViewer
2020-03-03 17:45:16 +01:00
Fabien Castan
a4b42b3347 [ui] Viewer2D: disable menu when the plugin is not available 2020-03-03 17:41:03 +01:00