Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
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
Commits
16aacf17
Commit
16aacf17
authored
Jan 11, 2013
by
marina.kolpakova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use long seeds
parent
31687178
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fpool.cpp
apps/sft/fpool.cpp
+1
-1
octave.cpp
modules/ml/src/octave.cpp
+1
-1
No files found.
apps/sft/fpool.cpp
View file @
16aacf17
...
@@ -76,7 +76,7 @@ void sft::write(cv::FileStorage& fs, const string&, const ICF& f)
...
@@ -76,7 +76,7 @@ void sft::write(cv::FileStorage& fs, const string&, const ICF& f)
sft
::
ICFFeaturePool
::~
ICFFeaturePool
(){}
sft
::
ICFFeaturePool
::~
ICFFeaturePool
(){}
//
#define USE_LONG_SEEDS
#define USE_LONG_SEEDS
#if defined USE_LONG_SEEDS
#if defined USE_LONG_SEEDS
# define FEATURE_RECT_SEED 8854342234LU
# define FEATURE_RECT_SEED 8854342234LU
#else
#else
...
...
modules/ml/src/octave.cpp
View file @
16aacf17
...
@@ -239,7 +239,7 @@ void cv::Octave::processPositives(const Dataset* dataset, const FeaturePool* poo
...
@@ -239,7 +239,7 @@ void cv::Octave::processPositives(const Dataset* dataset, const FeaturePool* poo
nnegatives
=
cvRound
(
nnegatives
*
total
/
(
double
)
npositives
);
nnegatives
=
cvRound
(
nnegatives
*
total
/
(
double
)
npositives
);
}
}
//
#define USE_LONG_SEEDS
#define USE_LONG_SEEDS
#if defined USE_LONG_SEEDS
#if defined USE_LONG_SEEDS
# define INDEX_ENGINE_SEED 764224349868LU
# define INDEX_ENGINE_SEED 764224349868LU
#else
#else
...
...
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