1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 04:25:42 +08:00

some BING header moved

This commit is contained in:
jaco
2014-07-28 15:52:53 +02:00
parent d5d6f0a211
commit c2090c67aa
9 changed files with 9 additions and 12 deletions

View File

@@ -168,8 +168,8 @@ inline cv::Rect Vec4i2Rect( cv::Vec4i &v )
#define INT64 long long
#else
#define INT64 long
//typedef unsigned long UINT64;
#define UINT64 unsigned long
typedef unsigned long UINT64;
//#define UINT64 unsigned long
#endif
/*
@@ -275,6 +275,5 @@ inline int popcnt_byte( register uint32_t u )
}
/////
#include "CmTimer.h"
#include "CmFile.h"
#endif // KYHEADER_H

View File

@@ -43,9 +43,9 @@
#define __OPENCV_SALIENCY_SPECIALIZED_CLASSES_HPP__
#include "saliencyBaseClasses.hpp"
#include "BING/kyheader.h"
#include "BING/ValStructVec.h"
#include "BING/FilterTIG.h"
#include "kyheader.h"
#include "ValStructVec.h"
#include "FilterTIG.h"
#include <cstdio>
#include <string>
#include <iostream>

View File

@@ -39,7 +39,6 @@
//
//M*/
#include "kyheader.h"
#include "CmFile.h"
// Get image names from a wildcard. Eg: GetNames("D:\\*.jpg", imgNames);

View File

@@ -39,7 +39,6 @@
//
//M*/
#include "kyheader.h"
#include "CmShow.h"
#include "opencv2/core.hpp"
#include <opencv2/highgui.hpp>

View File

@@ -43,7 +43,6 @@
#ifndef CMTIMER_H
#define CMTIMER_H
#include "kyheader.h"
class CmTimer
{

View File

@@ -39,8 +39,6 @@
//
//M*/
#include "kyheader.h"
#include "FilterTIG.h"
#include "CmShow.h"
using namespace cv;

View File

@@ -41,6 +41,9 @@
#include "precomp.hpp"
#include "CmTimer.h"
#include "CmFile.h"
namespace cv
{