mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
add camera init type
This commit is contained in:
parent
aeb77d8dbc
commit
17a0d9f9d7
14 changed files with 17 additions and 16 deletions
|
@ -1,4 +1,4 @@
|
|||
__version__ = "11.0"
|
||||
__version__ = "12.0"
|
||||
|
||||
import os
|
||||
import json
|
||||
|
@ -131,9 +131,10 @@ Intrinsic = [
|
|||
description="Mathematical model used to represent a camera:\n"
|
||||
" - pinhole: Simplest projective camera model without optical distortion "
|
||||
"(focal and optical center).\n"
|
||||
" - equidistant: Non-projective camera model suited for full-fisheye optics.\n",
|
||||
" - equidistant: Non-projective camera model suited for full-fisheye optics.\n"
|
||||
" - equirectangular: Projection model used in panoramas.\n",
|
||||
value="pinhole",
|
||||
values=["pinhole", "equidistant"],
|
||||
values=["pinhole", "equidistant", "equirectangular"],
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name="distortionType",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"template": true,
|
||||
"nodesVersions": {
|
||||
"ApplyCalibration": "1.0",
|
||||
"CameraInit": "11.0",
|
||||
"CameraInit": "12.0",
|
||||
"CheckerboardDetection": "1.0",
|
||||
"ConvertSfMFormat": "2.0",
|
||||
"DepthMap": "5.0",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"template": true,
|
||||
"nodesVersions": {
|
||||
"ApplyCalibration": "1.0",
|
||||
"CameraInit": "11.0",
|
||||
"CameraInit": "12.0",
|
||||
"ConvertDistortion": "1.0",
|
||||
"ConvertSfMFormat": "2.0",
|
||||
"DepthMap": "5.0",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"fileVersion": "2.0",
|
||||
"template": true,
|
||||
"nodesVersions": {
|
||||
"CameraInit": "11.0",
|
||||
"CameraInit": "12.0",
|
||||
"CheckerboardDetection": "1.0",
|
||||
"DistortionCalibration": "5.0",
|
||||
"ExportDistortion": "1.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"header": {
|
||||
"nodesVersions": {
|
||||
"CameraInit": "11.0",
|
||||
"CameraInit": "12.0",
|
||||
"LdrToHdrCalibration": "3.1",
|
||||
"LdrToHdrMerge": "4.1",
|
||||
"LdrToHdrSampling": "4.0",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"fileVersion": "2.0",
|
||||
"template": true,
|
||||
"nodesVersions": {
|
||||
"CameraInit": "11.0",
|
||||
"CameraInit": "12.0",
|
||||
"DepthMap": "5.0",
|
||||
"DepthMapFilter": "4.0",
|
||||
"FeatureExtraction": "1.3",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"template": true,
|
||||
"nodesVersions": {
|
||||
"ApplyCalibration": "1.0",
|
||||
"CameraInit": "11.0",
|
||||
"CameraInit": "12.0",
|
||||
"CheckerboardDetection": "1.0",
|
||||
"ConvertSfMFormat": "2.0",
|
||||
"DistortionCalibration": "5.0",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"fileVersion": "2.0",
|
||||
"template": true,
|
||||
"nodesVersions": {
|
||||
"CameraInit": "11.0",
|
||||
"CameraInit": "12.0",
|
||||
"ConvertDistortion": "1.0",
|
||||
"ConvertSfMFormat": "2.0",
|
||||
"ExportAnimatedCamera": "2.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"header": {
|
||||
"nodesVersions": {
|
||||
"CameraInit": "11.0",
|
||||
"CameraInit": "12.0",
|
||||
"FeatureExtraction": "1.3",
|
||||
"FeatureMatching": "2.0",
|
||||
"ImageMatching": "2.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"header": {
|
||||
"nodesVersions": {
|
||||
"CameraInit": "11.0",
|
||||
"CameraInit": "12.0",
|
||||
"FeatureExtraction": "1.3",
|
||||
"FeatureMatching": "2.0",
|
||||
"ImageMatching": "2.0",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"fileVersion": "2.0",
|
||||
"template": true,
|
||||
"nodesVersions": {
|
||||
"CameraInit": "11.0",
|
||||
"CameraInit": "12.0",
|
||||
"DepthMap": "5.0",
|
||||
"DepthMapFilter": "4.0",
|
||||
"FeatureExtraction": "1.3",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"template": true,
|
||||
"nodesVersions": {
|
||||
"ApplyCalibration": "1.0",
|
||||
"CameraInit": "11.0",
|
||||
"CameraInit": "12.0",
|
||||
"CheckerboardDetection": "1.0",
|
||||
"ConvertSfMFormat": "2.0",
|
||||
"DepthMap": "5.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"header": {
|
||||
"nodesVersions": {
|
||||
"CameraInit": "11.0",
|
||||
"CameraInit": "12.0",
|
||||
"FeatureExtraction": "1.3",
|
||||
"FeatureMatching": "2.0",
|
||||
"ImageMatching": "2.0",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"fileVersion": "2.0",
|
||||
"template": true,
|
||||
"nodesVersions": {
|
||||
"CameraInit": "11.0",
|
||||
"CameraInit": "12.0",
|
||||
"LightingCalibration": "1.0",
|
||||
"PhotometricStereo": "1.0",
|
||||
"Publish": "1.3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue