Home
last modified time | relevance | path

Searched refs:GetPyramidSqrt2Level (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage_data.h134 const Image<uint8_t>* GetPyramidSqrt2Level(const int level) const { in GetPyramidSqrt2Level() function
138 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()
Doptical_flow.cc387 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()
Dkeypoint_detector.cc535 const Image<uint8_t>& frame = *image_data.GetPyramidSqrt2Level(i); in FindFastKeypoints()
Dobject_tracker.cc416 Sprite(*frame1_->GetPyramidSqrt2Level(i)).Draw(); in Draw()