add camera init type

This commit is contained in:
Fabien Servant 2024-12-27 12:36:40 +01:00
parent aeb77d8dbc
commit 17a0d9f9d7
14 changed files with 17 additions and 16 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -1,7 +1,7 @@
{
"header": {
"nodesVersions": {
"CameraInit": "11.0",
"CameraInit": "12.0",
"LdrToHdrCalibration": "3.1",
"LdrToHdrMerge": "4.1",
"LdrToHdrSampling": "4.0",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -1,7 +1,7 @@
{
"header": {
"nodesVersions": {
"CameraInit": "11.0",
"CameraInit": "12.0",
"FeatureExtraction": "1.3",
"FeatureMatching": "2.0",
"ImageMatching": "2.0",

View file

@ -1,7 +1,7 @@
{
"header": {
"nodesVersions": {
"CameraInit": "11.0",
"CameraInit": "12.0",
"FeatureExtraction": "1.3",
"FeatureMatching": "2.0",
"ImageMatching": "2.0",

View file

@ -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",

View file

@ -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",

View file

@ -1,7 +1,7 @@
{
"header": {
"nodesVersions": {
"CameraInit": "11.0",
"CameraInit": "12.0",
"FeatureExtraction": "1.3",
"FeatureMatching": "2.0",
"ImageMatching": "2.0",

View file

@ -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",