constants_c.h 462 B

1234567891011121314151617
  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. #ifndef OPENCV_VIDEO_LEGACY_CONSTANTS_H
  5. #define OPENCV_VIDEO_LEGACY_CONSTANTS_H
  6. enum
  7. {
  8. CV_LKFLOW_PYR_A_READY = 1,
  9. CV_LKFLOW_PYR_B_READY = 2,
  10. CV_LKFLOW_INITIAL_GUESSES = 4,
  11. CV_LKFLOW_GET_MIN_EIGENVALS = 8
  12. };
  13. #endif // OPENCV_VIDEO_LEGACY_CONSTANTS_H