Home
last modified time | relevance | path

Searched refs:GetSpatialY (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage_data.h175 inline const Image<int32_t>* GetSpatialY(const int level) const { in GetSpatialY() function
226 (void) GetSpatialY(i); in Precompute()
Doptical_flow.cc392 const Image<int32_t>& I_y = *frame_a.GetSpatialY(level); in FindFlowAtPointReversible()
394 const Image<int32_t>& J_y = *frame_b.GetSpatialY(level); in FindFlowAtPointReversible()
Dkeypoint_detector.cc39 const Image<int>& I_y = *image_data.GetSpatialY(0); in ScoreKeypoints()