[Bf-docboard-svn] bf-manual: [7474] trunk/blender_docs/manual/movie_clip/tracking/clip: Tracking: Simplify configuration of intrinsics to refine

Aaron Carlisle noreply at blender.org
Thu Dec 10 02:26:02 CET 2020


Revision: 7474
          https://developer.blender.org/rBM7474
Author:   Blendify
Date:     2020-12-10 02:26:00 +0100 (Thu, 10 Dec 2020)
Log Message:
-----------
Tracking: Simplify configuration of intrinsics to refine

rB0269f0c574525128113877c1fcfee3682fc2cbca

Modified Paths:
--------------
    trunk/blender_docs/manual/movie_clip/tracking/clip/editing/solve.rst
    trunk/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/camera.rst

Modified: trunk/blender_docs/manual/movie_clip/tracking/clip/editing/solve.rst
===================================================================
--- trunk/blender_docs/manual/movie_clip/tracking/clip/editing/solve.rst	2020-12-09 22:33:14 UTC (rev 7473)
+++ trunk/blender_docs/manual/movie_clip/tracking/clip/editing/solve.rst	2020-12-10 01:26:00 UTC (rev 7474)
@@ -4,6 +4,7 @@
 *****
 
 .. _clip-tracking-plane:
+.. _bpy.ops.clip.create_plane_track:
 
 Plane Track
 ===========
@@ -35,6 +36,8 @@
 Solve
 =====
 
+.. _bpy.types.MovieTrackingSettings.use_tripod_solver:
+
 Tripod
    Tripod Motion can be used for footage where the camera does not move and only rotates.
    Such footage can't be tracked with a generic solver approach, and
@@ -48,25 +51,48 @@
       It means using more tracks doesn't imply more accurate solution.
       Having 5-10 tracks on frame is likely what shall be commonly used for this kind of solver.
 
+.. _bpy.types.MovieTrackingSettings.use_keyframe_selection:
+
 Keyframe
    Automatically select keyframes for initial reconstruction.
    This option enables complex algorithms which tries to find a keyframe pair
    with minimal reconstruction error and best scene scale guess.
 
-Keyframe A, B :kbd:`Q`, :kbd:`E`
+.. _bpy.types.MovieTrackingObject.keyframe_a:
+.. _bpy.types.MovieTrackingObject.keyframe_b:
+
+Keyframe A/B
    Start (A) and End (B) frame of the range used for reconstruction.
 
 
 Refine
-------
+   Specifies which parameters should be refined during solve.
+   Such refining is useful when you are not sure about some camera intrinsics,
+   and solver should try to find the best parameter for those intrinsics.
+   But you still have to know approximate initial values --
+   it will fail to find correct values if they were set completely incorrectly initially.
 
-The *Refine* option specifies which parameters should be refined during solve.
-Such refining is useful when you are not sure about some camera intrinsics,
-and solver should try to find the best parameter for those intrinsics.
-But you still have to know approximate initial values --
-it will fail to find correct values if they were set completely incorrectly initially.
+   .. _bpy.types.MovieTrackingSettings.refine_intrinsics_focal_length:
 
+   Focal Length
+      Refine the camera's :ref:`Focal Length <bpy.types.MovieTrackingCamera.focal_length>`
 
+   .. _bpy.types.MovieTrackingSettings.refine_intrinsics_principal_point:
+
+   Optical Center
+      Refine the camera's :ref:`Optical Center <bpy.types.MovieTrackingCamera.principal>``
+
+   .. _bpy.types.MovieTrackingSettings.refine_intrinsics_radial_distortion:
+
+   Radial Distortion
+      Refine the camera's :ref:`Radial Distortion Parameters <bpy.types.MovieTrackingCamera.k>`
+
+   .. _bpy.types.MovieTrackingSettings.refine_intrinsics_tangential_distortion:
+
+   Tangential Distortion
+      Refine the camera's :ref:`Tangential Distortion Parameters <bpy.types.MovieTrackingCamera.brown_p>`
+
+
 .. _editors-movie-clip-tracking-clip-solve-motion:
 
 Solve Camera/Object Motion

Modified: trunk/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/camera.rst
===================================================================
--- trunk/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/camera.rst	2020-12-09 22:33:14 UTC (rev 7473)
+++ trunk/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/camera.rst	2020-12-10 01:26:00 UTC (rev 7474)
@@ -70,7 +70,7 @@
    to prevent "impossible" distortion).
 
    .. _bpy.types.MovieTrackingCamera.k:
-   .. _bpy.types.MovieTrackingCamera.division_k1:
+   .. _bpy.types.MovieTrackingCamera.division_k:
    .. _bpy.types.MovieTrackingCamera.nuke_k:
    .. _bpy.types.MovieTrackingCamera.brown_k:
 



More information about the Bf-docboard-svn mailing list