constants_c.h 412 B

1234567891011121314
  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_PHOTO_LEGACY_CONSTANTS_H
  5. #define OPENCV_PHOTO_LEGACY_CONSTANTS_H
  6. enum InpaintingModes
  7. {
  8. CV_INPAINT_NS =0,
  9. CV_INPAINT_TELEA =1
  10. };
  11. #endif // OPENCV_PHOTO_LEGACY_CONSTANTS_H