Vadim Pisarevsky
|
30593ee55e
|
3rd attempt to prepare patch with improved OpenCL kernels of CascadeClassifier.
|
11 years ago |
Ilya Lavrenov
|
37789f015a
|
deleted excess semicolons, commas
|
11 years ago |
Vadim Pisarevsky
|
242a3d1f19
|
2 more fixes to calm down the doc builder
|
11 years ago |
Vadim Pisarevsky
|
f41f633d2d
|
fixed various warnings from the “doc” and other builders
|
11 years ago |
Vadim Pisarevsky
|
fe11ca886a
|
trying to eliminate compile problems
|
11 years ago |
StevenPuttemans
|
6f892b10ff
|
Applied feature #3375 and fix of pull 1842 to avoid merging problems later
|
11 years ago |
Vadim Pisarevsky
|
e2bbe7597b
|
fixed few compile errors and doc build errors
|
11 years ago |
lluis
|
047b568f6d
|
erGrouping now uses a classifier for group validation instead of a set of heuristical ifos.
Updated documentation and sample to use the new function API
|
11 years ago |
lluis
|
5670e4f6cd
|
fixed typos
|
11 years ago |
lluis
|
5556f051f1
|
added rst documentation for the Class-specific Extremal Regions for Scene Text Detection
|
11 years ago |
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
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
|
f28496c628
|
Added sample links in documentation for python2, ocl and gpu
|
11 years ago |
Peter Minin
|
7d70399d72
|
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 |
Roman Donchenko
|
d583a79869
|
Revert "Add a variant of detectMultiScale with an argument 'weights'"
It was merged by mistake.
This reverts commit ab6be9b7b7 .
|
12 years ago |
Peter Minin
|
ab6be9b7b7
|
Add a variant of detectMultiScale with an argument 'weights' that
receives the number of neighbors joined into each detected object
|
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 |
Andrey Kamaev
|
75513a46dc
|
Remove all include directives for <string>
|
12 years ago |
Haoxiang Li
|
3f86fd82f8
|
update: detected rectangles may be partially outside the image
|
12 years ago |
marina.kolpakova
|
1b43b0e2df
|
move soft cascade functionality into dedicated module
|
12 years ago |
marina.kolpakova
|
5b03d47fb8
|
fix broken links in cascade classification documentation
|
12 years ago |
marina.kolpakova
|
bd9ca48fab
|
export to python/java
|
12 years ago |
marina.kolpakova
|
31a073ca66
|
documentation
|
12 years ago |
Andrey Kamaev
|
0e7ca71dcc
|
Normalize whitespace in documentation and text files
|
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
|
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
|
a20248977c
|
Documentation: fixed class/struc members documentation; added warning on incorrectly documented member
|
13 years ago |
Andrey Kamaev
|
6ca618277c
|
More fixes for documentation.
|
13 years ago |
Andrey Kamaev
|
eb2f1f81ed
|
Fixed hundreds of documentation problems
|
13 years ago |
Andrey Kamaev
|
6c86cce21f
|
Fixed groupRectangles documentation #1817
|
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
|
2f44610ef3
|
Mentioned in doc if a function is parallelized with the TBB library (issue #421)
|
13 years ago |
Andrey Kamaev
|
ec793df30f
|
#1205 fixed more bugs/typos in parameters
|
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 |
Andrey Kamaev
|
aeaae8b057
|
Updated rst configuration to read OpenCV version from sources; fixed several sphinx' warnings
|
13 years ago |
Maria Dimashova
|
36967575be
|
Added doc on c++ version of latent svm
|
13 years ago |
Maria Dimashova
|
b3fb4986f2
|
restored doc on latent svm that was lost in moving to rst
|
13 years ago |
Kirill Kornyakov
|
5868875ab9
|
doc: added maxSize parameter to CascadeClassifier::detectMultiScale
|
13 years ago |
Vadim Pisarevsky
|
b204e73d9a
|
propagated some more fixes from 2.3 branch to the trunk
|
14 years ago |
Vadim Pisarevsky
|
8d8ef596c8
|
introduced new RST/Sphinx domain ocv.
|
14 years ago |
Vadim Pisarevsky
|
06ac78ee23
|
some more corrections in the docs
|
14 years ago |
Vadim Pisarevsky
|
20aca7440f
|
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample
|
14 years ago |
Vadim Pisarevsky
|
c7a42e9682
|
started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions)
|
14 years ago |
Elena Fedotova
|
99ef14ad77
|
Purpose: completed the objdetect chapter
|
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 |