Home
last modified time | relevance | path

Searched refs:m_scale (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.cpp196 m_scale = 2/(m_K[0]+m_K[4]); in Init()
438 m_homography_type,NULL,m_max_iterations,m_max_nr_matches,m_scale, in AddFrame()
593 m_homography_type,NULL,m_max_iterations,m_max_nr_matches,m_scale, in EstimateSecondaryModel()
Ddbreg.h303 double m_scale; variable