You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
abidrahmank
37f4e400e4
Added cv2.boxPoints() functionality to Python bindings (Feature #2023)
http://www.code.opencv.org/issues/2023
eg:
In [3]: box = ((10,10),(5,5),0)
In [4]: cv2.boxPoints(box)
Out[4]:
array([[ 7.5, 12.5],
[ 7.5, 7.5],
[ 12.5, 7.5],
[ 12.5, 12.5]], dtype=float32)
|
12 years ago |
.. |
androidcamera
|
Merge remote-tracking branch 'origin/2.4'
|
12 years ago |
calib3d
|
Merge remote-tracking branch 'origin/2.4'
|
12 years ago |
contrib
|
Compile OpenCV with GCC visibility set to hidden
|
12 years ago |
core
|
Merge pull request #1015 from SpecLad:merge-2.4
|
12 years ago |
features2d
|
Merge remote-tracking branch 'origin/2.4'
|
12 years ago |
flann
|
Merge remote-tracking branch 'origin/2.4'
|
12 years ago |
gpu
|
link with nvcuvenc and ffmpeg libraries only if WITH_NVCUVID is enabled
|
12 years ago |
gpuarithm
|
updated documentation
|
12 years ago |
gpubgsegm
|
refactored Morphology Filters
|
12 years ago |
gpucodec
|
refactored VideoReader (convert it to abstract interface)
|
12 years ago |
gpufeatures2d
|
refactored Separable Linear Filters
|
12 years ago |
gpufilters
|
removed obsolete API
|
12 years ago |
gpuimgproc
|
refactored Separable Linear Filters
|
12 years ago |
gpulegacy
|
renamed gpu_private.hpp to private.gpu.hpp
|
12 years ago |
gpuoptflow
|
renamed gpu_private.hpp to private.gpu.hpp
|
12 years ago |
gpustereo
|
updated documentation
|
12 years ago |
gpuwarping
|
renamed gpu_private.hpp to private.gpu.hpp
|
12 years ago |
highgui
|
Merge remote-tracking branch 'origin/2.4'
|
12 years ago |
imgproc
|
Added cv2.boxPoints() functionality to Python bindings (Feature #2023)
|
12 years ago |
java
|
Merge pull request #1015 from SpecLad:merge-2.4
|
12 years ago |
legacy
|
Merge remote-tracking branch 'origin/2.4'
|
12 years ago |
ml
|
Merge remote-tracking branch 'origin/2.4'
|
12 years ago |
nonfree
|
Merge remote-tracking branch 'origin/2.4'
|
12 years ago |
objdetect
|
Add a new variant of detectMultiScale with output arguments 'objects' and 'numDetections'; factor most of detectMultiScale's code into 2 protected methods
|
12 years ago |
ocl
|
Merge remote-tracking branch 'origin/2.4'
|
12 years ago |
photo
|
renamed gpu_private.hpp to private.gpu.hpp
|
12 years ago |
python
|
Updated usage of METH_X definitions for python 3.
|
12 years ago |
softcascade
|
added missing <iostream> header
|
12 years ago |
stitching
|
Merge remote-tracking branch 'origin/2.4'
|
12 years ago |
superres
|
refactored Separable Linear Filters
|
12 years ago |
ts
|
refactored gpu info structures (TargetArchs and DeviceInfo)
|
12 years ago |
video
|
Merge remote-tracking branch 'origin/2.4'
|
12 years ago |
videostab
|
Merge remote-tracking branch 'origin/2.4'
|
12 years ago |
world
|
Make core/internal.hpp a private header
|
12 years ago |
CMakeLists.txt
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
|
12 years ago |
refman.rst.in
|
Made reference manual table of contents autogenerated
|
13 years ago |