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
616ec74b
Commit
616ec74b
authored
Apr 07, 2014
by
krodyush
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix previous merge error
parent
4ca695ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pyrlk.cl
modules/video/src/opencl/pyrlk.cl
+1
-1
No files found.
modules/video/src/opencl/pyrlk.cl
View file @
616ec74b
...
@@ -297,7 +297,7 @@ void ReadPatchIToLocalMem(image2d_t I, float2 Point, local float IPatchLocal[LSy
...
@@ -297,7 +297,7 @@ void ReadPatchIToLocalMem(image2d_t I, float2 Point, local float IPatchLocal[LSy
__attribute__
((
reqd_work_group_size
(
LSx,
LSy,
1
)))
__attribute__
((
reqd_work_group_size
(
LSx,
LSy,
1
)))
__kernel
void
lkSparse
(
image2d_t
I,
image2d_t
J,
__kernel
void
lkSparse
(
image2d_t
I,
image2d_t
J,
__global
const
float2*
prevPts,
int
prevPtsStep,
__global
float2*
nextPts,
int
nextPtsStep
,
__global
uchar*
status,
__global
float*
err,
__global
const
float2*
prevPts,
__global
float2*
nextPts
,
__global
uchar*
status,
__global
float*
err,
const
int
level,
const
int
rows,
const
int
cols,
int
PATCH_X,
int
PATCH_Y,
int
c_winSize_x,
int
c_winSize_y,
int
c_iters,
char
calcErr
)
const
int
level,
const
int
rows,
const
int
cols,
int
PATCH_X,
int
PATCH_Y,
int
c_winSize_x,
int
c_winSize_y,
int
c_iters,
char
calcErr
)
{
{
__local
float
smem1[BUFFER]
;
__local
float
smem1[BUFFER]
;
...
...
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