OpenCV 4.5.3(日本語機械翻訳)
opencv2
core
utils
logger.defines.hpp
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_LOGGER_DEFINES_HPP
6
#define OPENCV_LOGGER_DEFINES_HPP
7
10
11
// Supported logging levels and their semantic
12
#define CV_LOG_LEVEL_SILENT 0
13
#define CV_LOG_LEVEL_FATAL 1
14
#define CV_LOG_LEVEL_ERROR 2
15
#define CV_LOG_LEVEL_WARN 3
16
#define CV_LOG_LEVEL_INFO 4
17
#define CV_LOG_LEVEL_DEBUG 5
18
#define CV_LOG_LEVEL_VERBOSE 6
19
20
namespace
cv
{
21
namespace
utils {
22
namespace
logging {
23
25
enum
LogLevel {
26
LOG_LEVEL_SILENT = 0,
27
LOG_LEVEL_FATAL = 1,
28
LOG_LEVEL_ERROR = 2,
29
LOG_LEVEL_WARNING = 3,
30
LOG_LEVEL_INFO = 4,
31
LOG_LEVEL_DEBUG = 5,
32
LOG_LEVEL_VERBOSE = 6,
33
#ifndef CV_DOXYGEN
34
ENUM_LOG_LEVEL_FORCE_INT = INT_MAX
35
#endif
36
};
37
38
}}}
// namespace
39
41
42
#endif
// OPENCV_LOGGER_DEFINES_HPP
cv
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75
構築:
1.9.2