Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage_utils.h198 const BoundingBox& area_to_copy, in CopyArea() argument
200 VLOG(2) << "Copying from: " << area_to_copy << std::endl; in CopyArea()
206 area_to_copy.GetWidth() / (patch_width - 1) : 0; in CopyArea()
209 area_to_copy.GetHeight() / (patch_height - 1) : 0; in CopyArea()
213 y_index * y_dist_between_samples + area_to_copy.top_; in CopyArea()
217 x_index * x_dist_between_samples + area_to_copy.left_; in CopyArea()