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
IanVS
41fc41829c
Updated documentation to new "COLOR_" format for color conversion enums.
12 years ago
abidrahmank
ca09ba6852
Bug #2960 : docs about CV_BGR2GRAY
12 years ago
abidrahmank
98960bf201
A new python sample on grabcut
12 years ago
tim36272
5ef3ef9c4a
Clarified floodfill documentation
...
Clarified what value floodfill sets pixels in the mask to when FOODFILL_MASK_ONLY is set.
12 years ago
Andrey Kamaev
8b294c6c90
Remove documentation for old python wrapper
12 years ago
Andrey Kamaev
e75df56317
Unified handling of InputOutputArrays in Python wrapper generator
...
This makes arguments of type InputOutputArray required in python unless they
have a default value in C++.
As result following python functions changes signatures in non-trivial way:
* calcOpticalFlowFarneback
* calcOpticalFlowPyrLK
* calibrateCamera
* findContours
* findTransformECC
* floodFill
* kmeans
* PCACompute
* stereoCalibrate
And the following functions become return their modified inputs as a return
value:
* accumulate
* accumulateProduct
* accumulateSquare
* accumulateWeighted
* circle
* completeSymm
* cornerSubPix
* drawChessboardCorners
* drawContours
* drawDataMatrixCodes
* ellipse
* fillConvexPoly
* fillPoly
* filterSpeckles
* grabCut
* insertChannel
* line
* patchNaNs
* polylines
* randn
* randShuffle
* randu
* rectangle
* setIdentity
* updateMotionHistory
* validateDisparity
* watershed
12 years ago
Daniil Osokin
4c9c27b244
Fixed formula of YCrCb to RGB conversion (bug #2725 )
12 years ago
Vsevolod Glumov
3f417f1ec3
Fixes for issues #2570 , #2492 , #2559 , #2489 , #2592 .
12 years ago
Vsevolod Glumov
fc307c87dc
Improved the public 'non-optimized' duplicates of 'Tegra-optimized' functions.
12 years ago
Andrey Kamaev
f666bd221f
Merged the trunk r8595:8668 (except iOS and new gpu functionality)
13 years ago
Alexander Shishkov
e4d9d5294e
fixed #2047
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
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
Ilya Lysenkov
b07f89dcb1
Removed mentions of TBB optimization if users can't actually use it (thanks to Andrey K.)
13 years ago
Ilya Lysenkov
2f44610ef3
Mentioned in doc if a function is parallelized with the TBB library (issue #421 )
13 years ago
Vadim Pisarevsky
e8fab91d51
added DIST_LABEL_PIXEL labelType to distanceTransform, ticket #1641 (thanks to Mikhail Matrosov for the patch)
13 years ago
Vadim Pisarevsky
957e80abbd
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
13 years ago
Vadim Pisarevsky
cffd89f88f
added some missing declarations of the functions, noticed in the ticket ##229
14 years ago
Vadim Pisarevsky
5649f35757
some more bugfixed in 2.3 propagated to trunk
14 years ago
Andrey Kamaev
741a689f65
Improved RST parser; fixed small typos found by new parser
14 years ago
Vadim Pisarevsky
b33224f0b6
merged the latest fixes in 2.3 to trunk
14 years ago
Vadim Pisarevsky
6c8a2b8888
propagated fixes in docs and cap_dshow to trunk
14 years ago
Vadim Pisarevsky
cc9a1bb62f
propagated some more fixes from 2.3 branch to the trunk
14 years ago
Vadim Pisarevsky
b204e73d9a
propagated some more fixes from 2.3 branch to the trunk
14 years ago
Vadim Pisarevsky
49467947ac
propagated some fixes from 2.3 to trunk
14 years ago
Vadim Pisarevsky
2e54482de9
fixed formula in cvIntegral/integral description
14 years ago
Vadim Pisarevsky
8d8ef596c8
introduced new RST/Sphinx domain ocv.
14 years ago
Vadim Pisarevsky
79f3260b8e
fixed bayer pattern picture in cvtColor() description; corrected formula in getGaussianKernel()
14 years ago
Vadim Pisarevsky
c7a42e9682
started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions)
14 years ago
Ilya Lysenkov
07e2deccb9
Fixed the RGB2HSV formula (ticket #868 )
14 years ago
Vadim Pisarevsky
f39db3f15a
fixed problems indicated with ? marks
14 years ago
Elena Fedotova
753b689d85
Purpose: completed the imgproc chapter
14 years ago
Elena Fedotova
e2caf4a3ed
Purpose: updated the imgproc chapter
14 years ago
Vadim Pisarevsky
e9a5bbc003
fixed ?? marks; fixed missing highlighting in some of the sections
14 years ago
Vadim Pisarevsky
73f589e8a5
further docs cleanup
14 years ago
Vadim Pisarevsky
5c3447c125
added pictures for OpenCV 2.x reference manual; fixed some build problems and done some more cleanup work
14 years ago
Vadim Pisarevsky
4bb893aa9f
the first round of cleaning up the RST docs
14 years ago
Vadim Pisarevsky
24ccbccf63
cleaned RST formatting a bit
14 years ago
Vadim Pisarevsky
371aa08006
OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX.
14 years ago