Andrey Kamaev
|
71729a5967
|
opencv_ts is removed for java API
|
13 years ago |
Andrey Kamaev
|
4d09d62f85
|
Added Ptr<T> support to AlgorithmInfo; fixed some warnings
|
13 years ago |
Andrey Kamaev
|
a25c27ca05
|
Fixed windows build problems of BackgroundSubtractorGMG but code still need more work.
|
13 years ago |
Vadim Pisarevsky
|
82cb2ab556
|
fixed bug in SVD, ticket #2027; fixed building highgui with ffmpeg support on MacOSX
|
13 years ago |
Andrey Kamaev
|
5a2ba94dd6
|
Fixing parallel build for Android
|
13 years ago |
Andrey Kamaev
|
2a2092092f
|
Fixed Android build warnings in backgroundsubtractor_gbh
|
13 years ago |
Vadim Pisarevsky
|
7c778fc043
|
fixed possible video distortion problem when cap_avfoundation.mm is used to capture video (ticket #1980)
|
13 years ago |
Vadim Pisarevsky
|
e4b58ebff5
|
added GMG background segmentation algorithm by Andrew Godbehere, ticket #2065
|
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 |
Vadim Pisarevsky
|
fd901d8323
|
fixed #2108 (thanks to Vincent for the report and proposed solution)
|
13 years ago |
Andrey Kamaev
|
6a13c9efc0
|
Added cmake for building Android package
|
13 years ago |
Leonid Beynenson
|
d822989c8b
|
Added template method cv::Algorithm::set(const char* _name, const Ptr<_Tp>& value),
which allows to pass as the second parameter of the method set any cv::Ptr<_Tp> object.
|
13 years ago |
Leonid Beynenson
|
00b02f9f6d
|
Small addition change in the FileStorage sample.
|
13 years ago |
Andrey Kamaev
|
e4965b143f
|
Fixed discrepancy between SSE and regular baranches in FREAK
|
13 years ago |
Andrey Kamaev
|
739da31add
|
Fixed Android build with SDK tools revision 20
|
13 years ago |
Leonid Beynenson
|
7fc18fe146
|
Added to the sample, demonstrating FileStorage, how to read/write data from/to std::string.
|
13 years ago |
Andrey Pavlenko
|
42d830ec23
|
switching to dynamic linking
|
13 years ago |
Andrey Kamaev
|
e8b0d27942
|
Fixed cvExtractSURF in case of no keypoints found #2076
|
13 years ago |
Vadim Pisarevsky
|
d60b1f2f82
|
fixed bug #2106; added test
|
13 years ago |
Vadim Pisarevsky
|
73ce3ef8c1
|
fixed ios framework build (ticket #2092)
|
13 years ago |
Philipp Wagner
|
ea0b57cc23
|
API Link corrected.
|
13 years ago |
Philipp Wagner
|
d636c677f4
|
API Link corrected.
|
13 years ago |
Andrey Kamaev
|
6c3137a8b5
|
Fixed divide by zero problem in cvStereoRectify (thanks to Philip Van Valkenberg) #2099
|
13 years ago |
Andrey Kamaev
|
f09ae32796
|
Fixed Mat::isContinuous for big matrix (thanks to Boris Mansencal) #2103
|
13 years ago |
Andrey Kamaev
|
15e50420bc
|
Fixed linux and android install
|
13 years ago |
Alexander Mordvintsev
|
c6685bc9a7
|
improved recognition accuracy by better region normalization
|
13 years ago |
Alexander Mordvintsev
|
60dd599aea
|
discard digit's internal contours in digits_video.py
|
13 years ago |
Andrey Pavlenko
|
8b67adea98
|
workarounding missing native part in Java tests
|
13 years ago |
Andrey Kamaev
|
a323da6fd5
|
Fixed some warnings and install problems on linux
|
13 years ago |
Alexander Mordvintsev
|
981564ffe9
|
work on digits_video.py
|
13 years ago |
Alexander Mordvintsev
|
c71c82a8f1
|
work on digits_video.py
|
13 years ago |
Andrey Kamaev
|
abde1377f3
|
Fixed mistake in documentation
|
13 years ago |
Alexander Mordvintsev
|
b987154ebc
|
digits_video.py prints warning if trained classifier (should be created by digits.py) not found
|
13 years ago |
Andrey Pavlenko
|
3804ca3e20
|
changing package layout after 'make install' for Android build
|
13 years ago |
Alexander Mordvintsev
|
6dffc5332d
|
digits_video.py (VERY IMMATURE)
digits.py now saves the resulting SVM classifier for use in digits_video.py
|
13 years ago |
Alexander Mordvintsev
|
13b30d7428
|
digits_adjust.py sample added
|
13 years ago |
Alexander Mordvintsev
|
d636e1128b
|
removed ANN digits recognition
added deskew for SVN and KNearest recognition sample
|
13 years ago |
Philipp Wagner
|
f2e78eed8c
|
Fixed wrong restructured text directive, when referencing to other documents.
|
13 years ago |
Andrey Kamaev
|
69b5972e03
|
Fixed MSVC build with Qt enabled #2096
|
13 years ago |
Philipp Wagner
|
a15d97b716
|
Added the cv::FaceRecognizer documentation (API, Face Recognition Guide, Tutorials).
|
13 years ago |
Andrey Pavlenko
|
9efc1a689b
|
fixing project properties
|
13 years ago |
Andrey Pavlenko
|
ac6061ee8a
|
hiding extra build-time messages
|
13 years ago |
Alexander Smorkalov
|
b962bf75cf
|
Sample3-native build fix. Dependency from OpenCV library project added. Scripts updated.
|
13 years ago |
Alexander Smorkalov
|
369f2c4903
|
Color blob detection example updated for OpenCV Manager model.
|
13 years ago |
Alexander Smorkalov
|
109e308763
|
Sample4-mixed was updated for OpenCV Manager model.
|
13 years ago |
Alexander Smorkalov
|
0693073b98
|
Example3-native updated for OpenCV Manager model
|
13 years ago |
Marina Kolpakova
|
bd500ff0f7
|
fixed LBP loader test
|
13 years ago |
Alexander Smorkalov
|
521b89e69d
|
Sample 2 was updated for OpenCV Manager model.
|
13 years ago |
Alexander Smorkalov
|
207f4fc53c
|
Sample 1 updated for OpenCV Manager model.
|
13 years ago |
Vladislav Vinogradov
|
e7c35b1852
|
fixed bug in cv::gpu::HOGDescriptor::detectMultiScale
|
13 years ago |