OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SquaredInhomogenousHomographyError
(Results
1 - 4
of
4
) sorted by null
/development/perftests/panorama/feature_stab/src/dbreg/
dbreg.h
553
inline double
SquaredInhomogenousHomographyError
(double y[3],double H[9],double x[3]){
dbreg.cpp
606
m_sq_cost[c] =
SquaredInhomogenousHomographyError
(m_corners_ins+k,m_H_ref_to_ins,m_corners_ref+k);
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h
553
inline double
SquaredInhomogenousHomographyError
(double y[3],double H[9],double x[3]){
dbreg.cpp
605
m_sq_cost[c] =
SquaredInhomogenousHomographyError
(m_corners_ins+k,m_H_ref_to_ins,m_corners_ref+k);
Completed in 76 milliseconds