Searched refs:RHO_HEST (Results 1 – 3 of 3) sorted by relevance
88 struct RHO_HEST;89 typedef struct RHO_HEST RHO_HEST; typedef101 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. */
95 struct RHO_HEST{ struct97 virtual ~RHO_HEST(){} in ~RHO_HEST() argument242 struct RHO_HEST_REFC : RHO_HEST{449 Ptr<RHO_HEST> rhoInit(void){ in rhoInit()459 Ptr<RHO_HEST> p = Ptr<RHO_HEST>(new RHO_HEST_REFC); in rhoInit()478 int rhoEnsureCapacity(Ptr<RHO_HEST> p, unsigned N, double beta){ in rhoEnsureCapacity()487 void rhoSeed(Ptr<RHO_HEST> p, uint64_t seed){ in rhoSeed()521 unsigned rhoHest(Ptr<RHO_HEST> p, /* Homography estimation context. */ in rhoHest()
292 Ptr<RHO_HEST> p = rhoInit(); in createAndRunRHORegistrator()