Blender Git Statistics -> Branches -> tracking_average

"Tracking_average" branch

Total commits : 4
Total committers : 1
First Commit : January 5, 2021
Latest Commit : January 5, 2021


Commits by Date

DateNumber of Commits
January 5, 20214

Committers

AuthorNumber of Commits
Sergey Sharybin4

Popular Files

FilenameTotal Edits
tracking.c3
space_clip.py2
tracking_test.cc2
BKE_tracking.h2
space_clip.c1
clip_intern.h1
tracking_ops.c1

Latest commits Feed

January 5, 2021, 10:01 (GMT)
Tracking: Expose track average in the menu

Patch by Sebastian Koenig, thanks!
January 5, 2021, 09:26 (GMT)
Tracking: Fix wrong interpolation at the end of markers array
January 5, 2021, 08:50 (GMT)
Tracking: Implement tracks average operator

Average selected tracks into the new one. This can be used to improve
stability of tracking on blurry or non-very-sharp feature shapes.

Averaging happens for all position, pattern corners and search area.
Disabled markers do not take effect on averaging. Keyframed flag is
copied from source.

Gaps in the source tracks will be linearly interpolated, to reduce
result track jump. Note that this only applies to gaps "inbetween".
This means that if an input track doesn't have markers in the
beginning/end of it, there is nothing to interpolate with and the
result track will jump.

Available from the Track panel, under the Merge category.

Differential Revision: https://developer.blender.org/D6323
January 5, 2021, 08:50 (GMT)
Tracking: Add interpolated accessor for markers

Allows to get marker position interpolated through out a gap.

Currently unused, but is covered with test. Aimed to be used for
track average operator.

MiikaHweb - Blender Git Statistics v1.06
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021