1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-07 03:46:25 +02:00

[CVV] Added missing " in header file

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-05-12 15:59:58 +02:00
parent c5c9d2d95c
commit 59aef6a424

View File

@ -2,7 +2,7 @@
#define SHEET5_LAPLACIAN_PYRAMID_H #define SHEET5_LAPLACIAN_PYRAMID_H
#include <opencv2/opencv.hpp> #include <opencv2/opencv.hpp>
#include "gauss_pyramid.h #include "gauss_pyramid.h"
class laplacian_pyramid { class laplacian_pyramid {
private: private: