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
d2f19a3a
Commit
d2f19a3a
authored
Nov 13, 2014
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3418 from tstellarAMD:2.4-hog-crash-fix
parents
2d867319
ec335b73
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ocl.hpp
modules/ocl/include/opencv2/ocl/ocl.hpp
+3
-0
hog.cpp
modules/ocl/src/hog.cpp
+0
-1
No files found.
modules/ocl/include/opencv2/ocl/ocl.hpp
View file @
d2f19a3a
...
...
@@ -1092,6 +1092,9 @@ namespace cv
oclMat
image_scale
;
// effect size of input image (might be different from original size after scaling)
Size
effect_size
;
private
:
oclMat
gauss_w_lut
;
};
...
...
modules/ocl/src/hog.cpp
View file @
d2f19a3a
...
...
@@ -55,7 +55,6 @@ using namespace cv::ocl;
#define CELLS_PER_BLOCK_Y 2
#define NTHREADS 256
static
oclMat
gauss_w_lut
;
static
bool
hog_device_cpu
;
namespace
cv
...
...
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