Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Doptical_flow.cc105 *vals_I_ptr++ = img_I.GetPixelInterp(x_pos, y_pos); in FindFlowAtPoint_LK()
106 *vals_I_x_ptr++ = I_x.GetPixelInterp(x_pos, y_pos); in FindFlowAtPoint_LK()
107 *vals_I_y_ptr++ = I_y.GetPixelInterp(x_pos, y_pos); in FindFlowAtPoint_LK()
154 *vals_J_ptr++ = img_J.GetPixelInterp(x_pos, y_pos); in FindFlowAtPoint_LK()
Dimage.h131 inline float GetPixelInterp(const float x, const float y) const;
Dimage_utils.h222 image.GetPixelInterp(sample_x, sample_y); in CopyArea()
Dimage-inl.h130 inline float Image<T>::GetPixelInterp(const float x, const float y) const { in GetPixelInterp() function