Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dimage_data.h163 inline const Image<int32_t>* GetSpatialX(const int level) const { in GetSpatialX() function
225 (void) GetSpatialX(i); in Precompute()
Doptical_flow.cc391 const Image<int32_t>& I_x = *frame_a.GetSpatialX(level); in FindFlowAtPointReversible()
393 const Image<int32_t>& J_x = *frame_b.GetSpatialX(level); in FindFlowAtPointReversible()
Dkeypoint_detector.cc38 const Image<int>& I_x = *image_data.GetSpatialX(0); in ScoreKeypoints()
Dobject_tracker.cc426 const Image<int32_t>& dx = *frame1_->GetSpatialX(i); in Draw()