OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:motion_smoothing_gain
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/jni/feature_stab/src/dbregtest/
dbregtest.cpp
80
double&
motion_smoothing_gain
93
double
motion_smoothing_gain
= DEFAULT_MOTION_SMOOTHING_GAIN;
local
122
parse_cmd_line(cmdline, argc, progname, image_list_file_name, nr_corners, max_disparity, motion_model_type,quarter_resolution,reference_update_period,do_motion_smoothing,
motion_smoothing_gain
);
176
reg.Init(w,h,motion_model_type,DEFAULT_MAX_ITERATIONS,linear_polish,quarter_resolution,DB_POINT_STANDARDDEV,reference_update_period,do_motion_smoothing,
motion_smoothing_gain
,default_nr_samples,DB_DEFAULT_CHUNK_SIZE,nr_corners,max_disparity,use_smaller_matching_window);
314
double&
motion_smoothing_gain
)
368
--c; cmdline >>
motion_smoothing_gain
;
local
/packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h
96
do_motion_smoothing,
motion_smoothing_gain
,
145
* \param
motion_smoothing_gain
weight factor to reflect how fast the display reference must follow the current frame if motion smoothing is enabled
162
double
motion_smoothing_gain
= 0.75,
dbreg.cpp
155
double
motion_smoothing_gain
,
171
m_motion_smoothing_gain =
motion_smoothing_gain
;
Completed in 116 milliseconds