Searched refs:score (Results 1 – 2 of 2) sorted by relevance
/development/perftests/panorama/feature_stab/db_vlvm/ |
D | db_framestitching.cpp | 28 inline void db_RotationFromMOuterProductSum(double R[9],double *score,double M[9]) in db_RotationFromMOuterProductSum() argument 72 if(score) in db_RotationFromMOuterProductSum() 76 *score=db_ScalarProduct4(q,y); in db_RotationFromMOuterProductSum()
|
D | db_feature_matching.cpp | 2930 double score; in db_MatchPointPair_f() local 2945 score=db_SignedSquareNormCorr11x11Aligned_Post_f(pir_l->patch,pir_r->patch, in db_MatchPointPair_f() 2949 if((!(pir_l->pir)) || (score>pir_l->s)) in db_MatchPointPair_f() 2952 pir_l->s=score; in db_MatchPointPair_f() 2955 if((!(pir_r->pir)) || (score>pir_r->s)) in db_MatchPointPair_f() 2958 pir_r->s=score; in db_MatchPointPair_f() 2968 double score; in db_MatchPointPair_u() local 2988 score=db_SignedSquareNormCorr21x21Aligned_Post_s(pir_l->patch,pir_r->patch, in db_MatchPointPair_u() 2997 score=db_SignedSquareNormCorr11x11Aligned_Post_s(pir_l->patch,pir_r->patch, in db_MatchPointPair_u() 3003 score=db_SignedSquareNormCorr5x5Aligned_Post_s(pir_l->patch,pir_r->patch, in db_MatchPointPair_u() [all …]
|