Make feature based motion estimation the default
Optical flow parameters still need to be tweaked and is much slower so feature based should be the default for now. Change-Id: Id6cafb5a245e329f728e9c66c89c0ed1018c347c
This commit is contained in:
parent
7fa7f4c14a
commit
ba6423c564
@ -4228,7 +4228,7 @@ static int input_fpmb_stats(FIRSTPASS_MB_STATS *firstpass_mb_stats,
|
||||
#define GLOBAL_MOTION_ADVANTAGE_THRESH_RZ 0.60
|
||||
#define GLOBAL_MOTION_ADVANTAGE_THRESH_TR 0.75
|
||||
// #define USE_BLOCK_BASED_GLOBAL_MOTION_COMPUTATION
|
||||
// #define USE_FEATURE_BASED_GLOBAL_MOTION_COMPUTATION
|
||||
#define USE_FEATURE_BASED_GLOBAL_MOTION_COMPUTATION
|
||||
|
||||
static void convert_translation_to_params(
|
||||
double *H, Global_Motion_Params *model) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user