HomeSort by relevance Sort by last modified time
    Searched refs:H_ins_to_ref (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp 322 double H_ins_to_ref[9];
324 db_Identity3x3(H_ins_to_ref); // Ensure it has proper values
325 db_InvertAffineTransform(H_ins_to_ref,m_H_ref_to_ins); // Invert to get ins to ref
326 db_Multiply3x3_3x3(m_H_dref_to_ref,H,H_ins_to_ref); // Update dref to ref using the input H from dref to ins
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 322 double H_ins_to_ref[9];
324 db_Identity3x3(H_ins_to_ref); // Ensure it has proper values
325 db_InvertAffineTransform(H_ins_to_ref,m_H_ref_to_ins); // Invert to get ins to ref
326 db_Multiply3x3_3x3(m_H_dref_to_ref,H,H_ins_to_ref); // Update dref to ref using the input H from dref to ins

Completed in 103 milliseconds