Home
last modified time | relevance | path

Searched defs:img_y (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dkeypoint_detector.cc465 for (int img_y = start_y; img_y < end_y; ++img_y) { in FindFastKeypoints() local
501 for (int img_y = start_y + 1; img_y < end_y - 1; ++img_y) { in FindFastKeypoints() local
/external/libxcam/xcore/
Dxcam_utils.cpp51 float img_y = 0.0f; in transform_bowl_coord_to_image_y() local