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
109860a7
Commit
109860a7
authored
Jul 25, 2014
by
jaco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linux - mac compiling error/warning fixed
parent
ccde01a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
CmShow.cpp
modules/saliency/src/BING/CmShow.cpp
+2
-2
kyheader.h
modules/saliency/src/BING/kyheader.h
+4
-4
No files found.
modules/saliency/src/BING/CmShow.cpp
View file @
109860a7
...
...
@@ -96,7 +96,7 @@ Mat CmShow::HistBins(CMat& color3f, CMat& val, CStr& title, bool descendShow, CM
return
showImg3b
;
}
void
CmShow
::
showTinyMat
(
CStr
&
title
,
CMat
&
m
)
/*
void CmShow::showTinyMat(CStr &title, CMat &m)
{
int scale = 50, sz = m.rows * m.cols;
while (sz > 200){
...
...
@@ -122,4 +122,4 @@ void CmShow::SaveShow(CMat& img, CStr& title)
imwrite(String(title.c_str()), img*scale);
else if (title.size())
imshow(String(title.c_str()), img);
}
}
*/
modules/saliency/src/BING/kyheader.h
View file @
109860a7
...
...
@@ -52,7 +52,7 @@
#include <cmath>
#include <time.h>
#include <fstream>
#include <omp.h>
//
#include <omp.h>
// TODO: reference additional headers your program requires here
//#include "LibLinear/linear.h"
...
...
@@ -66,9 +66,9 @@
#define cvLIB(name) "opencv_" name CV_VERSION_ID
#endif
#pragma comment( lib, cvLIB("core"))
#pragma comment( lib, cvLIB("imgproc"))
#pragma comment( lib, cvLIB("highgui"))
//
#pragma comment( lib, cvLIB("core"))
//
#pragma comment( lib, cvLIB("imgproc"))
//
#pragma comment( lib, cvLIB("highgui"))
using
namespace
cv
;
using
namespace
std
;
#ifdef WIN32
...
...
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