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
87b0126e
Commit
87b0126e
authored
Feb 01, 2013
by
LeonidBeynenson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed dummy warning.
parent
013d54c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
boost.cpp
apps/traincascade/boost.cpp
+2
-2
tree.cpp
modules/ml/src/tree.cpp
+2
-2
No files found.
apps/traincascade/boost.cpp
View file @
87b0126e
...
@@ -489,8 +489,8 @@ void CvCascadeBoostTrainData::setData( const CvFeatureEvaluator* _featureEvaluat
...
@@ -489,8 +489,8 @@ void CvCascadeBoostTrainData::setData( const CvFeatureEvaluator* _featureEvaluat
int
*
idst
=
0
;
int
*
idst
=
0
;
unsigned
short
*
udst
=
0
;
unsigned
short
*
udst
=
0
;
uint64
effective_buf_size
=
-
1
;
uint64
effective_buf_size
=
0
;
int
effective_buf_height
=
-
1
,
effective_buf_width
=
-
1
;
int
effective_buf_height
=
0
,
effective_buf_width
=
0
;
clear
();
clear
();
...
...
modules/ml/src/tree.cpp
View file @
87b0126e
...
@@ -159,8 +159,8 @@ void CvDTreeTrainData::set_data( const CvMat* _train_data, int _tflag,
...
@@ -159,8 +159,8 @@ void CvDTreeTrainData::set_data( const CvMat* _train_data, int _tflag,
char
err
[
100
];
char
err
[
100
];
const
int
*
sidx
=
0
,
*
vidx
=
0
;
const
int
*
sidx
=
0
,
*
vidx
=
0
;
uint64
effective_buf_size
=
-
1
;
uint64
effective_buf_size
=
0
;
int
effective_buf_height
=
-
1
,
effective_buf_width
=
-
1
;
int
effective_buf_height
=
0
,
effective_buf_width
=
0
;
if
(
_update_data
&&
data_root
)
if
(
_update_data
&&
data_root
)
{
{
...
...
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