Andrey Kamaev
6ca618277c
More fixes for documentation.
13 years ago
Andrey Kamaev
78329b0dfe
New bunch of documentation fixes
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
d5a0088bbe
merged 2.4 into trunk
13 years ago
Vadim Pisarevsky
1a9758c0a2
fixed Linemod's Detector write method (removed nested sequence delimiters)
13 years ago
Vadim Pisarevsky
9b382d07f6
modified data matrix detection interface (that does not use any new data structures). Added Python sample for data matrix detection. Ticket #1664
13 years ago
Andrey Kamaev
2a39128268
Updated latentSVM tests and data
13 years ago
Gary Bradski
54f92013b0
fix to Detector::write so that it doesn't abort on read
13 years ago
Vadim Pisarevsky
5b6b30ba0e
added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded.
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
Vadim Pisarevsky
38488cfdf1
probably fixed linemod crash (thanks to Stefan for the report)
13 years ago
Andrey Kamaev
7fd1cfc5e7
Fixed warnings about unused return value of fread
13 years ago
Andrey Kamaev
e479a9f619
Removed unneded dependency between objdetect and calib3d
13 years ago
Vadim Pisarevsky
beb7fc3c92
a LOT of obsolete stuff has been moved to the legacy module.
13 years ago
Vadim Pisarevsky
33bc089506
fixed HOGDescriptor::detect and HOGDescriptor::detectMultiScale signatures (ticket #1304 )
13 years ago
Andrey Kamaev
ec793df30f
#1205 fixed more bugs/typos in parameters
13 years ago
Vadim Pisarevsky
806aab164b
save, load & copy HOGDescriptor::nlevels (ticket #1533 )
13 years ago
Andrey Kamaev
67838a7a66
Made dependency of opencv_objdetect from opencv_highgui optional.
13 years ago
Vadim Pisarevsky
afd9523ff2
possibly fixed bug #1453
13 years ago
Marina Kolpakova
2ca6a50546
Fixed bug #1663
13 years ago
Vadim Pisarevsky
846e37ded5
fixed many warnings from GCC 4.6.1
13 years ago
Vadim Pisarevsky
4985c1b632
fixed hundreds of warnings from MSVC 2010.
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
Andrey Kamaev
e4307d05f3
Made dependency of features2d and calib3d from highgui optional
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
Alexander Shishkov
0279ba953e
fixed warnings in linemod on Windows
13 years ago
Alexander Shishkov
e7e373307b
added exports to the LineMod classes
...
fixed compilation linemod sample on Windows
13 years ago
Andrey Kamaev
32080ece8c
Fixed Android build warning
13 years ago
Patrick Mihelich
13456c9840
Removed a finished todo
13 years ago
Patrick Mihelich
f483272d09
No longer expose internal LINE-MOD methods like response map computation, linearizing similarities, etc in public header.
13 years ago
Patrick Mihelich
f174b001f3
Initial commit of LINE-MOD source code to objdetect module.
13 years ago
Andrey Kamaev
9a88aea697
Eliminated all compiler warnings on Android
13 years ago
Vadim Pisarevsky
716a5d04ab
fixed a few problems detected by Xcode 4.2.1
13 years ago
Andrey Kamaev
984eb99428
Global CMake reorganization:
...
[~] Automatically tracked dependencies between modules
[+] Support for optional module dependencies
[+] Options to choose modules to build
[~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
[+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
[~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
13 years ago
Andrey Kamaev
8cab65c173
Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options.
13 years ago
Andrey Kamaev
65f5343ed5
Refactored performance tests. TEST_CYCLE macro is renamed to TEST_CYCLE_N; SIMPLE_TEST_CYCLE is renamed to TEST_CYCLE; from now 100 iterations are default for performance tests
13 years ago
Leonid Beynenson
9f837d3486
Made changes concerning inserting prefiltering modes into CascadeClassifier class.
...
Now developers should call the method setFaceDetectionMaskGenerator() to use prefiltering mask generator
implemented for face detection.
13 years ago
Anatoly Baksheev
7076dfd7d6
gpu module: refactored devmem2d.hpp (atomic bomb)
13 years ago
Leonid Beynenson
da3a60a5a7
Made changes in the method of inserting prefilters into the CascadeClassifier class.
13 years ago
Leonid Beynenson
630288fdef
Added possibility of prefiltering into CascadeClassifier. Now OpenCV users can implement their own mask generators and insert them into CascadeClassifier.
13 years ago
Maria Dimashova
ba62621534
updated test on lsvm
13 years ago
Maria Dimashova
36967575be
Added doc on c++ version of latent svm
13 years ago
Maria Dimashova
a4bc940a50
fixed method clear()
13 years ago
Maria Dimashova
d3cd2cb5c0
removed porting to java of latent svm
13 years ago
Maria Dimashova
a70496e414
added test for c++ version of latent svm and updated testdata
13 years ago
Maria Dimashova
4d85ee7de1
added c++ wrapper of latent svm
13 years ago