Andrey Kamaev
|
72541721a1
|
Added image-manipulations android sample, other samples are updated; added Mat.size method to java API.
|
2011-07-18 16:17:07 +00:00 |
|
Andrey Pavlenko
|
3119af1c72
|
Java API: fixed bug in converter vector<Mat> <-> Mat
|
2011-07-18 16:07:11 +00:00 |
|
Andrey Pavlenko
|
60d59aa9d2
|
Java API: added missing converter vector<Mat> <-> Mat
|
2011-07-18 14:23:45 +00:00 |
|
Andrey Pavlenko
|
d989b6c89a
|
Java API: added pointers support (Point*, double*)
|
2011-07-18 13:56:49 +00:00 |
|
Kirill Kornyakov
|
51922658b6
|
java tests: added test for OFLK, FD, other improvements
|
2011-07-18 13:50:36 +00:00 |
|
Vadim Pisarevsky
|
16ba62dcd5
|
added COLOR_... enumeration to imgproc.hpp and EVENT_... enumeration to highgui.hpp
|
2011-07-18 13:05:34 +00:00 |
|
Andrey Pavlenko
|
86105b8727
|
Java API: fix in Mat::put(r,c,double[]vals) method
|
2011-07-18 09:27:48 +00:00 |
|
Andrey Pavlenko
|
1e2880b7aa
|
Java API: fix in Mat::put methods, general improvements
|
2011-07-18 07:18:35 +00:00 |
|
Alexander Mordvintsev
|
bcac8769b5
|
fixed broken python cv2.cpp build after rev.6089
|
2011-07-18 06:48:55 +00:00 |
|
Marius Muja
|
c071f5487e
|
Fixing ticket #1228
|
2011-07-17 06:26:40 +00:00 |
|
Andrey Kamaev
|
be2c4ddbdd
|
Android:
* Added manual port for getTextSize;
* Fixed bugs in "native camera" sample;
* Added 15-puzzle sample.
|
2011-07-16 22:31:47 +00:00 |
|
Leonid Beynenson
|
570041fed5
|
Fixed bug in modules/java/src/cpp/Mat.cpp
Removed some debugging insertions.
Added test for face detector.
Allowed tests to write on sdcard.
|
2011-07-16 13:29:20 +00:00 |
|
Andrey Pavlenko
|
75bcb1bcfa
|
Java API generator: implementation of vector<> fixed
|
2011-07-16 11:40:04 +00:00 |
|
Leonid Beynenson
|
3885772f3e
|
Added lbp cascade to the tests res/raw folder
|
2011-07-16 11:26:57 +00:00 |
|
Leonid Beynenson
|
bf40a3a5b8
|
Added functions required for Java API wrappers generating converting Mat-s to/from vectors.
|
2011-07-16 11:25:33 +00:00 |
|
Kirill Kornyakov
|
e76ad5509c
|
java tests: bugfix in hconcat
|
2011-07-16 10:35:50 +00:00 |
|
Kirill Kornyakov
|
eafa837e34
|
java tests: commited tests by Hussein Abdinoor
|
2011-07-16 10:25:05 +00:00 |
|
Vadim Pisarevsky
|
f2e1a64c1b
|
fixed "import cv" in the new python samples. corrected Python bindings to match the documentation and vice versa (NOTE: in cv2.stereoCalibrate the parameter ordering has been changed)
|
2011-07-16 09:35:56 +00:00 |
|
Andrey Pavlenko
|
5a5fe40542
|
Java API generator: implementation of vector<Point> support
|
2011-07-16 08:25:05 +00:00 |
|
Andrey Pavlenko
|
ecba099754
|
Java API generator improvements:
- fixed return of complex types (Scalar, Point, etc)
- partial implementation of vector<> support (empty stubs for CPP-side converters)
|
2011-07-16 07:59:34 +00:00 |
|
Kirill Kornyakov
|
30f265a16a
|
java tests: avoided copy and paste
|
2011-07-16 07:26:13 +00:00 |
|
Vadim Pisarevsky
|
8f41b2b23b
|
commented off print (due to the report from the mailing list)
|
2011-07-15 19:43:34 +00:00 |
|
Andrey Kamaev
|
8288cc108d
|
Continued Android samples renaming
|
2011-07-15 16:29:10 +00:00 |
|
Leonid Beynenson
|
b1ed277110
|
Added Java functions, converting vectors to Mats and Mats to vectors.
|
2011-07-15 16:25:47 +00:00 |
|
Andrey Kamaev
|
7c6fc6e18a
|
Android samples are renamed
|
2011-07-15 15:56:08 +00:00 |
|
Andrey Kamaev
|
39dab5e0cf
|
Headers are included into opencv_java build
|
2011-07-15 15:26:29 +00:00 |
|
Andrey Pavlenko
|
4deec6f0f0
|
partial vector<> support in Java API generator
|
2011-07-15 15:01:25 +00:00 |
|
Andrey Kamaev
|
cc447448ff
|
Added native camera Android sample; Added manual port of VideoCapture class.
|
2011-07-15 14:03:53 +00:00 |
|
Leonid Beynenson
|
c3d40ca0dd
|
Changed
|
2011-07-15 13:59:06 +00:00 |
|
Leonid Beynenson
|
8625b5689d
|
Added setters to Java API
|
2011-07-15 11:09:23 +00:00 |
|
Kirill Kornyakov
|
c1dab7bf6e
|
updated some java tests
|
2011-07-15 11:00:32 +00:00 |
|
Andrey Kamaev
|
72a55a4139
|
Refactored Android sample (1-java)
|
2011-07-15 07:18:45 +00:00 |
|
Evgeniy Kozinov
|
c3e9d0dd7e
|
fixed parser bug.
fixed TBB version in LatentSVM.
example works ok.
|
2011-07-15 06:35:12 +00:00 |
|
Leonid Beynenson
|
c8a603d853
|
Fixed bug in the function of search of Android applicvation path.
|
2011-07-14 18:41:09 +00:00 |
|
Andrey Kamaev
|
b16fb5d518
|
Fixed Android build.
|
2011-07-14 16:48:15 +00:00 |
|
Vadim Pisarevsky
|
7702fa4d61
|
added improved version of the variational stereo correspondence algorithm by Sergey Kosov
|
2011-07-14 15:30:28 +00:00 |
|
Andrey Pavlenko
|
5f0c312087
|
- partial 'vector' support in Java API generator
- const ignore mask list added for Java API generator
|
2011-07-14 15:24:17 +00:00 |
|
Vadim Pisarevsky
|
12715c210d
|
fixed mixed-type arithmetic operations (ticket #1224)
|
2011-07-14 14:54:05 +00:00 |
|
Leonid Beynenson
|
0db73575a6
|
Added class TermCriteria.
|
2011-07-14 14:52:58 +00:00 |
|
Kirill Kornyakov
|
da64ba1bde
|
java tests: found a reason of crash (addWeighted bug #1224), some tests cleaned and added
|
2011-07-14 14:25:35 +00:00 |
|
Vadim Pisarevsky
|
2dea07f9f8
|
repaired Python bindings for functions using InputOutputArray
|
2011-07-14 14:13:10 +00:00 |
|
Andrey Kamaev
|
14bc6e3e6c
|
Modified Android Samples
|
2011-07-14 12:47:07 +00:00 |
|
Vadim Pisarevsky
|
08f1f5769a
|
ok. enabled TBB in LatentSVM, but need to check if it works
|
2011-07-14 12:11:18 +00:00 |
|
Vadim Pisarevsky
|
36ba3d691e
|
temporarily switch off TBB
|
2011-07-14 11:51:43 +00:00 |
|
Vadim Pisarevsky
|
ca2433c212
|
fixed opencv_flann (with flann 1.6) compile errors on Windows (VS2005 & VS2008)
|
2011-07-14 11:26:13 +00:00 |
|
Leonid Beynenson
|
510ca53687
|
Added the function minMaxLoc to JavaAPI as a manual ported function.
Added test for the function.
|
2011-07-14 08:36:48 +00:00 |
|
Andrey Pavlenko
|
ab1ff12a71
|
class ignore list added for Java API generator
|
2011-07-14 08:15:35 +00:00 |
|
Andrey Pavlenko
|
a99b80b1a9
|
funcs ignore list added for Java API generator
|
2011-07-14 08:10:47 +00:00 |
|
Andrey Kamaev
|
87cfcc8ee2
|
Fixed Android build
|
2011-07-14 07:04:36 +00:00 |
|
Vadim Pisarevsky
|
562914e33b
|
upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN.
|
2011-07-13 23:04:39 +00:00 |
|