Searched defs:filter_by_fb_error (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
H A Dflow_cache.h122 const bool filter_by_fb_error,
121 GetMedianFlow(const BoundingBox& bounding_box, const bool filter_by_fb_error, const int grid_width, const int grid_height) const argument
H A Doptical_flow.cc427 const bool filter_by_fb_error,
433 if (filter_by_fb_error) {
466 const bool filter_by_fb_error,
474 filter_by_fb_error, flow_x, flow_y)) {
424 FindFlowAtPointSingleLevel( const int level, const float u_x, const float u_y, const bool filter_by_fb_error, float* flow_x, float* flow_y) const argument
465 FindFlowAtPointPyramidal(const float u_x, const float u_y, const bool filter_by_fb_error, float* flow_x, float* flow_y) const argument

Completed in 248 milliseconds