issues
search
morousg
/
cvGPUSpeedup
A faster implementation of OpenCV-CUDA that uses OpenCV objects, and more!
Apache License 2.0
42
stars
5
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add reading and writing with bigger data types
#26
morousg
closed
10 months ago
1
23 simplify code due to c++17 support
#25
morousg
closed
1 year ago
0
Made all cvGS device functions to return auto
#24
morousg
closed
1 year ago
0
Simplify code due to C++17 support
#23
morousg
closed
1 year ago
0
Make cvGPUSpeedup main header more readable, while we don't have proper Doxygen documentation
#22
morousg
closed
1 year ago
0
18 implement generic batching operation to work with any set of devicefunctions
#21
morousg
closed
1 year ago
0
Update README.md
#20
morousg
closed
1 year ago
0
17 implement reordering of vector components
#19
morousg
closed
1 year ago
0
Implement generic batching operation, to work with any set of DeviceFunctions
#18
morousg
closed
1 year ago
0
Implement Reordering of vector components
#17
morousg
closed
1 year ago
0
Update README.md
#16
morousg
closed
1 year ago
0
Refactor file naming and template expansion
#15
morousg
closed
1 year ago
0
Implement/port from OpenCV Lanczos 4 interpolation
#14
morousg
opened
1 year ago
0
Implement/port from OpenCV Bicubic interpolation
#13
morousg
opened
1 year ago
0
Optimized resize for NPtr>1 and fixed a bug in the same function
#12
morousg
closed
1 year ago
0
10 single kernel to process n crops+resize
#11
morousg
closed
1 year ago
0
Single kernel to process N crops+resize and generate a 3D tensor
#10
morousg
closed
1 year ago
0
3 implement a memory pattern to read 2x2 values of a source matrix with 2d offset displacement
#9
morousg
closed
1 year ago
0
5 support cvcudagpumat step
#8
morousg
closed
1 year ago
0
Create repo with licensing, and import work from CudaLearning repo
#7
morousg
closed
1 year ago
0
Make cvGS operations compatible with any channel size, from 1 to 4
#6
morousg
closed
1 year ago
1
Support cv::cuda::GpuMat step that does not correspond to the number of columns for the type
#5
morousg
closed
1 year ago
1
Implement an interpolation operator that takes 4 values as input, plus a floating point x,y position, and returns an interpolated result
#4
morousg
closed
1 year ago
0
Implement a memory pattern to read 2x2 values of a source matrix with 2D offset displacement
#3
morousg
closed
1 year ago
0
Check if we can read the input data type from the input data type of the first operator in cvGS::executeOperations
#2
morousg
closed
1 year ago
0
Check if OpenCV expects input and output GpuMat to have the same types when using basig arithmetic CUDA kernels
#1
morousg
closed
1 year ago
1
Previous