Vladislav Vinogradov
|
36bfa6ea1c
|
minor
|
2011-08-09 09:15:04 +00:00 |
|
Vladislav Vinogradov
|
b2b1d41da8
|
moved GpuMat class to separate header file
|
2011-08-09 07:51:48 +00:00 |
|
Vladislav Vinogradov
|
f4f38fcced
|
fixed gpu test failure on empty test data
|
2011-08-09 06:25:01 +00:00 |
|
Maria Dimashova
|
1f07209f6c
|
fixed CvCapture_OpenNI constructor (removed all exceptions) (#1237)
|
2011-08-08 15:47:52 +00:00 |
|
Maria Dimashova
|
4839bfb1a5
|
fixed grammar of the comment
|
2011-08-08 14:03:37 +00:00 |
|
Maria Dimashova
|
fcd999ae6e
|
added SL2 (squared L2 distance) and implemented the descriptors matching in L2 using SL2
|
2011-08-08 13:18:12 +00:00 |
|
Vladislav Vinogradov
|
a9fdc1bdff
|
added buffered version of cornerHarris, cornerMinEigenVal, histEven and histRange
|
2011-08-08 13:05:50 +00:00 |
|
Vladislav Vinogradov
|
12b7090a6f
|
fixed some warnings under win64
|
2011-08-08 13:03:18 +00:00 |
|
Maria Dimashova
|
dc14b45617
|
minor changes
|
2011-08-08 12:47:04 +00:00 |
|
Vladislav Vinogradov
|
42ced17c2c
|
fixed some warnings under win64
|
2011-08-08 11:28:14 +00:00 |
|
Vladislav Vinogradov
|
767ac9aa10
|
added gpu::Canny function
|
2011-08-08 08:53:55 +00:00 |
|
Andrey Kamaev
|
0a2c7803b6
|
Fixed mixChannels argument types
|
2011-08-08 07:08:58 +00:00 |
|
Vladislav Vinogradov
|
dfaa8af6ee
|
fixed #1279
|
2011-08-08 05:59:09 +00:00 |
|
Andrey Kamaev
|
b486a96601
|
Java API: refactored Core tests
|
2011-08-08 05:16:31 +00:00 |
|
Vadim Pisarevsky
|
8ceda8372c
|
corrected PCA::PCA and PCA::operator () description (thanks to Adrian Kaehler)
|
2011-08-07 17:12:09 +00:00 |
|
Vadim Pisarevsky
|
e5c66b5ed4
|
fixed pointPolygonTest(). Now it returns -1, 0, 1 when measureDist=false (ticket #1285)
|
2011-08-07 16:58:29 +00:00 |
|
Andrey Kamaev
|
99e3b5a24e
|
Java API: cleaned imgproc tests; changed signatures of several java functions
|
2011-08-06 21:19:23 +00:00 |
|
Vadim Pisarevsky
|
e2e4ee2f53
|
disable implicit numpy array use in old-style Python bindings because of hard-to-fix memory leaks (ticket #1177)
|
2011-08-06 20:15:29 +00:00 |
|
Vadim Pisarevsky
|
3f40a1d8c3
|
fixed KeyPoint::convert(keypoints,point2f) (ticket #1282; thanks to cooperz for the patch)
|
2011-08-06 19:42:29 +00:00 |
|
Vadim Pisarevsky
|
dd1315b22a
|
fixed rank check in 8-point Fundamental Matrix algorithm (patch by F. Devernay; ticket #1273)
|
2011-08-06 19:38:09 +00:00 |
|
Vadim Pisarevsky
|
04a4e51920
|
fixed parallel block matching stereo correspondence algorithm (ticket #997; thanks to jbieger for the patch)
|
2011-08-06 19:28:20 +00:00 |
|
Vadim Pisarevsky
|
cffd89f88f
|
added some missing declarations of the functions, noticed in the ticket ##229
|
2011-08-06 19:17:14 +00:00 |
|
Vadim Pisarevsky
|
4b94d91955
|
added _InputArray::_InputArray(const Scalar& s) constructor (ticket #1214)
|
2011-08-06 18:52:05 +00:00 |
|
Vadim Pisarevsky
|
fc4d64ae6b
|
temporarily fixed #1279
|
2011-08-06 18:03:08 +00:00 |
|
Andrey Kamaev
|
6aa1eafc27
|
Java API: added ticket number to failed test
|
2011-08-06 12:17:00 +00:00 |
|
Andrey Kamaev
|
c16f018afd
|
mc
|
2011-08-06 10:03:24 +00:00 |
|
Anatoly Baksheev
|
7e2fffb194
|
ticket #1280
|
2011-08-06 09:59:51 +00:00 |
|
Andrey Kamaev
|
1991440cf7
|
Java API:
* fixed manually ported classes;
* added vector<vector<Point>> support;
* changed argument types for 3 functions;
* finished tests for org.opencv.core.Core class.
|
2011-08-06 09:22:07 +00:00 |
|
Andrey Kamaev
|
6d9075812f
|
Java tests: fixed 1 test in core and 1 disabled
|
2011-08-05 16:33:46 +00:00 |
|
Andrey Kamaev
|
cb2b28636f
|
Java tests: removed test_1
|
2011-08-05 15:49:08 +00:00 |
|
Maria Dimashova
|
7db3dd4f0a
|
fixed comment and doc on L2
|
2011-08-05 14:05:41 +00:00 |
|
Maria Dimashova
|
0d55ccac74
|
added check of output image in drawKeypoints()
|
2011-08-05 14:04:38 +00:00 |
|
Andrey Kamaev
|
a46da86325
|
Java API: fixed script for coverage calculation
|
2011-08-05 13:04:14 +00:00 |
|
Andrey Kamaev
|
39c5eb2f66
|
Java API: new tests for Core and Imgproc from Hussein Abdinoor
|
2011-08-05 11:59:45 +00:00 |
|
Andrey Kamaev
|
a0590273e9
|
Java API: fixed problems in video and ml modules; generated test stubs for all exported functions (now we have 1701 tests).
|
2011-08-05 08:39:28 +00:00 |
|
itsyplen
|
9b1cb7227a
|
fixed errors in cmdparser
|
2011-08-04 16:12:55 +00:00 |
|
itsyplen
|
6d3e92517c
|
new version of command line parser
|
2011-08-04 16:09:04 +00:00 |
|
Andrey Pavlenko
|
10444f4e50
|
Java API: vector_vector support for KeyPoint/DMatch/char
Testing: 1178/4/576
|
2011-08-04 14:24:30 +00:00 |
|
Andrey Kamaev
|
874196e384
|
Implemented read/write methods for FlannBasedMatcher; fixed features2d wrappers for java
|
2011-08-04 14:13:07 +00:00 |
|
Vadim Pisarevsky
|
16b0fcf083
|
fixed CvHomographyEstimator::runKernel (ticket #1275)
|
2011-08-04 13:06:08 +00:00 |
|
Andrey Pavlenko
|
70caece001
|
Java API: fitEllipse arg type is changed to List<Point>, test is updated as well
Testing: 1176/4/580
|
2011-08-04 12:00:53 +00:00 |
|
Andrey Pavlenko
|
024482adac
|
Java API: (per code review) adding check (data.length % CvType.channels(t) != 0) for Mat:: put/get, adding 2 tests for them
Testing: 1176/4/580
|
2011-08-04 11:45:48 +00:00 |
|
Andrey Pavlenko
|
3f22bd6dff
|
Java API: fixed wrong JNI name for native delete()
|
2011-08-04 11:13:09 +00:00 |
|
Andrey Kamaev
|
13185ad8f7
|
Implemented read/write methods for BriefDescriptorExtractor class
|
2011-08-04 09:56:10 +00:00 |
|
Andrey Kamaev
|
28732d4300
|
Java API: added tests for SiftDescriptorExtractor and OrbDescriptorExtractor
|
2011-08-04 06:21:17 +00:00 |
|
Andrey Kamaev
|
1523cb04d1
|
Added CV_EXPORTS to OrbDescriptorExtractor (ticket #1276)
|
2011-08-04 06:19:52 +00:00 |
|
Andrey Kamaev
|
be5328178f
|
Fixed reading/writing parameters for OrbDescriptorExtractor
|
2011-08-04 06:18:24 +00:00 |
|
Andrey Kamaev
|
ff9da914ec
|
Fixed bug in checkRange - integer Mats were always in range
|
2011-08-04 06:17:23 +00:00 |
|
Andrey Kamaev
|
6944c0dba4
|
JavaAPI: fixed typo; some constants are moved to private section; added tests for BruteForceMatcher-Hamming
|
2011-08-03 19:46:30 +00:00 |
|
Andrey Kamaev
|
cc6b7edf95
|
Java API: added wrapper for GenericDescriptorMatcher
|
2011-08-03 16:17:33 +00:00 |
|