This website requires JavaScript.
Explore
Help
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-12-17 19:08:01 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f4c9bc8bc4
opencv
/
modules
/
features2d
/
src
/
opencl
History
Alexander Alekhin
893deb4040
Merge pull request
#3483
from wangyan42164:ocl_orb_improve
2014-12-05 12:55:54 +00:00
..
brute_force_match.cl
Remove unnecesary operations and calculations in loop body.
2014-12-04 15:25:18 +08:00
fast.cl
do not use the large "score" buffer; now without non-max suppression OpenCL FAST is pretty efficient
2014-03-07 18:55:45 +04:00
orb.cl
Use sincos instead of sin and cos.
2014-12-04 15:48:23 +08:00