Searched refs:GetPyramidSqrt2Level (Results 1 – 4 of 4) sorted by relevance
134 const Image<uint8_t>* GetPyramidSqrt2Level(const int level) const { in GetPyramidSqrt2Level() function138 const Image<uint8_t>& upper_level = *GetPyramidSqrt2Level(0); in GetPyramidSqrt2Level()150 const Image<uint8_t>& upper_level = *GetPyramidSqrt2Level(level - 2); in GetPyramidSqrt2Level()165 const Image<uint8_t>& src = *GetPyramidSqrt2Level(level * 2); in GetSpatialX()177 const Image<uint8_t>& src = *GetPyramidSqrt2Level(level * 2); in GetSpatialY()213 (void) GetPyramidSqrt2Level(i); in Precompute()219 (void) GetPyramidSqrt2Level(i); in Precompute()
387 const Image<uint8_t>& img_I = *frame_a.GetPyramidSqrt2Level(level * 2); in FindFlowAtPointReversible()388 const Image<uint8_t>& img_J = *frame_b.GetPyramidSqrt2Level(level * 2); in FindFlowAtPointReversible()
535 const Image<uint8_t>& frame = *image_data.GetPyramidSqrt2Level(i); in FindFastKeypoints()
416 Sprite(*frame1_->GetPyramidSqrt2Level(i)).Draw(); in Draw()