Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage_utils.h203 const int patch_height = patch_image->GetHeight(); in CopyArea() local
208 const float y_dist_between_samples = patch_height > 0 ? in CopyArea()
209 area_to_copy.GetHeight() / (patch_height - 1) : 0; in CopyArea()
211 for (int y_index = 0; y_index < patch_height; ++y_index) { in CopyArea()