mirror of
https://github.com/overte-org/overte.git
synced 2025-07-26 01:09:42 +02:00
Added utility function for angle_to object
This commit is contained in:
commit
e88c64ee92
554 changed files with 54317 additions and 55441 deletions
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
|
@ -43,8 +43,8 @@
|
|||
#ifndef __OPENCV_CALIB3D_HPP__
|
||||
#define __OPENCV_CALIB3D_HPP__
|
||||
|
||||
#include "opencv2/core/core.hpp"
|
||||
#include "opencv2/features2d/features2d.hpp"
|
||||
#include "OpenCV/Headers/core/core.hpp"
|
||||
#include "OpenCV/Headers/features2d/features2d.hpp"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
|
@ -43,10 +43,10 @@
|
|||
#ifndef __OPENCV_CONTRIB_HPP__
|
||||
#define __OPENCV_CONTRIB_HPP__
|
||||
|
||||
#include "opencv2/core/core.hpp"
|
||||
#include "opencv2/imgproc/imgproc.hpp"
|
||||
#include "opencv2/features2d/features2d.hpp"
|
||||
#include "opencv2/objdetect/objdetect.hpp"
|
||||
#include "OpenCV/Headers/core/core.hpp"
|
||||
#include "OpenCV/Headers/imgproc/imgproc.hpp"
|
||||
#include "OpenCV/Headers/features2d/features2d.hpp"
|
||||
#include "OpenCV/Headers/objdetect/objdetect.hpp"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
|
@ -976,9 +976,9 @@ namespace cv
|
|||
CV_EXPORTS bool initModule_contrib();
|
||||
}
|
||||
|
||||
#include "opencv2/contrib/retina.hpp"
|
||||
#include "OpenCV/Headers/contrib/retina.hpp"
|
||||
|
||||
#include "opencv2/contrib/openfabmap.hpp"
|
||||
#include "OpenCV/Headers/contrib/openfabmap.hpp"
|
||||
|
||||
#endif
|
||||
|
|
@ -43,12 +43,12 @@
|
|||
#ifndef __OPENCV_HYBRIDTRACKER_H_
|
||||
#define __OPENCV_HYBRIDTRACKER_H_
|
||||
|
||||
#include "opencv2/core/core.hpp"
|
||||
#include "opencv2/core/operations.hpp"
|
||||
#include "opencv2/imgproc/imgproc.hpp"
|
||||
#include "opencv2/features2d/features2d.hpp"
|
||||
#include "opencv2/video/tracking.hpp"
|
||||
#include "opencv2/ml/ml.hpp"
|
||||
#include "OpenCV/Headers/core/core.hpp"
|
||||
#include "OpenCV/Headers/core/operations.hpp"
|
||||
#include "OpenCV/Headers/imgproc/imgproc.hpp"
|
||||
#include "OpenCV/Headers/features2d/features2d.hpp"
|
||||
#include "OpenCV/Headers/video/tracking.hpp"
|
||||
#include "OpenCV/Headers/ml/ml.hpp"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
@ -52,8 +52,8 @@
|
|||
#ifndef __OPENCV_OPENFABMAP_H_
|
||||
#define __OPENCV_OPENFABMAP_H_
|
||||
|
||||
#include "opencv2/core/core.hpp"
|
||||
#include "opencv2/features2d/features2d.hpp"
|
||||
#include "OpenCV/Headers/core/core.hpp"
|
||||
#include "OpenCV/Headers/features2d/features2d.hpp"
|
||||
|
||||
#include <vector>
|
||||
#include <list>
|
|
@ -72,7 +72,7 @@
|
|||
* Author: Alexandre Benoit
|
||||
*/
|
||||
|
||||
#include "opencv2/core/core.hpp" // for all OpenCV core functionalities access, including cv::Exception support
|
||||
#include "OpenCV/Headers/core/core.hpp" // for all OpenCV core functionalities access, including cv::Exception support
|
||||
#include <valarray>
|
||||
|
||||
namespace cv
|
|
@ -46,8 +46,8 @@
|
|||
#ifndef __OPENCV_CORE_HPP__
|
||||
#define __OPENCV_CORE_HPP__
|
||||
|
||||
#include "opencv2/core/types_c.h"
|
||||
#include "opencv2/core/version.hpp"
|
||||
#include "OpenCV/Headers/core/types_c.h"
|
||||
#include "OpenCV/Headers/core/version.hpp"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
|
@ -4732,7 +4732,7 @@ protected:
|
|||
|
||||
#endif // __cplusplus
|
||||
|
||||
#include "opencv2/core/operations.hpp"
|
||||
#include "opencv2/core/mat.hpp"
|
||||
#include "OpenCV/Headers/core/operations.hpp"
|
||||
#include "OpenCV/Headers/core/mat.hpp"
|
||||
|
||||
#endif /*__OPENCV_CORE_HPP__*/
|
|
@ -44,7 +44,7 @@
|
|||
#ifndef __OPENCV_CORE_C_H__
|
||||
#define __OPENCV_CORE_C_H__
|
||||
|
||||
#include "opencv2/core/types_c.h"
|
||||
#include "OpenCV/Headers/core/types_c.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
|
@ -40,4 +40,4 @@
|
|||
//
|
||||
//M*/
|
||||
|
||||
#include "opencv2/core/cuda_devptrs.hpp"
|
||||
#include "OpenCV/Headers/core/cuda_devptrs.hpp"
|
|
@ -45,8 +45,8 @@
|
|||
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include "opencv2/core/core_c.h"
|
||||
#include "opencv2/core/core.hpp"
|
||||
#include "OpenCV/Headers/core/core_c.h"
|
||||
#include "OpenCV/Headers/core/core.hpp"
|
||||
|
||||
#if defined _MSC_VER && _MSC_VER >= 1200
|
||||
#pragma warning( disable: 4714 ) //__forceinline is not inlined
|
|
@ -45,8 +45,8 @@
|
|||
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include "opencv2/core/core.hpp"
|
||||
#include "opencv2/core/cuda_devptrs.hpp"
|
||||
#include "OpenCV/Headers/core/core.hpp"
|
||||
#include "OpenCV/Headers/core/cuda_devptrs.hpp"
|
||||
|
||||
namespace cv { namespace gpu
|
||||
{
|
|
@ -181,7 +181,7 @@ CV_INLINE IppiSize ippiSize(int width, int height)
|
|||
# pragma GCC diagnostic ignored "-Wshadow"
|
||||
# endif
|
||||
# include <Eigen/Core>
|
||||
# include "opencv2/core/eigen.hpp"
|
||||
# include "OpenCV/Headers/core/eigen.hpp"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include "opencv2/core/core.hpp"
|
||||
#include "OpenCV/Headers/core/core.hpp"
|
||||
|
||||
namespace cv
|
||||
{
|
|
@ -100,7 +100,7 @@
|
|||
#ifndef __OPENCV_CORE_WIMAGE_HPP__
|
||||
#define __OPENCV_CORE_WIMAGE_HPP__
|
||||
|
||||
#include "opencv2/core/core_c.h"
|
||||
#include "OpenCV/Headers/core/core_c.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
@ -43,8 +43,8 @@
|
|||
#ifndef __OPENCV_FEATURES_2D_HPP__
|
||||
#define __OPENCV_FEATURES_2D_HPP__
|
||||
|
||||
#include "opencv2/core/core.hpp"
|
||||
#include "opencv2/flann/miniflann.hpp"
|
||||
#include "OpenCV/Headers/core/core.hpp"
|
||||
#include "OpenCV/Headers/flann/miniflann.hpp"
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include <limits>
|
|
@ -45,10 +45,10 @@
|
|||
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include "opencv2/core/types_c.h"
|
||||
#include "opencv2/core/core.hpp"
|
||||
#include "opencv2/flann/flann_base.hpp"
|
||||
#include "opencv2/flann/miniflann.hpp"
|
||||
#include "OpenCV/Headers/core/types_c.h"
|
||||
#include "OpenCV/Headers/core/core.hpp"
|
||||
#include "OpenCV/Headers/flann/flann_base.hpp"
|
||||
#include "OpenCV/Headers/flann/miniflann.hpp"
|
||||
|
||||
namespace cvflann
|
||||
{
|
|
@ -45,8 +45,8 @@
|
|||
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include "opencv2/core/core.hpp"
|
||||
#include "opencv2/flann/defines.h"
|
||||
#include "OpenCV/Headers/core/core.hpp"
|
||||
#include "OpenCV/Headers/flann/defines.h"
|
||||
|
||||
namespace cv
|
||||
{
|
|
@ -44,7 +44,7 @@
|
|||
#define __OPENCV_GPU_COMMON_HPP__
|
||||
|
||||
#include <cuda_runtime.h>
|
||||
#include "opencv2/core/cuda_devptrs.hpp"
|
||||
#include "OpenCV/Headers/core/cuda_devptrs.hpp"
|
||||
|
||||
#ifndef CV_PI
|
||||
#define CV_PI 3.1415926535897932384626433832795
|
|
@ -40,4 +40,4 @@
|
|||
//
|
||||
//M*/
|
||||
|
||||
#include "opencv2/core/cuda_devptrs.hpp"
|
||||
#include "OpenCV/Headers/core/cuda_devptrs.hpp"
|
|
@ -49,10 +49,10 @@
|
|||
#include <iosfwd>
|
||||
#endif
|
||||
|
||||
#include "opencv2/core/gpumat.hpp"
|
||||
#include "opencv2/imgproc/imgproc.hpp"
|
||||
#include "opencv2/objdetect/objdetect.hpp"
|
||||
#include "opencv2/features2d/features2d.hpp"
|
||||
#include "OpenCV/Headers/core/gpumat.hpp"
|
||||
#include "OpenCV/Headers/imgproc/imgproc.hpp"
|
||||
#include "OpenCV/Headers/objdetect/objdetect.hpp"
|
||||
#include "OpenCV/Headers/features2d/features2d.hpp"
|
||||
|
||||
namespace cv { namespace gpu {
|
||||
|
|
@ -40,4 +40,4 @@
|
|||
//
|
||||
//M*/
|
||||
|
||||
#include "opencv2/core/gpumat.hpp"
|
||||
#include "OpenCV/Headers/core/gpumat.hpp"
|
|
@ -43,7 +43,7 @@
|
|||
#ifndef __OPENCV_GPU_STREAM_ACCESSOR_HPP__
|
||||
#define __OPENCV_GPU_STREAM_ACCESSOR_HPP__
|
||||
|
||||
#include "opencv2/gpu/gpu.hpp"
|
||||
#include "OpenCV/Headers/gpu/gpu.hpp"
|
||||
#include "cuda_runtime_api.h"
|
||||
|
||||
namespace cv
|
|
@ -32,7 +32,7 @@
|
|||
#import <Accelerate/Accelerate.h>
|
||||
#import <AVFoundation/AVFoundation.h>
|
||||
#import <ImageIO/ImageIO.h>
|
||||
#include "opencv2/core/core.hpp"
|
||||
#include "OpenCV/Headers/core/core.hpp"
|
||||
|
||||
/////////////////////////////////////// CvAbstractCamera /////////////////////////////////////
|
||||
|
|
@ -43,8 +43,8 @@
|
|||
#ifndef __OPENCV_HIGHGUI_HPP__
|
||||
#define __OPENCV_HIGHGUI_HPP__
|
||||
|
||||
#include "opencv2/core/core.hpp"
|
||||
#include "opencv2/highgui/highgui_c.h"
|
||||
#include "OpenCV/Headers/core/core.hpp"
|
||||
#include "OpenCV/Headers/highgui/highgui_c.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue