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
8fb1f409
Commit
8fb1f409
authored
Jul 24, 2012
by
marina.kolpakova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unused code
parent
e63ab8de
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
20 deletions
+0
-20
cascadeclassifier.cpp
modules/gpu/src/cascadeclassifier.cpp
+0
-20
lbp.cu
modules/gpu/src/cuda/lbp.cu
+0
-0
No files found.
modules/gpu/src/cascadeclassifier.cpp
View file @
8fb1f409
...
@@ -266,24 +266,6 @@ namespace cv { namespace gpu { namespace device
...
@@ -266,24 +266,6 @@ namespace cv { namespace gpu { namespace device
{
{
namespace
lbp
namespace
lbp
{
{
void
classifyStumpFixed
(
const
DevMem2Di
&
integral
,
const
int
integralPitch
,
const
DevMem2Db
&
mstages
,
const
int
nstages
,
const
DevMem2Di
&
mnodes
,
const
DevMem2Df
&
mleaves
,
const
DevMem2Di
&
msubsets
,
const
DevMem2Db
&
mfeatures
,
const
int
workWidth
,
const
int
workHeight
,
const
int
clWidth
,
const
int
clHeight
,
float
scale
,
int
step
,
int
subsetSize
,
DevMem2D_
<
int4
>
objects
,
unsigned
int
*
classified
);
void
classifyPyramid
(
int
frameW
,
void
classifyPyramid
(
int
frameW
,
int
frameH
,
int
frameH
,
int
windowW
,
int
windowW
,
...
@@ -303,8 +285,6 @@ namespace cv { namespace gpu { namespace device
...
@@ -303,8 +285,6 @@ namespace cv { namespace gpu { namespace device
DevMem2Di
integral
);
DevMem2Di
integral
);
void
connectedConmonents
(
DevMem2D_
<
int4
>
candidates
,
int
ncandidates
,
DevMem2D_
<
int4
>
objects
,
int
groupThreshold
,
float
grouping_eps
,
unsigned
int
*
nclasses
);
void
connectedConmonents
(
DevMem2D_
<
int4
>
candidates
,
int
ncandidates
,
DevMem2D_
<
int4
>
objects
,
int
groupThreshold
,
float
grouping_eps
,
unsigned
int
*
nclasses
);
void
bindIntegral
(
DevMem2Di
integral
);
void
unbindIntegral
();
}
}
}}}
}}}
...
...
modules/gpu/src/cuda/lbp.cu
View file @
8fb1f409
This diff is collapsed.
Click to expand it.
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