OpenCV 4.5.3(日本語機械翻訳)
photo/legacy/constants_c.h
1 // This file is part of OpenCV project.
2 // It is subject to the license terms in the LICENSE file found in the top-level directory
3 // of this distribution and at http://opencv.org/license.html.
4
5 #ifndef OPENCV_PHOTO_LEGACY_CONSTANTS_H
6 #define OPENCV_PHOTO_LEGACY_CONSTANTS_H
7
8 enum InpaintingModes
9{
10 CV_INPAINT_NS =0,
11 CV_INPAINT_TELEA =1
12};
13
14 #endif // OPENCV_PHOTO_LEGACY_CONSTANTS_H