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
79c3a8e0
Commit
79c3a8e0
authored
Dec 07, 2012
by
marina.kolpakova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix build under win.
parent
4102aaaf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
icf.hpp
modules/gpu/src/icf.hpp
+5
-4
No files found.
modules/gpu/src/icf.hpp
View file @
79c3a8e0
...
...
@@ -56,7 +56,7 @@
namespace
cv
{
namespace
gpu
{
namespace
device
{
namespace
icf
{
struct
__align__
(
16
)
Octave
struct
Octave
{
ushort
index
;
ushort
stages
;
...
...
@@ -68,7 +68,7 @@ struct __align__(16) Octave
:
index
(
i
),
stages
(
s
),
shrinkage
(
sh
),
size
(
sz
),
scale
(
sc
)
{}
};
struct
__align__
(
8
)
Level
//is actually 24 bytes
struct
Level
//is actually 24 bytes
{
int
octave
;
int
step
;
...
...
@@ -84,7 +84,7 @@ struct __align__(8) Level //is actually 24 bytes
__device
Level
(){}
};
struct
__align__
(
8
)
Node
struct
Node
{
uchar4
rect
;
// ushort channel;
...
...
@@ -95,12 +95,13 @@ struct __align__(8) Node
Node
(
const
uchar4
r
,
const
unsigned
int
ch
,
const
unsigned
int
t
)
:
rect
(
r
),
threshold
(
t
+
(
ch
<<
28
))
{}
};
struct
__align__
(
16
)
Detection
struct
Detection
{
ushort
x
;
ushort
y
;
ushort
w
;
ushort
h
;
float
confidence
;
int
kind
;
...
...
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