Skip to content

OCV cleanup tasks

Paul Beasly requested to merge dev/ocv_tests into integration-v2
  • Checked that all classes and associated steps are included in CMakeLists and are enabled and building
  • Checked that existing unit tests are enabled and passing
  • Added create and default config tests to all algorithm implementations
  • Fixed errors in some algorithms where constructor wasn't removed for porting to v2.
  • Modified directory structure to move all algorithm implementations to directory /algo
  • Reworked CMakeLists to simplify using the kwiver_expand_class_list macro
Edited by Paul Beasly

Merge request reports