HomeSort by relevance Sort by last modified time
    Searched refs:OpticalFlow (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
optical_flow.h 35 class OpticalFlow {
37 explicit OpticalFlow(const OpticalFlowConfig* const config);
44 // OpticalFlow object. Downsampling will be handled internally.
95 TF_DISALLOW_COPY_AND_ASSIGN(OpticalFlow);
optical_flow.cc 34 OpticalFlow::OpticalFlow(const OpticalFlowConfig* const config)
41 void OpticalFlow::NextFrame(const ImageData* const image_data) {
51 bool OpticalFlow::FindFlowAtPoint_LK(const Image<uint8_t>& img_I,
216 bool OpticalFlow::FindFlowAtPoint_ESM(
379 bool OpticalFlow::FindFlowAtPointReversible(
424 bool OpticalFlow::FindFlowAtPointSingleLevel(
465 bool OpticalFlow::FindFlowAtPointPyramidal(const float u_x, const float u_y,
flow_cache.h 27 // Class that helps OpticalFlow to speed up flow computation
291 OpticalFlow optical_flow_;

Completed in 73 milliseconds