You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This manual is a compilation of the resources found on alicevision.github.io, breadcrumbs of information collected from github issues, other web resources and new content, created for this manual.
5
-
6
-
WORK IN PROGRESS!
7
-
(last update 03.06.19)
8
-
9
-
10
-
11
-
12
-
You want to help? Missing something?
4
+
This manual is a compilation of the resources found on alicevision.github.io, information collected from github issues, other web resources and new content, created for this manual. This manual is work in progress.
13
5
14
6
You are welcome to comment and contribute.
15
-
This document is in “Suggest edits” mode.
16
-
7
+
Check out https://github.com/alicevision/meshroom-manual/ for details.
17
8
18
9
19
10
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
@@ -23,4 +14,4 @@ This is a Meshroom community project.
23
14
24
15
25
16
26
-
All product names, logos, and brands are property of their respective owners. All company, product and service names used in this document are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.
17
+
All product names, logos, and brands are property of their respective owners. All company, product and service names used in this document are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.
Copy file name to clipboardExpand all lines: source/node-reference/node-reference.rst
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,19 @@ List with all the nodes
5
5
6
6
.. note::
7
7
8
-
Some parameters are exposed for development purposes and are not supported/implemented in the current release.
8
+
Some *experimental/debug/advanced* parameters are only visible with "Advanced Attributes" enabled.
9
+
To enable "Advanced Attributes", click on the three vertical dots in the upper right corner of the node settings and activate the check box. Some features, settings and nodes are only available in the latest build or developer version.
Copy file name to clipboardExpand all lines: source/node-reference/nodes/CameraCalibration.rst
+22-3Lines changed: 22 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,10 @@ CameraCalibration
4
4
**Description**
5
5
6
6
.. Note::
7
-
This node requires AliceVision compiled with OpenCV.
7
+
At the moment this node can not directly be connected to the SfM pipeline in the UI. That would be obviously a nice feature to have.
8
+
The camera models and parameters can be manually copied to the CameraInit settings.
9
+
This node just needs a bit more work before using it directly into the Meshroom graph. If someone is interested to contribute to this
10
+
feature, we would be glad to provide assistance.
8
11
9
12
The internal camera parameters can be calibrated from multiple views of a checkerboard. This allows to retrieve focal length, principal point and distortion parameters. A detailed explanation is presented in [opencvCameraCalibration].
10
13
@@ -14,16 +17,32 @@ The internal camera parameters can be calibrated from multiple views of a checke
0 commit comments