Maksim Shabunin
|
d01bedbc61
|
Removed Sphinx documentation files
|
10 years ago |
vbystricky
|
d58f736935
|
Split highgui module to videoio and highgui
|
10 years ago |
vbystricky
|
4286f60387
|
Extract imgcodecs module from highgui
|
11 years ago |
Adi Shavit
|
d44e3c369d
|
Added documentation.
|
11 years ago |
Adrian Stratulat
|
4fb5680d91
|
Documentation - minor fix-ups
|
11 years ago |
Ilya Lavrenov
|
20b6191842
|
doc fix
|
11 years ago |
Adi Shavit
|
8fd0fd538d
|
Doc fix.
|
11 years ago |
Adi Shavit
|
46f06d82c9
|
Update docs.
|
11 years ago |
Adi Shavit
|
8802d62cc5
|
Updated docs.
|
11 years ago |
StevenPuttemans
|
6f892b10ff
|
Applied feature #3375 and fix of pull 1842 to avoid merging problems later
|
11 years ago |
StevenPuttemans
|
1b0297d92b
|
Added fixes mentioned in bugreport 3306
- Added author provided fixes
- Added code example
- Added documentation fixes
|
11 years ago |
Vadim Pisarevsky
|
e2bbe7597b
|
fixed few compile errors and doc build errors
|
11 years ago |
Vladislav Vinogradov
|
0c7663eb3b
|
Merge branch 'master' into gpu-cuda-rename
Conflicts:
modules/core/include/opencv2/core/cuda.hpp
modules/cudacodec/src/thread.cpp
modules/cudacodec/src/thread.hpp
modules/superres/perf/perf_superres.cpp
modules/superres/src/btv_l1_cuda.cpp
modules/superres/src/optical_flow.cpp
modules/videostab/src/global_motion.cpp
modules/videostab/src/inpainting.cpp
samples/cpp/stitching_detailed.cpp
samples/cpp/videostab.cpp
samples/gpu/stereo_multi.cpp
|
11 years ago |
Vladislav Vinogradov
|
a41006754e
|
fix documentation
|
11 years ago |
abidrahmank
|
14af369640
|
Python bindings for KeyPoint methods
Usage:
import numpy as np
import cv2
img = cv2.imread('messi5.jpg',0)
sift = cv2.SIFT()
kp = sift.detect(img)
pts = cv2.KeyPoint_convert(kp)
kps = cv2.KeyPoint_convert(pts.reshape(-1,1,2))
overlap = cv2.KeyPoint_overlap(kp[0],kp[1])
|
11 years ago |
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
11 years ago |
Roman Donchenko
|
f55740da70
|
Deleted all trailing whitespace.
|
11 years ago |
StevenPuttemans
|
ed76b2f98f
|
Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong
ReST directive was used. Also fixed some other ReST directives that were
not correct and removed some warnings during buildbot checks.
|
11 years ago |
Roman Donchenko
|
8bed7bb5f9
|
Fixed documentation errors.
|
11 years ago |
StevenPuttemans
|
f28496c628
|
Added sample links in documentation for python2, ocl and gpu
|
11 years ago |
StevenPuttemans
|
0c5244103f
|
Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169
- Used lunix style slashes - works on most systems
- Removed all trailing whitespaces
|
11 years ago |
abidrahmank
|
fa1b96bd36
|
imshow docs improvement bug#2490
|
11 years ago |
abidrahmank
|
bcf9117957
|
Added missing python functions in highgui documentation
setMouseCallback
createTrackbar
|
12 years ago |
Vladislav Vinogradov
|
af2fc1a22a
|
added documentation for OpenGL interoperability
|
12 years ago |
IanVS
|
41fc41829c
|
Updated documentation to new "COLOR_" format for color conversion enums.
|
12 years ago |
Kevin Hughes
|
eedb6fa3c4
|
removed separate example for reading image sequences and modified starter_video.cpp to better explain the functionality of VideoCapture. I also added a bit more explanation in the documentation of the VideoCapture interface
|
12 years ago |
Andrey Kamaev
|
8b294c6c90
|
Remove documentation for old python wrapper
|
12 years ago |
Andrey Kamaev
|
befd696720
|
Update documentation
|
12 years ago |
Andrey Kamaev
|
33ef7990b0
|
Update documentation
|
12 years ago |
AoD314
|
9680176fa9
|
added docs
|
12 years ago |
Daniil Osokin
|
fe5b9df45f
|
Fixed multiple issues in docs (bug #2410)
|
12 years ago |
Vadim Pisarevsky
|
849a8c8d20
|
fixed many errors in warnings in rst docs; added ocl module description (by Niko Li)
|
12 years ago |
Andrey Kamaev
|
0e7ca71dcc
|
Normalize whitespace in documentation and text files
|
12 years ago |
Kirill Kornyakov
|
aedf56404e
|
made imread description slightly better #2406
|
12 years ago |
Vsevolod Glumov
|
b91ca6a73f
|
Removed the phrase, that was causing all the confusion. Issue #2406.
+ Some minor formatting fixes.
|
12 years ago |
Vadim Pisarevsky
|
c9f1490302
|
added variant of cv::imdecode with the specified output matrix
|
12 years ago |
Andrey Kamaev
|
639bbec44a
|
svn repository web references are replaced with links to git
|
12 years ago |
Andrey Kamaev
|
5100ca7508
|
svn repository web references are replaced with links to git
|
12 years ago |
Andrey Kamaev
|
daad7900e2
|
Merged the trunk r8517:8524
|
13 years ago |
Andrey Kamaev
|
314813e51c
|
Added C++ and python signatures for moveWindow, resizeWindow and setMouseCallback
|
13 years ago |
Andrey Kamaev
|
81a5988015
|
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
|
13 years ago |
Andrey Kamaev
|
05de6302fd
|
Fixed documentation: corrected parameter names
|
13 years ago |
Andrey Kamaev
|
6ca618277c
|
More fixes for documentation.
|
13 years ago |
Andrey Kamaev
|
eb2f1f81ed
|
Fixed hundreds of documentation problems
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Ilya Lysenkov
|
2619221331
|
Spell checked the documentation with VIM (issue #223)
|
13 years ago |
Vadim Pisarevsky
|
2c4b5014ac
|
added notice and sample about transparent PNGs support in cv::write (ticket #1438, #1706)
|
13 years ago |
Andrey Kamaev
|
72f2523d0f
|
Fixed ~20 potential errors identified by the MS complier.
|
13 years ago |
Alexander Reshetnikov
|
3a564d1ae8
|
Updated displayOverlay's implementation & documentation (ticket #903)
|
13 years ago |
Alexander Shishkov
|
be63ce723f
|
#1672
updated links in cheatsheet
renamed directory for Mat tutorial
changed links from willow docs to opencv.itseez.com, from Trac to current Redmine
|
13 years ago |