Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv_contrib
Commits
c2090c67
Commit
c2090c67
authored
Jul 28, 2014
by
jaco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some BING header moved
parent
d5d6f0a2
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
12 deletions
+9
-12
FilterTIG.h
modules/saliency/include/opencv2/saliency/FilterTIG.h
+0
-0
ValStructVec.h
modules/saliency/include/opencv2/saliency/ValStructVec.h
+0
-0
kyheader.h
modules/saliency/include/opencv2/saliency/kyheader.h
+3
-4
saliencySpecializedClasses.hpp
...y/include/opencv2/saliency/saliencySpecializedClasses.hpp
+3
-3
CmFile.cpp
modules/saliency/src/BING/CmFile.cpp
+0
-1
CmShow.cpp
modules/saliency/src/BING/CmShow.cpp
+0
-1
CmTimer.h
modules/saliency/src/BING/CmTimer.h
+0
-1
FilterTIG.cpp
modules/saliency/src/BING/FilterTIG.cpp
+0
-2
objectnessBING.cpp
modules/saliency/src/BING/objectnessBING.cpp
+3
-0
No files found.
modules/saliency/
src/BING
/FilterTIG.h
→
modules/saliency/
include/opencv2/saliency
/FilterTIG.h
View file @
c2090c67
File moved
modules/saliency/
src/BING
/ValStructVec.h
→
modules/saliency/
include/opencv2/saliency
/ValStructVec.h
View file @
c2090c67
File moved
modules/saliency/
src/BING
/kyheader.h
→
modules/saliency/
include/opencv2/saliency
/kyheader.h
View file @
c2090c67
...
@@ -168,8 +168,8 @@ inline cv::Rect Vec4i2Rect( cv::Vec4i &v )
...
@@ -168,8 +168,8 @@ inline cv::Rect Vec4i2Rect( cv::Vec4i &v )
#define INT64 long long
#define INT64 long long
#else
#else
#define INT64 long
#define INT64 long
//
typedef unsigned long UINT64;
typedef
unsigned
long
UINT64
;
#define UINT64 unsigned long
//
#define UINT64 unsigned long
#endif
#endif
/*
/*
...
@@ -275,6 +275,5 @@ inline int popcnt_byte( register uint32_t u )
...
@@ -275,6 +275,5 @@ inline int popcnt_byte( register uint32_t u )
}
}
/////
/////
#include "CmTimer.h"
#include "CmFile.h"
#endif // KYHEADER_H
#endif // KYHEADER_H
modules/saliency/include/opencv2/saliency/saliencySpecializedClasses.hpp
View file @
c2090c67
...
@@ -43,9 +43,9 @@
...
@@ -43,9 +43,9 @@
#define __OPENCV_SALIENCY_SPECIALIZED_CLASSES_HPP__
#define __OPENCV_SALIENCY_SPECIALIZED_CLASSES_HPP__
#include "saliencyBaseClasses.hpp"
#include "saliencyBaseClasses.hpp"
#include "
BING/
kyheader.h"
#include "kyheader.h"
#include "
BING/
ValStructVec.h"
#include "ValStructVec.h"
#include "
BING/
FilterTIG.h"
#include "FilterTIG.h"
#include <cstdio>
#include <cstdio>
#include <string>
#include <string>
#include <iostream>
#include <iostream>
...
...
modules/saliency/src/BING/CmFile.cpp
View file @
c2090c67
...
@@ -39,7 +39,6 @@
...
@@ -39,7 +39,6 @@
//
//
//M*/
//M*/
#include "kyheader.h"
#include "CmFile.h"
#include "CmFile.h"
// Get image names from a wildcard. Eg: GetNames("D:\\*.jpg", imgNames);
// Get image names from a wildcard. Eg: GetNames("D:\\*.jpg", imgNames);
...
...
modules/saliency/src/BING/CmShow.cpp
View file @
c2090c67
...
@@ -39,7 +39,6 @@
...
@@ -39,7 +39,6 @@
//
//
//M*/
//M*/
#include "kyheader.h"
#include "CmShow.h"
#include "CmShow.h"
#include "opencv2/core.hpp"
#include "opencv2/core.hpp"
#include <opencv2/highgui.hpp>
#include <opencv2/highgui.hpp>
...
...
modules/saliency/src/BING/CmTimer.h
View file @
c2090c67
...
@@ -43,7 +43,6 @@
...
@@ -43,7 +43,6 @@
#ifndef CMTIMER_H
#ifndef CMTIMER_H
#define CMTIMER_H
#define CMTIMER_H
#include "kyheader.h"
class
CmTimer
class
CmTimer
{
{
...
...
modules/saliency/src/BING/FilterTIG.cpp
View file @
c2090c67
...
@@ -39,8 +39,6 @@
...
@@ -39,8 +39,6 @@
//
//
//M*/
//M*/
#include "kyheader.h"
#include "FilterTIG.h"
#include "CmShow.h"
#include "CmShow.h"
using
namespace
cv
;
using
namespace
cv
;
...
...
modules/saliency/src/BING/objectnessBING.cpp
View file @
c2090c67
...
@@ -41,6 +41,9 @@
...
@@ -41,6 +41,9 @@
#include "precomp.hpp"
#include "precomp.hpp"
#include "CmTimer.h"
#include "CmFile.h"
namespace
cv
namespace
cv
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment