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
bdb26b3d
Commit
bdb26b3d
authored
Aug 21, 2014
by
jaco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new windows build error fixing 2
parent
dd951a80
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
CmFile.cpp
modules/saliency/src/BING/CmFile.cpp
+1
-1
CmFile.hpp
modules/saliency/src/BING/CmFile.hpp
+2
-2
kyheader.hpp
modules/saliency/src/BING/kyheader.hpp
+5
-5
No files found.
modules/saliency/src/BING/CmFile.cpp
View file @
bdb26b3d
...
...
@@ -47,7 +47,7 @@ namespace cv
namespace
saliency
{
bool
CmFile
::
MkDir
(
CStr
&
_path
)
bool
CmFile
::
MkDir
(
std
::
string
&
_path
)
{
if
(
_path
.
size
()
==
0
)
return
false
;
...
...
modules/saliency/src/BING/CmFile.hpp
View file @
bdb26b3d
...
...
@@ -49,7 +49,7 @@
#include <stdlib.h>
#include <sys/stat.h>
#include <dirent.h>
#include "
BING/
kyheader.hpp"
#include "kyheader.hpp"
#endif
namespace
cv
...
...
@@ -59,7 +59,7 @@ namespace saliency
struct
CmFile
{
static
bool
MkDir
(
CStr
&
path
);
static
bool
MkDir
(
std
::
string
&
path
);
};
}
...
...
modules/saliency/src/BING/kyheader.hpp
View file @
bdb26b3d
...
...
@@ -87,11 +87,6 @@ typedef unsigned char BYTE;
#include <windows.h>
#endif
namespace
cv
{
namespace
saliency
{
typedef
std
::
vector
<
int
>
vecI
;
typedef
const
std
::
string
CStr
;
typedef
const
cv
::
Mat
CMat
;
...
...
@@ -100,6 +95,11 @@ typedef std::vector<cv::Mat> vecM;
typedef
std
::
vector
<
float
>
vecF
;
typedef
std
::
vector
<
double
>
vecD
;
namespace
cv
{
namespace
saliency
{
enum
{
CV_FLIP_BOTH
=
-
1
,
...
...
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