Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dimage_utils.h197 const BoundingBox& area_to_copy, in CopyArea() argument
199 VLOG(2) << "Copying from: " << area_to_copy << std::endl; in CopyArea()
205 area_to_copy.GetWidth() / (patch_width - 1) : 0; in CopyArea()
208 area_to_copy.GetHeight() / (patch_height - 1) : 0; in CopyArea()
212 y_index * y_dist_between_samples + area_to_copy.top_; in CopyArea()
216 x_index * x_dist_between_samples + area_to_copy.left_; in CopyArea()