Vadim Pisarevsky
|
2fd01dcced
|
fixed doc builder warnings
|
2014-07-28 17:18:28 +04:00 |
|
Vadim Pisarevsky
|
1ad9827fc4
|
removed ERFilter (to be moved to opencv_contrib/modules/text) and lineMOD (to be moved to opencv_contrib/modules/rgbd)
|
2014-07-28 16:48:53 +04:00 |
|
abidrahmank
|
31291ced11
|
Issue #2540 : Python bindings for various "detectMultiScale()"
|
2014-05-21 08:26:16 +05:30 |
|
Vadim Pisarevsky
|
30593ee55e
|
3rd attempt to prepare patch with improved OpenCL kernels of CascadeClassifier.
|
2014-02-03 15:12:27 +04:00 |
|
Ilya Lavrenov
|
37789f015a
|
deleted excess semicolons, commas
|
2014-01-18 01:31:33 +04:00 |
|
Vadim Pisarevsky
|
242a3d1f19
|
2 more fixes to calm down the doc builder
|
2013-12-19 16:57:02 +04:00 |
|
Vadim Pisarevsky
|
f41f633d2d
|
fixed various warnings from the “doc” and other builders
|
2013-12-19 16:31:30 +04:00 |
|
Vadim Pisarevsky
|
fe11ca886a
|
trying to eliminate compile problems
|
2013-12-04 21:56:35 +04:00 |
|
Roman Donchenko
|
d58cd9851f
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
CMakeLists.txt
cmake/OpenCVDetectCUDA.cmake
doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.rst
modules/core/src/cmdparser.cpp
modules/gpu/CMakeLists.txt
modules/gpu/doc/introduction.rst
modules/gpu/perf/perf_video.cpp
modules/highgui/doc/reading_and_writing_images_and_video.rst
modules/ocl/src/cl_context.cpp
modules/video/include/opencv2/video/background_segm.hpp
samples/cpp/image_sequence.cpp
samples/cpp/tutorial_code/ImgTrans/HoughCircle_Demo.cpp
samples/python/chessboard.py
samples/python/cvutils.py
samples/python/demhist.py
samples/python/dft.py
samples/python/distrans.py
samples/python/edge.py
samples/python/ffilldemo.py
samples/python/fitellipse.py
samples/python/houghlines.py
samples/python/inpaint.py
samples/python/logpolar.py
samples/python/morphology.py
samples/python/numpy_array.py
samples/python/watershed.py
|
2013-12-03 17:35:21 +04:00 |
|
StevenPuttemans
|
6f892b10ff
|
Applied feature #3375 and fix of pull 1842 to avoid merging problems later
|
2013-11-25 10:53:03 +01:00 |
|
Vadim Pisarevsky
|
e2bbe7597b
|
fixed few compile errors and doc build errors
|
2013-11-18 13:48:04 -05:00 |
|
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
|
2013-09-27 19:19:45 +02:00 |
|
lluis
|
5670e4f6cd
|
fixed typos
|
2013-09-23 10:17:47 +02:00 |
|
lluis
|
5556f051f1
|
added rst documentation for the Class-specific Extremal Regions for Scene Text Detection
|
2013-09-20 21:39:11 +02:00 |
|
Roman Donchenko
|
2c4bbb313c
|
Merge commit '43aec5ad' into merge-2.4
Conflicts:
cmake/OpenCVConfig.cmake
cmake/OpenCVLegacyOptions.cmake
modules/contrib/src/retina.cpp
modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst
modules/gpu/doc/video.rst
modules/gpu/src/speckle_filtering.cpp
modules/python/src2/cv2.cv.hpp
modules/python/test/test2.py
samples/python/watershed.py
|
2013-08-27 13:26:44 +04:00 |
|
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
|
Roman Donchenko
|
6b5ac42a9b
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst
modules/features2d/doc/common_interfaces_of_descriptor_extractors.rst
modules/features2d/doc/object_categorization.rst
modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst
modules/gpu/doc/image_filtering.rst
modules/gpu/doc/image_processing.rst
modules/gpu/doc/video.rst
modules/imgproc/doc/miscellaneous_transformations.rst
modules/imgproc/doc/object_detection.rst
modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst
modules/imgproc/src/samplers.cpp
modules/ml/doc/k_nearest_neighbors.rst
modules/nonfree/doc/feature_detection.rst
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/photo/doc/inpainting.rst
modules/ts/include/opencv2/ts.hpp
platforms/scripts/camera_build.conf
samples/android/camera-calibration/AndroidManifest.xml
|
2013-08-13 12:56:39 +04:00 |
|
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.
|
2013-08-07 14:49:33 +02:00 |
|
Roman Donchenko
|
dcaf923517
|
Merge remote-tracking branch 'origin/2.4'
Conflicts:
3rdparty/ffmpeg/ffmpeg_version.cmake
cmake/OpenCVFindLibsGrfmt.cmake
cmake/templates/cvconfig.h.cmake
modules/bioinspired/doc/retina/index.rst
modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst
modules/calib3d/src/precomp.hpp
modules/contrib/src/inputoutput.cpp
modules/contrib/src/precomp.hpp
modules/core/include/opencv2/core/internal.hpp
modules/core/include/opencv2/core/types_c.h
modules/core/src/drawing.cpp
modules/core/src/precomp.hpp
modules/core/src/system.cpp
modules/features2d/doc/common_interfaces_of_descriptor_matchers.rst
modules/features2d/doc/common_interfaces_of_feature_detectors.rst
modules/features2d/include/opencv2/features2d/features2d.hpp
modules/features2d/src/precomp.hpp
modules/flann/src/precomp.hpp
modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst
modules/gpu/doc/image_filtering.rst
modules/gpu/doc/image_processing.rst
modules/gpu/doc/video.rst
modules/gpu/perf/perf_imgproc.cpp
modules/gpu/perf4au/main.cpp
modules/gpu/src/imgproc.cpp
modules/gpu/src/precomp.hpp
modules/gpu/test/test_imgproc.cpp
modules/highgui/CMakeLists.txt
modules/highgui/test/test_precomp.hpp
modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst
modules/imgproc/src/precomp.hpp
modules/java/generator/src/cpp/Mat.cpp
modules/legacy/src/precomp.hpp
modules/ml/doc/k_nearest_neighbors.rst
modules/ml/src/precomp.hpp
modules/nonfree/doc/feature_detection.rst
modules/nonfree/src/precomp.hpp
modules/objdetect/include/opencv2/objdetect/objdetect.hpp
modules/objdetect/src/cascadedetect.cpp
modules/objdetect/src/hog.cpp
modules/objdetect/src/precomp.hpp
modules/objdetect/test/test_latentsvmdetector.cpp
modules/ocl/src/hog.cpp
modules/ocl/src/opencl/objdetect_hog.cl
modules/ocl/src/precomp.hpp
modules/photo/src/precomp.hpp
modules/stitching/src/precomp.hpp
modules/superres/perf/perf_precomp.hpp
modules/superres/src/optical_flow.cpp
modules/superres/src/precomp.hpp
modules/superres/test/test_precomp.hpp
modules/ts/include/opencv2/ts.hpp
modules/video/src/precomp.hpp
modules/videostab/src/precomp.hpp
modules/world/src/precomp.hpp
|
2013-08-06 13:56:49 +04:00 |
|
StevenPuttemans
|
f28496c628
|
Added sample links in documentation for python2, ocl and gpu
|
2013-08-02 14:05:08 +02:00 |
|
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
|
2013-06-14 04:25:17 +04:00 |
|
Roman Donchenko
|
d583a79869
|
Revert "Add a variant of detectMultiScale with an argument 'weights'"
It was merged by mistake.
This reverts commit ab6be9b7b7 .
|
2013-06-10 17:06:34 +04:00 |
|
Peter Minin
|
ab6be9b7b7
|
Add a variant of detectMultiScale with an argument 'weights' that
receives the number of neighbors joined into each detected object
|
2013-06-06 19:00:55 +04:00 |
|
Andrey Kamaev
|
8b294c6c90
|
Remove documentation for old python wrapper
|
2013-04-12 19:37:40 +04:00 |
|
Andrey Kamaev
|
befd696720
|
Update documentation
|
2013-04-08 15:47:29 +04:00 |
|
Andrey Kamaev
|
33ef7990b0
|
Update documentation
|
2013-03-22 22:14:54 +04:00 |
|
Andrey Kamaev
|
75513a46dc
|
Remove all include directives for <string>
|
2013-03-22 22:14:47 +04:00 |
|
Haoxiang Li
|
3f86fd82f8
|
update: detected rectangles may be partially outside the image
|
2013-02-15 11:05:56 -05:00 |
|
marina.kolpakova
|
1b43b0e2df
|
move soft cascade functionality into dedicated module
|
2013-02-01 14:36:05 +04:00 |
|
Andrey Kamaev
|
57d3152cd0
|
Merge branch '2.4'
|
2013-01-31 14:35:27 +04:00 |
|
marina.kolpakova
|
5b03d47fb8
|
fix broken links in cascade classification documentation
|
2013-01-30 19:28:16 +04:00 |
|
marina.kolpakova
|
bd9ca48fab
|
export to python/java
|
2012-11-13 02:49:35 +04:00 |
|
marina.kolpakova
|
31a073ca66
|
documentation
|
2012-11-08 02:34:49 +04:00 |
|
Andrey Kamaev
|
0e7ca71dcc
|
Normalize whitespace in documentation and text files
|
2012-10-17 21:42:09 +04:00 |
|
Andrey Kamaev
|
639bbec44a
|
svn repository web references are replaced with links to git
|
2012-08-24 15:59:43 +04:00 |
|
Andrey Kamaev
|
5100ca7508
|
svn repository web references are replaced with links to git
|
2012-08-07 14:30:36 +04:00 |
|
Andrey Kamaev
|
81a5988015
|
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
|
2012-05-30 11:13:07 +00:00 |
|
Andrey Kamaev
|
949c4edf41
|
Merged the trunk r8408:8457 (inclusive)
|
2012-05-30 08:47:34 +00:00 |
|
Andrey Kamaev
|
a20248977c
|
Documentation: fixed class/struc members documentation; added warning on incorrectly documented member
|
2012-05-29 16:55:46 +00:00 |
|
Andrey Kamaev
|
6ca618277c
|
More fixes for documentation.
|
2012-05-28 20:11:38 +00:00 |
|
Andrey Kamaev
|
eb2f1f81ed
|
Fixed hundreds of documentation problems
|
2012-05-28 07:36:14 +00:00 |
|
Andrey Kamaev
|
6c86cce21f
|
Fixed groupRectangles documentation #1817
|
2012-05-25 09:04:26 +00:00 |
|
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
2012-04-13 21:50:59 +00:00 |
|
Ilya Lysenkov
|
2619221331
|
Spell checked the documentation with VIM (issue #223)
|
2012-04-13 19:04:44 +00:00 |
|
Ilya Lysenkov
|
2f44610ef3
|
Mentioned in doc if a function is parallelized with the TBB library (issue #421)
|
2012-04-13 15:31:18 +00:00 |
|
Andrey Kamaev
|
ec793df30f
|
#1205 fixed more bugs/typos in parameters
|
2012-03-29 08:07:57 +00:00 |
|
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
|
2012-03-11 14:35:46 +00:00 |
|
Andrey Kamaev
|
aeaae8b057
|
Updated rst configuration to read OpenCV version from sources; fixed several sphinx' warnings
|
2012-03-02 20:59:13 +00:00 |
|
Maria Dimashova
|
36967575be
|
Added doc on c++ version of latent svm
|
2011-10-04 12:10:57 +00:00 |
|
Maria Dimashova
|
b3fb4986f2
|
restored doc on latent svm that was lost in moving to rst
|
2011-09-30 09:54:31 +00:00 |
|