#231 allows partial build without all the dependencies, but wave_utils is still needed by most modules and requires opencv.
Current behaviour
- wave_utils depends on opencv, just to allow reading into cv::Mat from a yaml file.
- wave_utils contains wave_test.hpp, used by libwave unit tests
Expected behaviour
#231 allows partial build without all the dependencies, but wave_utils is still needed by most modules and requires opencv.
Current behaviour
Expected behaviour
wave_utils should not depend on opencv
cv::Mat, not useful on its ownwave_test.hpp should not be in wave_utils