This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
mirror of
https://github.com/opencv/opencv.git
synced
2024-11-26 12:10:49 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
07ec83cd1f
opencv
/
modules
/
gpu
History
Alexey Spizhevoy
c776bff95b
#1713
Added the possibility of setting user_block_size manually for gpu::matchTemplate function (and gpu::convolve). Added a buffer param into these functions. Removed using of 2^n block sizes when it's not necessary.
2012-03-28 07:11:07 +00:00
..
doc
#1713
Added the possibility of setting user_block_size manually for gpu::matchTemplate function (and gpu::convolve). Added a buffer param into these functions. Removed using of 2^n block sizes when it's not necessary.
2012-03-28 07:11:07 +00:00
include/opencv2
/gpu
#1713
Added the possibility of setting user_block_size manually for gpu::matchTemplate function (and gpu::convolve). Added a buffer param into these functions. Removed using of 2^n block sizes when it's not necessary.
2012-03-28 07:11:07 +00:00
perf
refactored and fixed bugs in gpu warp functions (remap, resize, warpAffine, warpPerspective)
2012-03-14 15:54:17 +00:00
src
#1713
Added the possibility of setting user_block_size manually for gpu::matchTemplate function (and gpu::convolve). Added a buffer param into these functions. Removed using of 2^n block sizes when it's not necessary.
2012-03-28 07:11:07 +00:00
test
moved gpu cvtColor tests to separate file
2012-03-28 06:56:42 +00:00
CMakeLists.txt
fixed build in gpu module (SURF and ORB)
2012-03-18 12:05:49 +00:00