bazar
1.3.1
|
This is the complete list of members for homography, including all inherited members.
add_match(float u, float v, float up, float vp) | homography | |
cvmGet(const int i, const int j) | homography | inline |
cvmGet(const homography *H, const int i, const int j) | homography | friend |
cvmSet(const int i, const int j, const float val) | homography | inline |
cvmSet(const int i, const int j, const double val) | homography | inline |
cvmSet(const homography *H, const int i, const int j, const float val) | homography | friend |
cvmSet(const homography *H, const int i, const int j, const double val) | homography | friend |
estimate(float u1, float v1, float up1, float vp1, float u2, float v2, float up2, float vp2, float u3, float v3, float up3, float vp3, float u4, float v4, float up4, float vp4) | homography | |
estimate(void) | homography | |
homography() | homography | |
homography(float u1, float v1, float up1, float vp1, float u2, float v2, float up2, float vp2, float u3, float v3, float up3, float vp3, float u4, float v4, float up4, float vp4) | homography | |
operator<<(ostream &o, const homography &H) | homography | friend |
release_matches(void) | homography | |
set_match_number(int n) | homography | |
transform_point(float u, float v, float *up, float *vp) | homography | |
transform_point(double u, double v, double *up, double *vp) | homography | |
~homography() | homography |