adding structure for algorithm on optical flow pyramid lucas kanade
Showing
- src/CMakeLists.txt 8 additions, 2 deletionssrc/CMakeLists.txt
- src/algorithms/algorithm_base.cpp 34 additions, 0 deletionssrc/algorithms/algorithm_base.cpp
- src/algorithms/algorithm_base.h 85 additions, 0 deletionssrc/algorithms/algorithm_base.h
- src/algorithms/algorithm_factory.h 32 additions, 0 deletionssrc/algorithms/algorithm_factory.h
- src/algorithms/opticalflowpyrlk/alg_opticalflowpyrlk.cpp 17 additions, 0 deletionssrc/algorithms/opticalflowpyrlk/alg_opticalflowpyrlk.cpp
- src/algorithms/opticalflowpyrlk/alg_opticalflowpyrlk.h 65 additions, 0 deletionssrc/algorithms/opticalflowpyrlk/alg_opticalflowpyrlk.h
- src/algorithms/opticalflowpyrlk/alg_opticalflowpyrlk_load_yaml.cpp 45 additions, 0 deletions...ithms/opticalflowpyrlk/alg_opticalflowpyrlk_load_yaml.cpp
- src/examples/CMakeLists.txt 3 additions, 1 deletionsrc/examples/CMakeLists.txt
- src/examples/test_algorithm.cpp 116 additions, 0 deletionssrc/examples/test_algorithm.cpp
- src/examples/test_matcher.cpp 2 additions, 1 deletionsrc/examples/test_matcher.cpp
- src/examples/yaml/OPTFLOWPYRLK.yaml 4 additions, 0 deletionssrc/examples/yaml/OPTFLOWPYRLK.yaml
- src/vision_utils.cpp 26 additions, 0 deletionssrc/vision_utils.cpp
- src/vision_utils.h 14 additions, 7 deletionssrc/vision_utils.h
Loading
Please register or sign in to comment