Vadim Pisarevsky
|
10702c6d75
|
fixes in bundle adjustment code by Nils Hasler
|
12 years ago |
Alexander Smorkalov
|
8cb0343f4c
|
Documentation build warning fixes.
Invalid links and refences fixed.
SpaeseMat class documentation updated.
|
12 years ago |
Andrey Kamaev
|
b401c6a0c3
|
Fix discrepancies between function signatures in headers and documentation
|
12 years ago |
Alexander Mordvintsev
|
9cfa51a483
|
added CV_OUT to StereoVar output paramiter
|
12 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
12 years ago |
Andrey Kamaev
|
26bcb3812c
|
Fix binary compatibility of opencv_contrib
|
12 years ago |
Andrey Kamaev
|
0dc3d61071
|
Revert "yet another portion of changes towards the binary compatibility"
This reverts commit 618fbf5508 .
|
12 years ago |
Kirill Kornyakov
|
9b8c47399a
|
fixed compilation error because of DetectionBasedTracker
|
12 years ago |
Vadim Pisarevsky
|
618fbf5508
|
yet another portion of changes towards the binary compatibility
|
12 years ago |
Vadim Pisarevsky
|
94b97b7a63
|
partially recovered binary compatibility (ticket #2415)
|
12 years ago |
Leonid Beynenson
|
2fd8ad65b9
|
Made changes in cv::DetectionBasedTracker -- now it can return status of the tracked objects
|
12 years ago |
Andrey Kamaev
|
0e9405e591
|
Honor resently added functionality in hdr_parser and rst_parser; minor fixes in documentation
|
12 years ago |
Vadim Pisarevsky
|
67ff95083d
|
added openfabmap code, contributed by Arren Glover. fixed several warnings in the new versions of retina filters
|
12 years ago |
Philipp Wagner
|
9db42aca04
|
Issue #2232: Bugfixes for 64bit Python-compability.
|
12 years ago |
Philipp Wagner
|
2c2d6fa5fd
|
Issue #2231: Attempt to fix segfault, when copying labels. LDA needed to be updated to generate the Wrapper correctly.
|
12 years ago |
Philipp Wagner
|
62a8f6783e
|
FaceRecognizer supports updating a model now. Documentation has been updated to reflect latest changes.
|
13 years ago |
Philipp Wagner
|
f29d73fe86
|
Updated the train method to be an InputArrayOfArrays, so the Python wrapper now generates the correct code (and it works).
|
13 years ago |
Leonid Beynenson
|
6d3db49932
|
Changed DetectionBasedTracker a bit to make its method addObject to return an integer value -- the id of the new added object.
|
13 years ago |
Andrey Kamaev
|
b1eba01afb
|
Fixed several mistakes in documentation
|
13 years ago |
Vadim Pisarevsky
|
acf356b080
|
added contrib module support in Python wrappers (thanks to Eric Christiansen)
|
13 years ago |
Andrey Kamaev
|
3a40f27655
|
Merged facerec from the trunk
|
13 years ago |
Marina Kolpakova
|
680a44189c
|
merged the trunk r8704:8716
|
13 years ago |
Leonid Beynenson
|
35344569bf
|
Added possibility in the class DetectionBasedTracker to work as a tracker only -- without the mainDetector.
In this case new objects will be added into it by the method addObject(const cv::Rect& location).
|
13 years ago |
Alexander Smorkalov
|
80febef237
|
revision 8721 vas merged to head. Detection based tracker interface changed. cpp and android samples updated.
|
13 years ago |
Andrey Kamaev
|
bd901eb52d
|
Reverted r8721 and r8725 (issue #2080)
|
13 years ago |
Alexander Smorkalov
|
a3be73b5cc
|
revisions 8681 and 8688 restored. Warning fixed.
Warning: changes beak binary compatibility
|
13 years ago |
Andrey Kamaev
|
e94e5866a1
|
Fixed mingw build warnings
|
13 years ago |
Andrey Kamaev
|
e8d158a5c8
|
Reverted changes breaking Android build
|
13 years ago |
Alexander Smorkalov
|
1736cc9739
|
Code style fix. dbt face detection example turned off for Windows.
|
13 years ago |
Alexander Smorkalov
|
7c160cdc30
|
Detection based tracker was refactored. Detector interface added.
|
13 years ago |
Philipp Wagner
|
000bf4af48
|
Two colormaps removed from the list of colormaps, as they are no visually improved enhancement to a Jet colormap.
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Philipp Wagner
|
cd7d93f362
|
Exceptions now go into CV_Error. Added thresholding to the FaceRecognizer and updated the demo accordingly.
|
13 years ago |
Philipp Wagner
|
ee1b671279
|
Several exceptions added to the available FaceRecognizer classes and helper methods, so wrong input data is reported to the user. facerec_demo.cpp updated to latest cv::Algorithm changes and commented.
|
13 years ago |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
13 years ago |
Andrey Kamaev
|
949c4edf41
|
Merged the trunk r8408:8457 (inclusive)
|
13 years ago |
Vadim Pisarevsky
|
41c932f306
|
FaceRecognizer class is now derived from Algorithm, therefore it's possible to set and retrieve the parameters using conventional Algorithm::set and Algorithm::get methods
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Vadim Pisarevsky
|
b8c310065c
|
modified EM interface; updated tests & samples
|
13 years ago |
Maria Dimashova
|
85fa0e7763
|
added cv::EM, moved CvEM to legacy, added/updated tests
|
13 years ago |
Vadim Pisarevsky
|
cec8f719a3
|
added face recognition algorithms, LDA, colormaps (all by Philipp Wagner)
|
13 years ago |
Maria Dimashova
|
be1d95b495
|
added default values of parameters
|
13 years ago |
Vadim Pisarevsky
|
c8e206c2ab
|
added LogPolar Blind Spot Model (thanks to Fabio Solari for the contribution)
|
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 |
Maria Dimashova
|
f67d9d9038
|
added ability to pass initial transformation to rgbd odometry
|
13 years ago |
Maria Dimashova
|
fbfc0cc96f
|
added special cases to RGBDOdometry (translation only, rotation only)
|
13 years ago |
Maria Dimashova
|
532781e8d2
|
initial version of rgbd odometry with sample
|
13 years ago |
Alexandre Benoit
|
c07d9d75e8
|
added get methods for retina outputs
|
13 years ago |
Alexander Shishkov
|
26ed10993e
|
fixed #1565 issue
|
13 years ago |