Commit graph

19 commits

Author SHA1 Message Date
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
Grégoire De Lillo
168c7b8cf9 [FeaturesInfoOverlay] Use Non-linear fonction for feature scale filter slider 2021-06-18 10:40:27 +02:00
Grégoire De Lillo
f86202f1d8 [ui] FeaturesViewer: Add feature scale filter (for all display modes) 2021-06-17 17:20:31 +02:00
Grégoire De Lillo
4d1139df1f [ui] FeaturesViewer: Add display3dTracks option 2021-06-17 12:00:05 +02:00
Grégoire De Lillo
2fac4adac3 [ui] FeatureInfoOverlay: Add tooltips 2021-06-17 11:58:54 +02:00
Grégoire De Lillo
f44a9eda94 [ui] Viewer: Use MFeatures to manage feature information & update FeaturesViewer 2021-06-09 18:19:54 +02:00
Fabien Castan
48e73a3772 [ui] FeaturesInfoOverlay: specific display if no FeatureExtraction node ready 2020-07-25 18:28:35 +02:00
Fabien Castan
a14364ac2a [ui] FeaturesInfoOverlay: warning fixes 2020-07-25 18:27:56 +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
ChemicalXandco
04a15ee687 remove unnecessary warnings 2020-06-11 12:47:04 +01: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
6942f30927 [ui] Viewer2D: do not display zero when tracks and landmarks are not yet available 2020-05-14 20:25:34 +02:00
Theo
47f1743edc [ui] Viewer: new option to display tracks 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
Theo
f07b959a2b [ui] New SfMStatsView 2020-04-29 20:25:46 +02: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
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
Yann Lanthony
f5607cb127
[ui] downgrade QtQuick import version for retro-compatibility 2019-07-24 18:13:23 +02:00
Yann Lanthony
4563d32e3e
[ui] Viewer2D: add FeaturesViewer + dedicated overlay
Make FeaturesViewer available in Viewer2D to display the feature points of the current view, based on the current FeatureExtraction node.

* FeaturesInfoOverlay: overlay that displays info and provides controls over a FeaturesViewer component.
* ColorChart: color picker based on a set of predefined colors.
2019-07-04 18:25:02 +02:00