Hi,
Thanks for making this.
When attempting to build the project on Ubuntu with OpenCV 4.2 (installed via libopencv-dev), the build fails at this line in src/allreader.cpp:
cv::imwritemulti(filename, images);
This function doesn't appear to exist in the OpenCV API. Was this intended to be a custom helper function, or should this call be replaced with something else?
Would appreciate clarification on how to proceed.
Thanks!
Hi,
Thanks for making this.
When attempting to build the project on Ubuntu with OpenCV 4.2 (installed via libopencv-dev), the build fails at this line in src/allreader.cpp:
cv::imwritemulti(filename, images);
This function doesn't appear to exist in the OpenCV API. Was this intended to be a custom helper function, or should this call be replaced with something else?
Would appreciate clarification on how to proceed.
Thanks!