Skip to content

Commit 6795be6

Browse files
authored
Added __OPENCV_XIMGPROC prefix and _HPP___ suffix
1 parent a7828e1 commit 6795be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ximgproc/include/opencv2/ximgproc/globalmatting.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// This file is part of OpenCV project.
22
// It is subject to the license terms in the LICENSE file found in the top-level directory
33
// of this distribution and at http://opencv.org/license.html.
4-
#ifndef GLOBAL_MATTING_H
5-
#define GLOBAL_MATTING_H
4+
#ifndef __OPENCV_XIMGPROC_GLOBAL_MATTING_HPP__
5+
#define __OPENCV_XIMGPROC_GLOBAL_MATTING_HPP__
66

77
#include <opencv2/imgproc.hpp>
88
#include <opencv2/ximgproc/edge_filter.hpp>

0 commit comments

Comments
 (0)