fletch
fletch copied to clipboard
Upgrade OpenCV 3.4.0 to 3.4.1
3.4.1 includes several bug fixes, one in particular that i've seen pop up on our Windows dashboard.
(apparently only occurs when enabling Qt5...)
error C2079: 'cvv::view::DualFilterView::rawImages_' uses undefined class 'std::array<cv::Mat,2>'
See: https://open.cdash.org/viewBuildError.php?buildid=5752586
This error is holding up https://github.com/Kitware/fletch/pull/485 from getting merged.
Fix here: https://github.com/Microsoft/vcpkg/issues/3024