HomeSort by relevance Sort by last modified time
    Searched refs:I_y (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
optical_flow.h 54 const Image<int32_t>& I_y, const float p_x,
61 const Image<int32_t>& I_x, const Image<int32_t>& I_y,
optical_flow.cc 54 const Image<int32_t>& I_y, const float p_x,
95 *vals_I_y_ptr++ = I_y.GetPixelInterpFixed1616(fp_x, fp_y);
107 *vals_I_y_ptr++ = I_y.GetPixelInterp(x_pos, y_pos);
218 const Image<int32_t>& I_x, const Image<int32_t>& I_y,
245 !I_y.ExtractPatchAtSubpixelFixed1616(src_left_fixed, src_top_fixed,
392 const Image<int32_t>& I_y = *frame_a.GetSpatialY(level);
410 FindFlowAtPoint_ESM(img_I, img_J, I_x, I_y, J_x, J_y,
413 FindFlowAtPoint_LK(img_I, img_J, I_x, I_y,
keypoint_detector.h 54 float HarrisFilter(const Image<int32_t>& I_x, const Image<int32_t>& I_y,
keypoint_detector.cc 39 const Image<int>& I_y = *image_data.GetSpatialY(0);
56 HarrisFilter(I_x, I_y, keypoint->pos_.x, keypoint->pos_.y) /
64 HarrisFilter(I_x, I_y, keypoint->pos_.x, keypoint->pos_.y);
277 const Image<int32_t>& I_y, const float x,
283 CalculateG(kHarrisWindowSize, x, y, I_x, I_y, G);
image_utils.h 138 const Image<int32_t>& I_y, float* const G) {
168 *vals_y_ptr++ = I_y.GetPixelInterpFixed1616(fp_x, fp_y);

Completed in 267 milliseconds