replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
This commit is contained in:
parent
b58d9edc6a
commit
23768b1826
@ -44,7 +44,7 @@
|
|||||||
//#define DEBUG_CIRCLES
|
//#define DEBUG_CIRCLES
|
||||||
|
|
||||||
#ifdef DEBUG_CIRCLES
|
#ifdef DEBUG_CIRCLES
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
using namespace cv;
|
using namespace cv;
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <cvconfig.h>
|
#include "cvconfig.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "opencv2/calib3d/calib3d.hpp"
|
#include "opencv2/calib3d/calib3d.hpp"
|
||||||
|
@ -48,11 +48,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <cvconfig.h>
|
#include "cvconfig.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
#include <cvconfig.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "opencv2/contrib/contrib.hpp"
|
#include "opencv2/contrib/contrib.hpp"
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <cvconfig.h>
|
#include "cvconfig.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "opencv2/core/core.hpp"
|
#include "opencv2/core/core.hpp"
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
//#define DEBUG_BLOB_DETECTOR
|
//#define DEBUG_BLOB_DETECTOR
|
||||||
|
|
||||||
#ifdef DEBUG_BLOB_DETECTOR
|
#ifdef DEBUG_BLOB_DETECTOR
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
using namespace cv;
|
using namespace cv;
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <cvconfig.h>
|
#include "cvconfig.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "opencv2/features2d/features2d.hpp"
|
#include "opencv2/features2d/features2d.hpp"
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <cvconfig.h>
|
#include "cvconfig.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
#include <cvconfig.h>
|
#include "cvconfig.h"
|
||||||
#include "opencv2/core/core.hpp"
|
#include "opencv2/core/core.hpp"
|
||||||
#include "opencv2/highgui/highgui.hpp"
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include "opencv2/calib3d/calib3d.hpp"
|
#include "opencv2/calib3d/calib3d.hpp"
|
||||||
|
@ -42,9 +42,9 @@
|
|||||||
#ifndef __CVCOMMON_H_
|
#ifndef __CVCOMMON_H_
|
||||||
#define __CVCOMMON_H_
|
#define __CVCOMMON_H_
|
||||||
|
|
||||||
#include <cxcore.h>
|
#include "cxcore.h"
|
||||||
#include <cv.h>
|
#include "cv.h"
|
||||||
#include <cxmisc.h>
|
#include "cxmisc.h"
|
||||||
|
|
||||||
#define __BEGIN__ __CV_BEGIN__
|
#define __BEGIN__ __CV_BEGIN__
|
||||||
#define __END__ __CV_END__
|
#define __END__ __CV_END__
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
#define _CVCLASSIFIER_H_
|
#define _CVCLASSIFIER_H_
|
||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <cxcore.h>
|
#include "cxcore.h"
|
||||||
|
|
||||||
#define CV_BOOST_API
|
#define CV_BOOST_API
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <climits>
|
#include <climits>
|
||||||
|
|
||||||
#include <highgui.h>
|
#include "highgui.h"
|
||||||
|
|
||||||
#ifdef CV_VERBOSE
|
#ifdef CV_VERBOSE
|
||||||
#include <ctime>
|
#include <ctime>
|
||||||
|
@ -54,8 +54,8 @@
|
|||||||
|
|
||||||
//#include <ipl.h>
|
//#include <ipl.h>
|
||||||
|
|
||||||
#include <cv.h>
|
#include "cv.h"
|
||||||
#include <highgui.h>
|
#include "highgui.h"
|
||||||
|
|
||||||
/* Calculates coefficients of perspective transformation
|
/* Calculates coefficients of perspective transformation
|
||||||
* which maps <quad> into rectangle ((0,0), (w,0), (w,h), (h,0)):
|
* which maps <quad> into rectangle ((0,0), (w,0), (w,h), (h,0)):
|
||||||
|
@ -44,8 +44,8 @@
|
|||||||
*
|
*
|
||||||
* Measure performance of classifier
|
* Measure performance of classifier
|
||||||
*/
|
*/
|
||||||
#include <cv.h>
|
#include "cv.h"
|
||||||
#include <highgui.h>
|
#include "highgui.h"
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <cvconfig.h>
|
#include "cvconfig.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "opencv2/imgproc/imgproc.hpp"
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <cvconfig.h>
|
#include "cvconfig.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "opencv2/legacy/legacy.hpp"
|
#include "opencv2/legacy/legacy.hpp"
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <cvconfig.h>
|
#include "cvconfig.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "opencv2/ml/ml.hpp"
|
#include "opencv2/ml/ml.hpp"
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <cvconfig.h>
|
#include "cvconfig.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "opencv2/objdetect/objdetect.hpp"
|
#include "opencv2/objdetect/objdetect.hpp"
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <cvconfig.h>
|
#include "cvconfig.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_TBB
|
#ifdef HAVE_TBB
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include <opencv/cxcore.h>
|
#include "opencv/cxcore.h"
|
||||||
#include <opencv/cv.h>
|
#include "opencv/cv.h"
|
||||||
#include <opencv/cvaux.h>
|
#include "opencv/cvaux.h"
|
||||||
#include <opencv/cvwimage.h>
|
#include "opencv/cvwimage.h"
|
||||||
#include <opencv/highgui.h>
|
#include "opencv/highgui.h"
|
||||||
|
|
||||||
#define MODULESTR "cv"
|
#define MODULESTR "cv"
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#define __OPENCV_AUTOCALIB_HPP__
|
#define __OPENCV_AUTOCALIB_HPP__
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
#include "matchers.hpp"
|
#include "matchers.hpp"
|
||||||
|
|
||||||
// See "Construction of Panoramic Image Mosaics with Global and Local Alignment"
|
// See "Construction of Panoramic Image Mosaics with Global and Local Alignment"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include "blenders.hpp"
|
#include "blenders.hpp"
|
||||||
#include "util.hpp"
|
#include "util.hpp"
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#define __OPENCV_BLENDERS_HPP__
|
#define __OPENCV_BLENDERS_HPP__
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
|
|
||||||
// Simple blender which puts one image over another
|
// Simple blender which puts one image over another
|
||||||
class Blender
|
class Blender
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include "util.hpp"
|
#include "util.hpp"
|
||||||
#include "warpers.hpp"
|
#include "warpers.hpp"
|
||||||
#include "blenders.hpp"
|
#include "blenders.hpp"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <opencv2/calib3d/calib3d.hpp>
|
#include "opencv2/calib3d/calib3d.hpp"
|
||||||
#include <opencv2/gpu/gpu.hpp>
|
#include "opencv2/gpu/gpu.hpp"
|
||||||
#include "matchers.hpp"
|
#include "matchers.hpp"
|
||||||
#include "util.hpp"
|
#include "util.hpp"
|
||||||
|
|
||||||
@ -20,11 +20,11 @@ void FeaturesFinder::operator ()(const Mat &image, ImageFeatures &features)
|
|||||||
// Calculate histogram
|
// Calculate histogram
|
||||||
Mat hsv;
|
Mat hsv;
|
||||||
cvtColor(image, hsv, CV_BGR2HSV);
|
cvtColor(image, hsv, CV_BGR2HSV);
|
||||||
int hbins = 30, sbins = 32, vbins = 30;
|
int hbins = 30, sbins = 32, vbins = 30;
|
||||||
int hist_size[] = { hbins, sbins, vbins };
|
int hist_size[] = { hbins, sbins, vbins };
|
||||||
float hranges[] = { 0, 180 };
|
float hranges[] = { 0, 180 };
|
||||||
float sranges[] = { 0, 256 };
|
float sranges[] = { 0, 256 };
|
||||||
float vranges[] = { 0, 256 };
|
float vranges[] = { 0, 256 };
|
||||||
const float* ranges[] = { hranges, sranges, vranges };
|
const float* ranges[] = { hranges, sranges, vranges };
|
||||||
int channels[] = { 0, 1, 2 };
|
int channels[] = { 0, 1, 2 };
|
||||||
calcHist(&hsv, 1, channels, Mat(), features.hist, 3, hist_size, ranges);
|
calcHist(&hsv, 1, channels, Mat(), features.hist, 3, hist_size, ranges);
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
#ifndef __OPENCV_MATCHERS_HPP__
|
#ifndef __OPENCV_MATCHERS_HPP__
|
||||||
#define __OPENCV_MATCHERS_HPP__
|
#define __OPENCV_MATCHERS_HPP__
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
#include <opencv2/features2d/features2d.hpp>
|
#include "opencv2/features2d/features2d.hpp"
|
||||||
|
|
||||||
struct ImageFeatures
|
struct ImageFeatures
|
||||||
{
|
{
|
||||||
cv::Size img_size;
|
cv::Size img_size;
|
||||||
@ -79,6 +79,6 @@ protected:
|
|||||||
int num_matches_thresh2_;
|
int num_matches_thresh2_;
|
||||||
|
|
||||||
cv::Ptr<FeaturesMatcher> impl_;
|
cv::Ptr<FeaturesMatcher> impl_;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // __OPENCV_MATCHERS_HPP__
|
#endif // __OPENCV_MATCHERS_HPP__
|
@ -1,6 +1,6 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include "opencv2/core/core_c.h"
|
#include "opencv2/core/core_c.h"
|
||||||
#include <opencv2/calib3d/calib3d.hpp>
|
#include "opencv2/calib3d/calib3d.hpp"
|
||||||
#include "autocalib.hpp"
|
#include "autocalib.hpp"
|
||||||
#include "motion_estimators.hpp"
|
#include "motion_estimators.hpp"
|
||||||
#include "util.hpp"
|
#include "util.hpp"
|
||||||
@ -116,9 +116,9 @@ void BundleAdjuster::estimate(const vector<ImageFeatures> &features, const vecto
|
|||||||
for (int i = 0; i < num_images_ - 1; ++i)
|
for (int i = 0; i < num_images_ - 1; ++i)
|
||||||
{
|
{
|
||||||
for (int j = i + 1; j < num_images_; ++j)
|
for (int j = i + 1; j < num_images_; ++j)
|
||||||
{
|
{
|
||||||
const MatchesInfo& matches_info = pairwise_matches_[i * num_images_ + j];
|
const MatchesInfo& matches_info = pairwise_matches_[i * num_images_ + j];
|
||||||
if (matches_info.confidence > conf_thresh_)
|
if (matches_info.confidence > conf_thresh_)
|
||||||
edges_.push_back(make_pair(i, j));
|
edges_.push_back(make_pair(i, j));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#define __OPENCV_MOTION_ESTIMATORS_HPP__
|
#define __OPENCV_MOTION_ESTIMATORS_HPP__
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
#include "matchers.hpp"
|
#include "matchers.hpp"
|
||||||
#include "util.hpp"
|
#include "util.hpp"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <gcgraph.hpp>
|
#include <gcgraph.hpp>
|
||||||
#include "seam_finders.hpp"
|
#include "seam_finders.hpp"
|
||||||
#include "util.hpp"
|
#include "util.hpp"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#define __OPENCV_SEAM_FINDERS_HPP__
|
#define __OPENCV_SEAM_FINDERS_HPP__
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
|
|
||||||
class SeamFinder
|
class SeamFinder
|
||||||
{
|
{
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
|
|
||||||
#define ENABLE_LOG 1
|
#define ENABLE_LOG 1
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#ifndef __OPENCV_WARPERS_HPP__
|
#ifndef __OPENCV_WARPERS_HPP__
|
||||||
#define __OPENCV_WARPERS_HPP__
|
#define __OPENCV_WARPERS_HPP__
|
||||||
|
|
||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
|
|
||||||
class Warper
|
class Warper
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef _OPENCV_IMAGESTORAGE_H_
|
#ifndef _OPENCV_IMAGESTORAGE_H_
|
||||||
#define _OPENCV_IMAGESTORAGE_H_
|
#define _OPENCV_IMAGESTORAGE_H_
|
||||||
|
|
||||||
#include <highgui.h>
|
#include "highgui.h"
|
||||||
|
|
||||||
using namespace cv;
|
using namespace cv;
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <cvconfig.h>
|
#include "cvconfig.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "opencv2/video/tracking.hpp"
|
#include "opencv2/video/tracking.hpp"
|
||||||
|
@ -35,9 +35,9 @@
|
|||||||
//M*/
|
//M*/
|
||||||
|
|
||||||
|
|
||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
#include <opencv2/contrib/contrib.hpp>
|
#include "opencv2/contrib/contrib.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
@ -25,10 +25,10 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
#include <opencv2/video/background_segm.hpp>
|
#include "opencv2/video/background_segm.hpp"
|
||||||
#include <opencv2/imgproc/imgproc_c.h>
|
#include <opencv2/imgproc/imgproc_c.h>
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace cv;
|
using namespace cv;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include <opencv2/video/background_segm.hpp>
|
#include "opencv2/video/background_segm.hpp"
|
||||||
#include <opencv2/legacy/blobtrack.hpp>
|
#include "opencv2/legacy/blobtrack.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <opencv2/imgproc/imgproc_c.h>
|
#include <opencv2/imgproc/imgproc_c.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include <opencv2/imgproc/imgproc_c.h>
|
#include <opencv2/imgproc/imgproc_c.h>
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
void help()
|
void help()
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include <opencv2/objdetect/objdetect.hpp>
|
#include "opencv2/objdetect/objdetect.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include <opencv2/imgproc/imgproc_c.h>
|
#include <opencv2/imgproc/imgproc_c.h>
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
void help()
|
void help()
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
#include <opencv2/objdetect/objdetect.hpp>
|
#include "opencv2/objdetect/objdetect.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include <opencv2/video/tracking.hpp>
|
#include "opencv2/video/tracking.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
void help()
|
void help()
|
||||||
{
|
{
|
||||||
|
@ -4,11 +4,11 @@
|
|||||||
* Author: Liu Liu
|
* Author: Liu Liu
|
||||||
* liuliu.1987+opencv@gmail.com
|
* liuliu.1987+opencv@gmail.com
|
||||||
*/
|
*/
|
||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
#include <opencv2/objdetect/objdetect.hpp>
|
#include "opencv2/objdetect/objdetect.hpp"
|
||||||
#include <opencv2/features2d/features2d.hpp>
|
#include "opencv2/features2d/features2d.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <opencv2/calib3d/calib3d.hpp>
|
#include "opencv2/calib3d/calib3d.hpp"
|
||||||
#include <opencv2/imgproc/imgproc_c.h>
|
#include <opencv2/imgproc/imgproc_c.h>
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <cvconfig.h>
|
#include "cvconfig.h"
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_TBB
|
#ifdef HAVE_TBB
|
||||||
#include "tbb/task_scheduler_init.h"
|
#include "tbb/task_scheduler_init.h"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* Copyright<EFBFBD> 2009, Liu Liu All rights reserved.
|
* Copyright<EFBFBD> 2009, Liu Liu All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
#include "opencv2/highgui/highgui.hpp"
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include "opencv2/features2d/features2d.hpp"
|
#include "opencv2/features2d/features2d.hpp"
|
||||||
#include "opencv2/imgproc/imgproc_c.h"
|
#include "opencv2/imgproc/imgproc_c.h"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
#include "opencv2/imgproc/imgproc.hpp"
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include "opencv2/features2d/features2d.hpp"
|
#include "opencv2/features2d/features2d.hpp"
|
||||||
#include "opencv2/highgui/highgui.hpp"
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include <opencv2/video/background_segm.hpp>
|
#include "opencv2/video/background_segm.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
using namespace cv;
|
using namespace cv;
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
* Created on: Oct 17, 2010
|
* Created on: Oct 17, 2010
|
||||||
* Author: ethan
|
* Author: ethan
|
||||||
*/
|
*/
|
||||||
#include <opencv2/calib3d/calib3d.hpp>
|
#include "opencv2/calib3d/calib3d.hpp"
|
||||||
#include <opencv2/features2d/features2d.hpp>
|
#include "opencv2/features2d/features2d.hpp"
|
||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/calib3d/calib3d.hpp>
|
#include "opencv2/calib3d/calib3d.hpp"
|
||||||
#include <opencv2/features2d/features2d.hpp>
|
#include "opencv2/features2d/features2d.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
|
|
||||||
#include <opencv2/calib3d/calib3d.hpp>
|
#include "opencv2/calib3d/calib3d.hpp"
|
||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
|
|
||||||
using namespace cv;
|
using namespace cv;
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include <opencv2/video/tracking.hpp>
|
#include "opencv2/video/tracking.hpp"
|
||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <opencv2/contrib/contrib.hpp>
|
#include "opencv2/contrib/contrib.hpp"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
using namespace cv;
|
using namespace cv;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
using namespace cv;
|
using namespace cv;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <opencv2/objdetect/objdetect.hpp>
|
#include "opencv2/objdetect/objdetect.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
using namespace cv;
|
using namespace cv;
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include <opencv2/video/tracking.hpp>
|
#include "opencv2/video/tracking.hpp"
|
||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#include "ml.h"
|
#include "ml.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <opencv2/flann/flann.hpp>
|
#include "opencv2/flann/flann.hpp"
|
||||||
|
|
||||||
using namespace cv; // all the new API is put into "cv" namespace. Export its content
|
using namespace cv; // all the new API is put into "cv" namespace. Export its content
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
#include <opencv2/features2d/features2d.hpp>
|
#include "opencv2/features2d/features2d.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
|
|
||||||
using namespace cv;
|
using namespace cv;
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#define CV_NO_BACKWARD_COMPATIBILITY
|
#define CV_NO_BACKWARD_COMPATIBILITY
|
||||||
|
|
||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// WARNING: this sample is under construction! Use it on your own risk.
|
// WARNING: this sample is under construction! Use it on your own risk.
|
||||||
|
|
||||||
#include <opencv2/objdetect/objdetect.hpp>
|
#include "opencv2/objdetect/objdetect.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <opencv2/video/background_segm.hpp>
|
#include "opencv2/video/background_segm.hpp"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/calib3d/calib3d.hpp>
|
#include "opencv2/calib3d/calib3d.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
* that was generated with imagelist_creator.cpp
|
* that was generated with imagelist_creator.cpp
|
||||||
* easy as CV_PI right?
|
* easy as CV_PI right?
|
||||||
*/
|
*/
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
* A starter sample for using opencv, get a video stream and display the images
|
* A starter sample for using opencv, get a video stream and display the images
|
||||||
* easy as CV_PI right?
|
* easy as CV_PI right?
|
||||||
*/
|
*/
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
* Author: erublee
|
* Author: erublee
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <opencv2/calib3d/calib3d.hpp>
|
#include "opencv2/calib3d/calib3d.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/features2d/features2d.hpp>
|
#include "opencv2/features2d/features2d.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
@ -4,11 +4,11 @@
|
|||||||
#include "cvconfig.h"
|
#include "cvconfig.h"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <opencv2/contrib/contrib.hpp>
|
#include "opencv2/contrib/contrib.hpp"
|
||||||
#include <opencv2/objdetect/objdetect.hpp>
|
#include "opencv2/objdetect/objdetect.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/gpu/gpu.hpp>
|
#include "opencv2/gpu/gpu.hpp"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace cv;
|
using namespace cv;
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
#include "cvconfig.h"
|
#include "cvconfig.h"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <opencv2/opencv.hpp>
|
#include "opencv2/opencv.hpp"
|
||||||
#include <opencv2/gpu/gpu.hpp>
|
#include "opencv2/gpu/gpu.hpp"
|
||||||
|
|
||||||
#ifdef HAVE_CUDA
|
#ifdef HAVE_CUDA
|
||||||
#include "NCVHaarObjectDetection.hpp"
|
#include "NCVHaarObjectDetection.hpp"
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <cvconfig.h>
|
#include "cvconfig.h"
|
||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
#include <opencv2/gpu/gpu.hpp>
|
#include "opencv2/gpu/gpu.hpp"
|
||||||
|
|
||||||
#if !defined(HAVE_CUDA) || !defined(HAVE_TBB)
|
#if !defined(HAVE_CUDA) || !defined(HAVE_TBB)
|
||||||
|
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <cvconfig.h>
|
#include "cvconfig.h"
|
||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <opencv2/gpu/gpu.hpp>
|
#include "opencv2/gpu/gpu.hpp"
|
||||||
|
|
||||||
#if !defined(HAVE_CUDA) || !defined(HAVE_TBB)
|
#if !defined(HAVE_CUDA) || !defined(HAVE_TBB)
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <opencv2/gpu/gpu.hpp>
|
#include "opencv2/gpu/gpu.hpp"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <cvconfig.h>
|
#include "cvconfig.h"
|
||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
#include <opencv2/gpu/gpu.hpp>
|
#include "opencv2/gpu/gpu.hpp"
|
||||||
|
|
||||||
#if !defined(HAVE_CUDA) || !defined(HAVE_TBB)
|
#if !defined(HAVE_CUDA) || !defined(HAVE_TBB)
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
|
|
||||||
#define TAB " "
|
#define TAB " "
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <opencv2/calib3d/calib3d.hpp>
|
#include "opencv2/calib3d/calib3d.hpp"
|
||||||
#include <opencv2/gpu/gpu.hpp>
|
#include "opencv2/gpu/gpu.hpp"
|
||||||
#include "performance.h"
|
#include "performance.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <cvconfig.h>
|
#include "cvconfig.h"
|
||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <opencv2/gpu/gpu.hpp>
|
#include "opencv2/gpu/gpu.hpp"
|
||||||
|
|
||||||
#if !defined(HAVE_CUDA) || !defined(HAVE_TBB)
|
#if !defined(HAVE_CUDA) || !defined(HAVE_TBB)
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#include <opencv2/core/core.hpp>
|
#include "opencv2/core/core.hpp"
|
||||||
#include <opencv2/features2d/features2d.hpp>
|
#include "opencv2/features2d/features2d.hpp"
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
#include <opencv2/gpu/gpu.hpp>
|
#include "opencv2/gpu/gpu.hpp"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace cv;
|
using namespace cv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user