1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

replace custom yuyv_to_rgb24 implementation by cvtColor

This commit is contained in:
Pavel Rojtberg
2015-10-10 13:42:26 +02:00
parent 80747088e3
commit 838947bb8e
2 changed files with 5 additions and 43 deletions
+1
View File
@@ -49,6 +49,7 @@
#include "opencv2/imgcodecs.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/imgproc/imgproc_c.h"
#include "opencv2/imgcodecs/imgcodecs_c.h"
#include "opencv2/videoio/videoio_c.h"