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:
@@ -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
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user