ndsrvp_hal.hpp 426 B

12345678910111213141516
  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_NDSRVP_HAL_HPP
  5. #define OPENCV_NDSRVP_HAL_HPP
  6. #include <nds_intrinsic.h>
  7. #include "opencv2/core/hal/interface.h"
  8. #include "include/core.hpp"
  9. #include "include/imgproc.hpp"
  10. #include "include/features2d.hpp"
  11. #endif