Commit c2090c67 authored by jaco's avatar jaco

some BING header moved

parent d5d6f0a2
......@@ -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
......@@ -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>
......
......@@ -39,7 +39,6 @@
//
//M*/
#include "kyheader.h"
#include "CmFile.h"
// Get image names from a wildcard. Eg: GetNames("D:\\*.jpg", imgNames);
......
......@@ -39,7 +39,6 @@
//
//M*/
#include "kyheader.h"
#include "CmShow.h"
#include "opencv2/core.hpp"
#include <opencv2/highgui.hpp>
......
......@@ -43,7 +43,6 @@
#ifndef CMTIMER_H
#define CMTIMER_H
#include "kyheader.h"
class CmTimer
{
......
......@@ -39,8 +39,6 @@
//
//M*/
#include "kyheader.h"
#include "FilterTIG.h"
#include "CmShow.h"
using namespace cv;
......
......@@ -41,6 +41,9 @@
#include "precomp.hpp"
#include "CmTimer.h"
#include "CmFile.h"
namespace cv
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment