Home
last modified time | relevance | path

Searched refs:img_J (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Doptical_flow.cc52 const Image<uint8_t>& img_J, in FindFlowAtPoint_LK() argument
146 *vals_J_ptr++ = img_J.GetPixelInterpFixed1616(fp_x, fp_y); in FindFlowAtPoint_LK()
154 *vals_J_ptr++ = img_J.GetPixelInterp(x_pos, y_pos); in FindFlowAtPoint_LK()
217 const Image<uint8_t>& img_I, const Image<uint8_t>& img_J, in FindFlowAtPoint_ESM() argument
266 (left_trunc + patch_size) < img_J.width_less_one_ && in FindFlowAtPoint_ESM()
267 (top_trunc + patch_size) < img_J.height_less_one_) { in FindFlowAtPoint_ESM()
269 const uint8_t* j_row = img_J[top_trunc] + left_trunc; in FindFlowAtPoint_ESM()
271 const int j_stride = img_J.stride(); in FindFlowAtPoint_ESM()
291 if (!img_J.ExtractPatchAtSubpixelFixed1616(left_fixed, top_fixed, in FindFlowAtPoint_ESM()
388 const Image<uint8_t>& img_J = *frame_b.GetPyramidSqrt2Level(level * 2); in FindFlowAtPointReversible() local
[all …]
Doptical_flow.h52 const Image<uint8_t>& img_J,
60 const Image<uint8_t>& img_I, const Image<uint8_t>& img_J,