Grégoire De Lillo
c75d27f996
[ui] Viewer: Add ViewTimeWindow overlay
...
ViewTimeWindowOverlay displays view information provided by the MFeatures object (within MFeatures time window).
2021-06-11 13:13:42 +02:00
Grégoire De Lillo
c71c483710
[ui] Viewer: Fix featuresOverlay missing binding
2021-06-11 12:56:02 +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
d3cb164316
Merge pull request #1403 from alicevision/dev/distortionCalibration
...
New lens distortion calibration node
2021-06-01 23:03:43 +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
14579f766d
[nodes] CameraInit: fix version of aliceVision json file
...
The intrinsics contains pxFocalLength as 2 values (x,y) since 1.2
version.
2021-05-31 18:27:21 +02:00
Fabien Castan
5b35b9a12e
[nodes] DistortionCalibration: cosmetics
2021-05-28 15:53:27 +02:00
Fabien Castan
f03cb7de54
[nodes] CameraInit: add camera models in description
2021-05-28 15:53:27 +02:00
Fabien Castan
17f3ebc7d6
[multiview] add DistortionCalibration node to the default camera tracking pipeline
2021-05-28 15:53:26 +02:00
Fabien Castan
c716bf39d6
[nodes] DistortionCalibration: Calibrate from external list of lens grid images
2021-05-28 15:53:26 +02:00
Fabien Servant
03a47a9a45
[calibration] update cameras names
2021-05-28 15:53:26 +02:00
Fabien Servant
ba247e4e9c
[node] add new camera model
2021-05-28 15:53:25 +02:00
Fabien Servant
d3dae57c30
[calibration] add some camera lenses models
2021-05-28 15:53:25 +02:00
Fabien
db1406a3b1
[node] add distortion calibration node
2021-05-28 15:53:24 +02:00
Fabien
cc99906dae
[sfm] dirty quick fix for anamorphic pxFocalLength
2021-05-28 15:53:24 +02:00
Fabien
248b14eb62
[cameraInit] add support for non square pixels
2021-05-28 15:53:24 +02:00
Fabien
0dc6bb9c10
[multiview] typo correction in image extensions
2021-05-28 15:53:23 +02:00
Fabien Castan
c8dde8ebcd
Merge pull request #1426 from alicevision/dev/singleChunk
...
No cmd line range arguments if we have only a single chunk
2021-05-28 10:21:58 +02:00
Fabien Castan
81fe0d5010
Merge pull request #1429 from alicevision/dev/pipeline_PG_CT
...
[multiview] New pipeline "Photogrammetry and Camera Tracking"
2021-05-27 23:55:31 +02:00
Fabien Castan
204c17528e
Merge pull request #1428 from alicevision/dev/exportAnimatedCamera
...
[nodes] ExportAnimatedCameras: new sfmDataFilter parameter
2021-05-27 18:08:46 +02:00
Fabien Castan
1999b7c5b2
[multiview] New pipeline Photogrammetry and Camera Tracking
2021-05-27 17:02:39 +02:00
Fabien Castan
f551769ccf
[nodes] ExportAnimatedCameras: new sfmDataFilter parameter
2021-05-27 15:25:39 +02:00
Fabien Castan
48ed0a82fb
Merge pull request #1419 from ChemicalXandco/origin/create_all_bin_executable
...
[setup] add all scripts in bin/ as executables
2021-05-26 09:25:47 +02:00
Fabien Castan
90f184d65e
[ui] fix: ensure that the computing status is always correct
...
Avoid to get a "stop" button when there is nothing currently computing.
2021-05-26 00:12:50 +02:00
Fabien Castan
b000c6f311
[core] no cmd line range arguments if we have only a single chunk
2021-05-25 18:22:08 +02:00
ChemicalXandco
68ae588703
[setup] add all scripts in bin/ as executables
2021-05-16 15:45:07 +01:00
Fabien Castan
18be350e6f
Merge pull request #1227 from ChemicalXandco/box_select
...
[ui] add support for selecting multiple nodes at once
2021-05-03 23:42:11 +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
c876d2b20c
Merge pull request #1266 from ludchieng/dev/colorChecker
...
New ColorChecker Detection and Correction
2021-04-26 16:42:55 +02:00
Fabien Castan
35e831c4a8
[ui] ColorCheckerViewer: add comment
2021-04-26 15:32:58 +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
Fabien Castan
fee4bc9047
[ui] ColorCheckerViewer: add load onCompleted
2021-04-21 21:59:30 +02:00
Fabien Castan
ad3e67ee89
[ui] ColorCheckerViewer: allow to display the ColorChecker without sfmData
...
If we have used a single image in input of the ColorCheckerDetection,
still allow to display it. In this particular case, there is no notion
of viewId.
2021-04-21 19:02:07 +02:00
ludchieng
2f4c73610c
[ui] ColorCheckerViewer: fix CCheckerPane display
2021-04-21 19:02:01 +02:00
ludchieng
214a011253
[ui] ColorCheckerViewer: fix url path
2021-04-21 19:01:54 +02:00
ludchieng
4f52fad68f
[ui nodes] ColorChecker: fix refactor and documentation
2021-04-21 19:01:54 +02:00
ludchieng
e3f685ff08
[ui] remove colorcheckerdetection pipeline
2021-04-21 19:01:53 +02:00
Vincent Scavinner
a014bcf3d1
[nodes] ColorCheckerCorrection: change output extensions
2021-04-21 19:01:53 +02:00
ludchieng
f48f83a603
[ui] ColorCheckerViewer: ux improve & remove irrelevant qml includes
2021-04-21 19:01:52 +02:00
ludchieng
536c9b729e
[ui] ColorCheckerViewer: show cchecker in the aside pane
2021-04-21 19:01:52 +02:00
ludchieng
c1ccd5ab22
[ui] add ColorCheckerViewer
2021-04-21 19:01:51 +02:00
ludchieng
8f5472af71
[nodes] ColorCheckerDetection: add max charts count input and update io
2021-04-21 19:01:51 +02:00
Vincent Scavinner
899da9eaf3
[nodes] colorCheckerCorrection: rename checker data input
2021-04-21 19:01:51 +02:00
Vincent Scavinner
7e4ae7c221
[nodes] ColorCheckerCorrection: add new file extensions
2021-04-21 19:01:50 +02:00
ludchieng
d474c17a59
[nodes] ColorCheckerDetection: remove position data output
2021-04-21 19:01:50 +02:00
ludchieng
23dacd2327
[nodes] ColorChecker: add postion data output and rename io
2021-04-21 19:01:40 +02:00
Vincent Scavinner
fd59e17e2c
[nodes] ColorChecker: add extension output option
2021-04-21 19:00:24 +02:00
ludchieng
c4553fc29e
[nodes] ColorChecker: update io and doc
2021-04-21 19:00:24 +02:00
Vincent Scavinner
c064b70087
[nodes] ColorCheckerCorrection: add SfmData output
2021-04-21 19:00:23 +02:00