mirror of
https://github.com/opencv/opencv.git
synced 2024-12-03 00:10:21 +08:00
16 lines
418 B
C++
16 lines
418 B
C++
|
// This file is part of OpenCV project.
|
||
|
// It is subject to the license terms in the LICENSE file found in the top-level directory
|
||
|
// of this distribution and at http://opencv.org/license.html.
|
||
|
|
||
|
#ifndef OPENCV_NDSRVP_HAL_HPP
|
||
|
#define OPENCV_NDSRVP_HAL_HPP
|
||
|
|
||
|
#include "opencv2/core/mat.hpp"
|
||
|
#include <nds_intrinsic.h>
|
||
|
|
||
|
#include "include/core.hpp"
|
||
|
#include "include/imgproc.hpp"
|
||
|
#include "include/features2d.hpp"
|
||
|
|
||
|
#endif
|