Home
last modified time | relevance | path

Searched refs:linear_polish (Results 1 – 4 of 4) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DAlignFeatures.cpp65 bool linear_polish = false; in initialize() local
82 reg.Init(width, height, motion_model_type, 20, linear_polish, quarter_res, in initialize()
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
Ddbregtest.cpp101 bool linear_polish = DEFAULT_LINEAR_POLISH; in main() local
176 …reg.Init(w,h,motion_model_type,DEFAULT_MAX_ITERATIONS,linear_polish,quarter_resolution,DB_POINT_ST… in main()
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.cpp150 bool linear_polish, in Init() argument
206 m_linear_polish = linear_polish; in Init()
Ddbreg.h157 bool linear_polish = false,