Searched refs:rhoHest (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/calib3d/src/ |
D | rho.h | 244 unsigned rhoHest(Ptr<RHO_HEST> p, /* Homography estimation context. */
|
D | rho.cpp | 214 virtual unsigned rhoHest(const float* src, /* Source points */ 343 unsigned rhoHest(const float* src, /* Source points */ 521 unsigned rhoHest(Ptr<RHO_HEST> p, /* Homography estimation context. */ in rhoHest() function 535 return p->rhoHest(src, dst, inl, N, maxD, maxI, rConvg, cfd, minInl, beta, in rhoHest() 709 unsigned RHO_HEST_REFC::rhoHest(const float* src, /* Source points */ in rhoHest() function in cv::RHO_HEST_REFC
|
D | fundam.cpp | 313 result = !!rhoHest(p, in createAndRunRHORegistrator()
|