mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
e0c8721830
This patch removes inclusion of opencv2/contrib/contrib.hpp header, which does not exist anymore due to removal of opencv_contrib module. The samples including this header appear to be doing so in order to use TickMeter class; therefore, the latter is now provided by tick_meter.hpp header file, located in samples/gpu folder.