OpenCV 4.5.3(日本語機械翻訳)
video/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_VIDEO_LEGACY_CONSTANTS_H
6 #define OPENCV_VIDEO_LEGACY_CONSTANTS_H
7
8 enum
9{
10 CV_LKFLOW_PYR_A_READY = 1,
11 CV_LKFLOW_PYR_B_READY = 2,
12 CV_LKFLOW_INITIAL_GUESSES = 4,
13 CV_LKFLOW_GET_MIN_EIGENVALS = 8
14};
15
16 #endif // OPENCV_VIDEO_LEGACY_CONSTANTS_H