Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Doptical_flow.h35 class OpticalFlow {
37 explicit OpticalFlow(const OpticalFlowConfig* const config);
95 TF_DISALLOW_COPY_AND_ASSIGN(OpticalFlow);
Doptical_flow.cc34 OpticalFlow::OpticalFlow(const OpticalFlowConfig* const config) in OpticalFlow() function in tf_tracking::OpticalFlow
41 void OpticalFlow::NextFrame(const ImageData* const image_data) { in NextFrame()
51 bool OpticalFlow::FindFlowAtPoint_LK(const Image<uint8_t>& img_I, in FindFlowAtPoint_LK()
216 bool OpticalFlow::FindFlowAtPoint_ESM( in FindFlowAtPoint_ESM()
379 bool OpticalFlow::FindFlowAtPointReversible( in FindFlowAtPointReversible()
424 bool OpticalFlow::FindFlowAtPointSingleLevel( in FindFlowAtPointSingleLevel()
465 bool OpticalFlow::FindFlowAtPointPyramidal(const float u_x, const float u_y, in FindFlowAtPointPyramidal()
Dflow_cache.h291 OpticalFlow optical_flow_;