Vadim Pisarevsky
c2241dccc5
converted fitline to C++, fixed Mat::checkVector().
12 years ago
Vadim Pisarevsky
c197a46e7e
removed rarely used fixed_size parameter from AutoBuffer type, added optional AutoBuffer* but to cvarrToMat in order to speedup CvSeq->Mat conversion; finished conversion of convex hull and related functions to C++
12 years ago
Andrey Kamaev
9c7a8dd584
Merge pull request #312 from taka-no-me:cheatsheet
12 years ago
Andrey Kamaev
1ed507c065
Merge pull request #310 from taka-no-me:4digit_version
12 years ago
Andrey Kamaev
55c74ebea8
Merge pull request #309 from asmorkalov:android_manager_4number_version
12 years ago
Andrey Kamaev
d169f62d28
Merge pull request #307 from taka-no-me:lena.png
12 years ago
Andrey Kamaev
f3f55b30b0
Merge pull request #267 from pclove1:ocl_hough
12 years ago
Vadim Pisarevsky
457fa52111
convex hull converted to C++; other 2 functions in convhull.cpp are yet to be finished.
12 years ago
Andrey Kamaev
e9301c3c4b
Add opencv_cheatsheet.pdf to documentation build and silence Latex output
12 years ago
marina.kolpakova
e15bdea663
fix test for new cascade
12 years ago
marina.kolpakova
53433884ee
fix python wrapping
12 years ago
marina.kolpakova
f9649a029b
fix typo
12 years ago
marina.kolpakova
0a40bbd0d0
add two types of feature boxes support:
...
- (left, top, width, height)
- (left, top, right, bottom)
12 years ago
marina.kolpakova
f7921b5ab3
fix soft scade xml
12 years ago
marina.kolpakova
913faf2ef4
fix test for a new test data
12 years ago
marina.kolpakova
9efd668a57
a bit refactored soft cascade
12 years ago
marina.kolpakova
f1b4b13e64
perf test
12 years ago
marina.kolpakova
8fc4078429
xml for soft cascade
12 years ago
marina.kolpakova
0c6c78d149
integrate 128x256 scale; remove log
12 years ago
marina.kolpakova
e09694bde8
integrated 128x256 scale
12 years ago
marina.kolpakova
3e7965a5a5
first debug integration of newly trained cascade
12 years ago
Andrey Kamaev
e3474878b6
Consistently use 4-digit library version
12 years ago
Alexander Smorkalov
4feae810fa
4 digit library version numeration implemented in OpenCV Manager
...
Code refactoring done.
OpenCV library version type changed to int.
Some UI labels updated.
OpenCV Manager verison incremented.
12 years ago
Andrey Kamaev
90ff4e6fc8
Convert test image to losless format
...
This fixes java tests failing with new jpeg versions
12 years ago
Andrey Kamaev
dc0788c864
Merge branch 2.4
12 years ago
Andrey Kamaev
101e9bd456
Merge pull request #304 from apavlenko:test_java_fix_double
12 years ago
Siegfried Hochdorfer
82a9f9a5a9
MeanshiftGrouping Bugfix (Bug #2685 )
12 years ago
Vadim Pisarevsky
e3941d0965
refactored approxpoly
12 years ago
Andrey Pavlenko
a8c0f1d962
fixing test failure on some systems
12 years ago
Andrey Kamaev
ae5661d5dc
Fix random failures of Split and Merge tests
12 years ago
Andrey Kamaev
867ddebe07
Merge pull request #289 from jmbuena:master
12 years ago
Andrey Kamaev
7341eaa654
Merge pull request #296 from asmorkalov:html_docs_warning_fix
12 years ago
Andrey Kamaev
28afa8d2d4
Merge pull request #297 from taka-no-me:fix_deps
12 years ago
Andrey Kamaev
bb73332168
Merge pull request #293 from taka-no-me:libjpeg9
12 years ago
Andrey Kamaev
0fed75a880
Merge pull request #302 from taka-no-me:fix_doc_sphinx107
12 years ago
Andrey Kamaev
069844cd4e
Merge pull request #300 from taka-no-me:java_64bit
12 years ago
Andrey Kamaev
b362d47d95
Fix documentation build with Sphinx 1.07
12 years ago
Suenghoon Park
06da75ffe0
Merge branch 'master' of git://github.com/Itseez/opencv into ocl_hough
12 years ago
Andrey Kamaev
bf3c2b0bbb
Fix incorrect Mat address reconstruction on 64-bit platforms
...
This fixes random failures in Java wrappers.
12 years ago
Anna Kogan
0587bef667
Switched time from seconds to minutes
12 years ago
Anna Kogan
3cdfa654ae
Added 'Num of tests' col, changed headers, added 'overall time' row
12 years ago
Andrey Kamaev
3cb84ed17c
Fix dependencies inference for auto-disabled targets
...
Sometimes information about dependencies causing disabling were loosed and it
was not possible to correctly display these dependencies in status report
12 years ago
Andrey Pavlenko
9f0d5f60b5
fixinf warning on non-Windows systems
12 years ago
Alexander Smorkalov
8cb0343f4c
Documentation build warning fixes.
...
Invalid links and refences fixed.
SpaeseMat class documentation updated.
12 years ago
Andrey Pavlenko
8e42ca1764
SURF keypoints rotation invariance test.
...
It calcs kpts for a cross and checks that 4 kpts at the edges have equal responce.
12 years ago
Andrey Kamaev
9e3570260b
Update libjpeg to "Version 9 13-Jan-2013"
12 years ago
Andrey Kamaev
c49b23d4dd
Merge pull request #240 from emchristiansen:javatest2.4
12 years ago
jmbuena
28a7be69ea
Fixed compile warnings on CvHomographyEstimator
12 years ago
Andrey Kamaev
084b1c7969
Merge branch 2.4
12 years ago
Andrey Pavlenko
b0e1cb473a
more tests fixes
12 years ago