Han Qiang
|
88f68a3fe0
|
Fixed typo in document.
Signed-off-by: Han Qiang <a0byte@gmail.com>
|
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 |
Roman Donchenko
|
a97ffe6513
|
Rewrote the documentation for Ptr to fit the new implementation.
|
11 years ago |
abidrahmank
|
7fd8a19fe8
|
warning corrections
|
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 |
MarkBelmont
|
cf34b3d65b
|
Changed the brief description of function Mat::colRange from "Create a matrix header for the specified row span." to "Create a matrix header for the specified column span."
|
11 years ago |
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
11 years ago |
Roman Donchenko
|
f55740da70
|
Deleted all trailing whitespace.
|
11 years ago |
Dmitry Retinskiy
|
ab8c0fde52
|
applied comments after review
|
11 years ago |
Dmitry Retinskiy
|
f013baf739
|
bug #1922: restored most of the class definitions in basic_structures.rst
|
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 |
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 |
Alexander Smorkalov
|
8f7ba03ed2
|
Some fixes for incorrectly documented parameters identified by rst_parser.py (Bug #1205)
|
12 years ago |
IanVS
|
41fc41829c
|
Updated documentation to new "COLOR_" format for color conversion enums.
|
12 years ago |
alex77git
|
445860d619
|
(typo)
|
12 years ago |
alex77git
|
44a2b109b7
|
Bug #2967, basic_structures.rst, fix 2 typos
|
12 years ago |
Andrey Kamaev
|
6ce050d264
|
Update docs
|
12 years ago |
Andrey Kamaev
|
2edfae5070
|
Move documentation for cv::KeyPoint and cv::DMatch to core
|
12 years ago |
Andrey Kamaev
|
33ef7990b0
|
Update documentation
|
12 years ago |
Andrey Kamaev
|
75513a46dc
|
Remove all include directives for <string>
|
12 years ago |
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
12 years ago |
Alexander
|
4091eab45e
|
cv::Ptr description extended.
|
12 years ago |
Andrey Kamaev
|
ff7b604a25
|
Fix several inconsistent declarations identified by check_doc2 script
|
12 years ago |
Ilya Lysenkov
|
b24e4bddb1
|
Documented the TermCriteria class (#2560)
|
12 years ago |
Alexander Smorkalov
|
8cb0343f4c
|
Documentation build warning fixes.
Invalid links and refences fixed.
SpaeseMat class documentation updated.
|
12 years ago |
Vadim Pisarevsky
|
e365726c4a
|
fixed example of iteration through a SparseMat (bug #2310)
|
12 years ago |
Andrey Kamaev
|
639bbec44a
|
svn repository web references are replaced with links to git
|
12 years ago |
Vsevolod Glumov
|
fc307c87dc
|
Improved the public 'non-optimized' duplicates of 'Tegra-optimized' functions.
|
12 years ago |
Andrey Kamaev
|
5100ca7508
|
svn repository web references are replaced with links to git
|
12 years ago |
Andrey Kamaev
|
81a5988015
|
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
|
13 years ago |
Andrey Kamaev
|
949c4edf41
|
Merged the trunk r8408:8457 (inclusive)
|
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
|
71625ad458
|
Fixed more documentation & source discrepancies
|
13 years ago |
Vadim Pisarevsky
|
513080ea12
|
some more fixes in Algorithm methods declarations
|
13 years ago |
Vadim Pisarevsky
|
01169ec826
|
fixed description of Algorithm::getList(); added sample, thanks to Shervin Emami (ticket #1972)
|
13 years ago |
Andrey Kamaev
|
e1c4fd9e1f
|
Merged the trunk r8345:8376
|
13 years ago |
Andrey Kamaev
|
0ba3236ce0
|
Fixed Algorithm usage example #1904
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Vadim Pisarevsky
|
c9dacaa254
|
added description of Algorithm class (ticket #1818)
|
13 years ago |
Vadim Pisarevsky
|
bffd77ed87
|
moved planar subdiv docs to legacy; added Input/OutputArray docs to core
|
13 years ago |
Alexander Shishkov
|
a07724aea2
|
fixed #1841
|
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 |
Alexander Shishkov
|
d77fb60017
|
minor changes in documentation
|
13 years ago |
Ilya Lysenkov
|
cd407b53a8
|
Corrected doc of Mat::adjustROI() (issue #1245)
|
13 years ago |
Ilya Lysenkov
|
e4525860e0
|
Fixed a typo
|
13 years ago |
Andrey Kamaev
|
d6e3ccc1b2
|
Documentation: fixed about 100 cross-referencing errors.
|
13 years ago |
Vadim Pisarevsky
|
c8378fa4c4
|
added "inclusive" & "exclusive" adjectives to startrow, endrow, startcol, endcol parameter descriptions (ticket #1272)
|
14 years ago |
Vadim Pisarevsky
|
d8417af086
|
fixed and improving formatting in opencv2refman.pdf. added support for n-channel mask in Mat::copyTo() and n-channel images in cv::compare(). fixed 2 compile warnings in opencv_python.
|
14 years ago |