Extensions:2.6/Py/Scripts/Motion Tracking/Refine Track

提供: wiki
< Extensions:2.6‎ | Py‎ | Scripts
2018年6月29日 (金) 06:22時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索
Refine tracking solution
Refine motion solution by setting track weight according reprojection error
UI location Group: Clip Editor > Tools > Solve > Refine Solution
Version 1, 1, 2 Author(s) Stephen Leger
Blender 2.78 License GPL


Executable information
File name space_clip_editor_refine_solution.py



Installation

  • This script is in Blender 2.79.

Introduction

Refine tracking solution Welcome to the blenderTracking wiki!

When solving for camera motion, narrowing down solve error by hand may be a realy frustrating task. Setting track weight according reprojection error solve this issue for camera motion tracking. Here is a script to automatically set weight of all tracks according error in a single click.

Basically this allow you to choose the wanted solution error and get it within a single click, even with poor tracks (automatic detected feature).

Perfect for automatically tracked movies, with many tracks (motion flow like solving).

Even a bad track may have a good influence with correct weight. Installation:

   Setup the plugin as usual
   Find it under movie clip -> Tools -> Solve -> Refine solution.

Usage:

   Start to Solve your motion as usually
   Choose your target solution error, eg: 0.3
   Refine your camera motion path solution.

External link: https://github.com/s-leger/blenderTracking/wiki


Support