Maria Dimashova
|
9cd0c9033f
|
fixed angles of SURF detector
|
13 years ago |
Andrey Kamaev
|
565a8dc30d
|
Fixed automatic temporary files cleaning with run.py on Windows
|
13 years ago |
Maria Dimashova
|
ad6929b6a4
|
removed y-axis inversion in drawKeypoints (FeatureDetector has to do this)
|
13 years ago |
Maria Dimashova
|
0f21890d7d
|
added test for opponent descriptor extractor
|
13 years ago |
Andrey Pavlenko
|
600ad799c7
|
restoring binary compatibility with 2.4.1
|
13 years ago |
Andrey Kamaev
|
5d6c90e166
|
Fixed bugs in facerec documentation
|
13 years ago |
Marina Kolpakova
|
76354287aa
|
fixed build without CUDA
|
13 years ago |
Alexander Smorkalov
|
c80d205ecf
|
OpenCV Library renamed.
|
13 years ago |
Alexander Smorkalov
|
3a88fc5aa9
|
Android samples renaming was done. Icon updated.
|
13 years ago |
Maria Dimashova
|
b3f68d29e7
|
fixed bow sample
|
13 years ago |
Marina Kolpakova
|
319c20c797
|
result storing: atomic based
|
13 years ago |
Marina Kolpakova
|
a9f2f522e7
|
LBP classifier was refactored, added parameter for max size of detected object
|
13 years ago |
Marina Kolpakova
|
e6f7e4d83e
|
GPU resize became same as CPU implementation
|
13 years ago |
Marina Kolpakova
|
60b73e7471
|
gpu classifier default values became same as to cpu implementation
|
13 years ago |
Marina Kolpakova
|
e7f5978768
|
classifier loading has been improved
|
13 years ago |
Alexander Mordvintsev
|
83ccdbd0ce
|
refactored digits_adjust.py (dataset preprocess in cloud)
|
13 years ago |
Alexander Mordvintsev
|
6977a89525
|
descriptions for watershed.py and video.py
|
13 years ago |
Alexander Mordvintsev
|
d015bf6f5e
|
fitline.py sample added
|
13 years ago |
Maria Dimashova
|
6042c59495
|
fixed #1764
|
13 years ago |
Vadim Pisarevsky
|
31395b0759
|
added check for false bug report #2081
|
13 years ago |
Vadim Pisarevsky
|
562838e0b5
|
partial fix for repeated algorithm registration (patch #2101 by Stephan Reuter)
|
13 years ago |
Maria Dimashova
|
d56b771963
|
fixed #2082
|
13 years ago |
Maria Dimashova
|
8f5b15b1c3
|
fixed compilation in msvc
|
13 years ago |
Vadim Pisarevsky
|
e918877bcf
|
fixed bug with uninitialized variable in cvGetOptimalNewCameraMatrix (patch #1731 by floemker)
|
13 years ago |
Vadim Pisarevsky
|
7ef2114107
|
added fullscreen mode on Mac (patch #2040 by Takahiro Horikawa)
|
13 years ago |
Vadim Pisarevsky
|
b5eb318ae3
|
added support of homogeneous points to calcCorrespondEpilines (ticket #2055)
|
13 years ago |
Andrey Kamaev
|
dec38e5949
|
Background subtractor GMG: removed flexitype, fixed build errors.
|
13 years ago |
Andrey Kamaev
|
afe11f69fb
|
Fixed Windows build warnings and configuration problem.
|
13 years ago |
Andrey Kamaev
|
27c23b557c
|
Merged few small fixes from 2.4 branch
|
13 years ago |
Marina Kolpakova
|
cdad4ac7c9
|
Merge branch 'home'
|
13 years ago |
Leonid Beynenson
|
6d3fecd490
|
Fixed small bug in cv::Ptr<_Tp> conversion to cv::Ptr<_Tp2>. Now this conversion is made in a more accurate way.
|
13 years ago |
Andrey Pavlenko
|
a72f4474b4
|
fixing bug #1987(android keeps RGBA in alpha pre-multiplied form, Mat <-> Bitmap should handle this correctly)
|
13 years ago |
Andrey Kamaev
|
2b6b6f12e2
|
Debug message is turned off
|
13 years ago |
Andrey Kamaev
|
0584ac525b
|
Quiet MSER tests
|
13 years ago |
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 |