-
Notifications
You must be signed in to change notification settings - Fork 48
Home
Egor Burkov edited this page Oct 24, 2015
·
37 revisions
Goal: A Complete set of OpenCV 3.0 bindings for Torch, with almost all toolboxes (including CUDA, excluding OpenCL).
For example, like OpenCV's Python bindings, but using Torch Tensors instead of numpy.
Here's an example of code (yes, you can already run it: see Trying it out).
- imgproc
- imgcodecs
- videoio
- video
- ml
- flann
- photo
- optflow
- features2d
- superres
- cudaarithm
- cudabgsegm
- cudacodec
- cudafeatures2d
- cudafilters
- cudaimgproc
- cudaoptflow
- cudastereo
- cudawarping
- calib3d
- tracking
- xphoto
- ximgproc
- stitching
- highgui
- viz
- shape
- reg
- rgbd
- xfeatures2d
- objdetect
- bioinspired
- cvv
- datasets
- face
- Binary descriptors for lines extracted from an image
- text
Tutorials for contributors: