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:
@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user