Hello,
my project was running successfully with openCV 3.3.0 version.
when i upgrade openCV version to 3.4.2
I get below linking errors.
Eraser::exposureCompensate(cv::Mat&, cv::Mat&)':
undefined reference to
cv::detail::ExposureCompensator::createDefault(int)'
undefined reference to `cv::detail::ExposureCompensator::feed(std::vector<cv::point_<int>, std::allocator<cv::point_<int> > > const&, std::vector<cv::umat, std::allocator<cv::umat=""> > const&, std::vector<cv::umat, std::allocator<cv::umat=""> > const&)
Thanks