ORB detector working. Added camera senso working. two tests added
Showing
- .cproject 5 additions, 4 deletions.cproject
- cmake_modules/FindYamlCpp.cmake 99 additions, 0 deletionscmake_modules/FindYamlCpp.cmake
- internal/config.h 6 additions, 0 deletionsinternal/config.h
- src/CMakeLists.txt 42 additions, 9 deletionssrc/CMakeLists.txt
- src/cam_utils/cam_utils.cpp 0 additions, 49 deletionssrc/cam_utils/cam_utils.cpp
- src/cam_utils/cam_utils.h 0 additions, 69 deletionssrc/cam_utils/cam_utils.h
- src/detectors/detector_base.cpp 1 addition, 1 deletionsrc/detectors/detector_base.cpp
- src/detectors/detector_base.h 2 additions, 3 deletionssrc/detectors/detector_base.h
- src/detectors/detector_orb.cpp 0 additions, 37 deletionssrc/detectors/detector_orb.cpp
- src/detectors/orb/detector_orb.cpp 83 additions, 0 deletionssrc/detectors/orb/detector_orb.cpp
- src/detectors/orb/detector_orb.h 117 additions, 0 deletionssrc/detectors/orb/detector_orb.h
- src/examples/CMakeLists.txt 5 additions, 5 deletionssrc/examples/CMakeLists.txt
- src/examples/capture.cpp 0 additions, 29 deletionssrc/examples/capture.cpp
- src/examples/test_detector.cpp 77 additions, 0 deletionssrc/examples/test_detector.cpp
- src/examples/test_factories.cpp 17 additions, 8 deletionssrc/examples/test_factories.cpp
- src/examples/test_sensor.cpp 46 additions, 0 deletionssrc/examples/test_sensor.cpp
- src/examples/yaml/detector_orb.yaml 11 additions, 0 deletionssrc/examples/yaml/detector_orb.yaml
- src/examples/yaml/detector_orb.yaml~ 11 additions, 0 deletionssrc/examples/yaml/detector_orb.yaml~
- src/examples/yaml/sensor_camera.yaml 2 additions, 0 deletionssrc/examples/yaml/sensor_camera.yaml
- src/examples/yaml/sensor_camera.yaml~ 1 addition, 0 deletionssrc/examples/yaml/sensor_camera.yaml~
Loading
Please register or sign in to comment