HomeSort by relevance Sort by last modified time
    Searched defs:RHO_HEST (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/calib3d/src/
rho.h 88 struct RHO_HEST;
89 typedef struct RHO_HEST RHO_HEST;
101 Ptr<RHO_HEST> rhoInit(void);
119 int rhoEnsureCapacity(Ptr<RHO_HEST> p, unsigned N, double beta);
134 void rhoSeed(Ptr<RHO_HEST> p, uint64_t seed);
244 unsigned rhoHest(Ptr<RHO_HEST> p, /* Homography estimation context. */
rho.cpp 95 struct RHO_HEST{
97 virtual ~RHO_HEST(){}
242 struct RHO_HEST_REFC : RHO_HEST{
449 Ptr<RHO_HEST> rhoInit(void){
459 Ptr<RHO_HEST> p = Ptr<RHO_HEST>(new RHO_HEST_REFC);
478 int rhoEnsureCapacity(Ptr<RHO_HEST> p, unsigned N, double beta){
487 void rhoSeed(Ptr<RHO_HEST> p, uint64_t seed){
521 unsigned rhoHest(Ptr<RHO_HEST> p, /* Homography estimation context. */
    [all...]

Completed in 48 milliseconds