「Extensions:2.6/Py/Scripts/Motion Tracking/Refine Track」の版間の差分
< Extensions:2.6 | Py | Scripts
(Created page with "{{ScriptInfo |name=Refine tracking solution |tooltip=Refine motion solution by setting track weight according reprojection error |menu=Group: Clip Editor > Tools > Solve > Refine...") |
細 (1版 をインポートしました) |
(相違点なし)
|
2018年6月29日 (金) 06:22時点における最新版
UI location | Group: Clip Editor > Tools > Solve > Refine Solution | ||
---|---|---|---|
Version | 1, 1, 2 | Author(s) | Stephen Leger |
Blender | 2.78 | License | GPL |
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
- Python & Plugins forum at Blender Artists.
- Back to Extensions:2.5/Py/Scripts