Add minimum correlation widget to tracker default settings panel.
This commit is contained in:
@@ -129,8 +129,7 @@ class CLIP_PT_tools_marker(Panel):
|
||||
|
||||
if settings.default_tracker == 'KLT':
|
||||
col.prop(settings, "default_pyramid_levels")
|
||||
elif settings.default_tracker == 'SAD':
|
||||
col.prop(settings, "default_correlation_min")
|
||||
col.prop(settings, "default_correlation_min")
|
||||
|
||||
col.separator()
|
||||
|
||||
|
Reference in New Issue
Block a user