Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Doptical_flow.cc240 if (!img_I.ExtractPatchAtSubpixelFixed1616(src_left_fixed, src_top_fixed, in FindFlowAtPoint_ESM()
242 !I_x.ExtractPatchAtSubpixelFixed1616(src_left_fixed, src_top_fixed, in FindFlowAtPoint_ESM()
245 !I_y.ExtractPatchAtSubpixelFixed1616(src_left_fixed, src_top_fixed, in FindFlowAtPoint_ESM()
291 if (!img_J.ExtractPatchAtSubpixelFixed1616(left_fixed, top_fixed, in FindFlowAtPoint_ESM()
Dimage.h118 bool ExtractPatchAtSubpixelFixed1616(const int fp_x,
Dimage-inl.h78 bool Image<T>::ExtractPatchAtSubpixelFixed1616(const int fp_x, in ExtractPatchAtSubpixelFixed1616() function