Home
last modified time | relevance | path

Searched refs:I_x (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Doptical_flow.cc53 const Image<int32_t>& I_x, in FindFlowAtPoint_LK() argument
72 const float real_x_max = I_x.width_less_one_ - EPSILON; in FindFlowAtPoint_LK()
73 const float real_y_max = I_x.height_less_one_ - EPSILON; in FindFlowAtPoint_LK()
94 *vals_I_x_ptr++ = I_x.GetPixelInterpFixed1616(fp_x, fp_y); in FindFlowAtPoint_LK()
106 *vals_I_x_ptr++ = I_x.GetPixelInterp(x_pos, y_pos); in FindFlowAtPoint_LK()
218 const Image<int32_t>& I_x, const Image<int32_t>& I_y, in FindFlowAtPoint_ESM() argument
242 !I_x.ExtractPatchAtSubpixelFixed1616(src_left_fixed, src_top_fixed, in FindFlowAtPoint_ESM()
391 const Image<int32_t>& I_x = *frame_a.GetSpatialX(level); in FindFlowAtPointReversible() local
410 FindFlowAtPoint_ESM(img_I, img_J, I_x, I_y, J_x, J_y, in FindFlowAtPointReversible()
413 FindFlowAtPoint_LK(img_I, img_J, I_x, I_y, in FindFlowAtPointReversible()
Dkeypoint_detector.cc38 const Image<int>& I_x = *image_data.GetSpatialX(0); in ScoreKeypoints() local
56 HarrisFilter(I_x, I_y, keypoint->pos_.x, keypoint->pos_.y) / in ScoreKeypoints()
64 HarrisFilter(I_x, I_y, keypoint->pos_.x, keypoint->pos_.y); in ScoreKeypoints()
276 float KeypointDetector::HarrisFilter(const Image<int32_t>& I_x, in HarrisFilter() argument
279 if (I_x.ValidInterpPixel(x - kHarrisWindowSize, y - kHarrisWindowSize) && in HarrisFilter()
280 I_x.ValidInterpPixel(x + kHarrisWindowSize, y + kHarrisWindowSize)) { in HarrisFilter()
283 CalculateG(kHarrisWindowSize, x, y, I_x, I_y, G); in HarrisFilter()
Doptical_flow.h52 const Image<int32_t>& I_x,
60 const Image<int32_t>& I_x, const Image<int32_t>& I_y,
Dimage_utils.h136 const float center_y, const Image<int32_t>& I_x, in CalculateG() argument
138 SCHECK(I_x.ValidPixel(center_x, center_y), "Problem in calculateG!"); in CalculateG()
166 *vals_x_ptr++ = I_x.GetPixelInterpFixed1616(fp_x, fp_y); in CalculateG()
Dkeypoint_detector.h55 float HarrisFilter(const Image<int32_t>& I_x, const Image<int32_t>& I_y,
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Betainc.pbtxt3 summary: "Compute the regularized incomplete beta integral \\\\(I_x(a, b)\\\\)."
8 \\(I_x(a, b) = \frac{B(x; a, b)}{B(a, b)}\\)
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td1229 Compute the regularized incomplete beta integral \\(I_x(a, b)\\).
1236 \\(I_x(a, b) = \frac{B(x; a, b)}{B(a, b)}\\)