Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Doptical_flow.cc65 const int kPatchSize = 2 * kFlowIntegrationWindowSize + 1; in FindFlowAtPoint_LK() local
87 for (int y = 0; y < kPatchSize; ++y) { in FindFlowAtPoint_LK()
90 for (int x = 0; x < kPatchSize; ++x) { in FindFlowAtPoint_LK()
99 for (int y = 0; y < kPatchSize; ++y) { in FindFlowAtPoint_LK()
102 for (int x = 0; x < kPatchSize; ++x) { in FindFlowAtPoint_LK()
142 for (int win_y = 0; win_y < kPatchSize; ++win_y) { in FindFlowAtPoint_LK()
144 for (int win_x = 0; win_x < kPatchSize; ++win_x) { in FindFlowAtPoint_LK()
150 for (int win_y = 0; win_y < kPatchSize; ++win_y) { in FindFlowAtPoint_LK()
152 for (int win_x = 0; win_x < kPatchSize; ++win_x) { in FindFlowAtPoint_LK()
177 for (int win_y = 0; win_y < kPatchSize; ++win_y) { in FindFlowAtPoint_LK()
[all …]