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
9d0721b8
Commit
9d0721b8
authored
Jul 25, 2014
by
jaco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mac warning e windows error compiling fixed
parent
aed1b8a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
saliencySpecializedClasses.hpp
...y/include/opencv2/saliency/saliencySpecializedClasses.hpp
+1
-1
CmTimer.h
modules/saliency/src/BING/CmTimer.h
+2
-0
No files found.
modules/saliency/include/opencv2/saliency/saliencySpecializedClasses.hpp
View file @
9d0721b8
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
//M*/
//M*/
#ifndef __OPENCV_SALIENCY_SPECIALIZED_CLASSES_HPP__
#ifndef __OPENCV_SALIENCY_SPECIALIZED_CLASSES_HPP__
#define __OPENCV_SALIENCY_SPECIALIZED_CLASSES_HPP_
#define __OPENCV_SALIENCY_SPECIALIZED_CLASSES_HPP_
_
#include "saliencyBaseClasses.hpp"
#include "saliencyBaseClasses.hpp"
#include "BING/kyheader.h"
#include "BING/kyheader.h"
...
...
modules/saliency/src/BING/CmTimer.h
View file @
9d0721b8
...
@@ -63,6 +63,8 @@ public:
...
@@ -63,6 +63,8 @@ public:
private
:
private
:
CStr
title
;
CStr
title
;
CmTimer
&
operator
=
(
const
CmTimer
&
);
bool
is_started
;
bool
is_started
;
clock_t
start_clock
;
clock_t
start_clock
;
clock_t
cumulative_clock
;
clock_t
cumulative_clock
;
...
...
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