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
77728115
Commit
77728115
authored
Mar 17, 2013
by
cuda-geek
Committed by
OpenCV Buildbot
Mar 17, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #659 from Nerei:master
parents
92ba74a3
fe10c74f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
channels.cu
modules/softcascade/src/cuda/channels.cu
+3
-0
cuda_invoker.hpp
modules/softcascade/src/cuda_invoker.hpp
+2
-0
No files found.
modules/softcascade/src/cuda/channels.cu
View file @
77728115
...
...
@@ -63,6 +63,9 @@ __host__ __device__ __forceinline__ int divUp(int total, int grain)
namespace cv { namespace softcascade { namespace device
{
typedef unsigned int uint;
typedef unsigned short ushort;
// Utility function to extract unsigned chars from an unsigned integer
__device__ uchar4 int_to_uchar4(unsigned int in)
{
...
...
modules/softcascade/src/cuda_invoker.hpp
View file @
77728115
...
...
@@ -58,6 +58,8 @@
namespace
cv
{
namespace
softcascade
{
namespace
device
{
typedef
unsigned
char
uchar
;
typedef
unsigned
int
uint
;
typedef
unsigned
short
ushort
;
struct
Octave
{
...
...
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