$search
#include "geometry.hpp"
Go to the source code of this file.
Functions | |
| double | calcGeometryDistance (Point2f &pt1, Point2f &pt2, Mat &mat, int distMethod) |
| double | calculateGRIC (vector< Point2f > &pts1, vector< Point2f > &pts2, Mat &rel, Mat &mask, int d, double k, double r, double lambda_3, int distMethod) |
| double | calculateRho (double e, double sig, double r, double lambda_3, int d) |
| double | lourakisSampsonError (Point2f &pt1, Point2f &pt2, Mat &H) |
| double | normalizedGRICdifference (vector< Point2f > &pts1, vector< Point2f > &pts2, Mat &F, Mat &H, Mat &mask_F, Mat &mask_H, double &F_GRIC, double &H_GRIC) |
| double calcGeometryDistance | ( | Point2f & | pt1, | |
| Point2f & | pt2, | |||
| Mat & | mat, | |||
| int | distMethod | |||
| ) |
Definition at line 84 of file geometry.cpp.
| double calculateGRIC | ( | vector< Point2f > & | pts1, | |
| vector< Point2f > & | pts2, | |||
| Mat & | rel, | |||
| Mat & | mask, | |||
| int | d, | |||
| double | k, | |||
| double | r, | |||
| double | lambda_3, | |||
| int | distMethod | |||
| ) |
Definition at line 32 of file geometry.cpp.
| double calculateRho | ( | double | e, | |
| double | sig, | |||
| double | r, | |||
| double | lambda_3, | |||
| int | d | |||
| ) |
Definition at line 75 of file geometry.cpp.
| double lourakisSampsonError | ( | Point2f & | pt1, | |
| Point2f & | pt2, | |||
| Mat & | H | |||
| ) |
Definition at line 151 of file geometry.cpp.
| double normalizedGRICdifference | ( | vector< Point2f > & | pts1, | |
| vector< Point2f > & | pts2, | |||
| Mat & | F, | |||
| Mat & | H, | |||
| Mat & | mask_F, | |||
| Mat & | mask_H, | |||
| double & | F_GRIC, | |||
| double & | H_GRIC | |||
| ) |
Definition at line 7 of file geometry.cpp.