Kirill Kornyakov
|
6b789dd2ea
|
java tests: adopted for the new package structure
|
14 years ago |
Andrey Kamaev
|
dfdb15be79
|
Added Java packages support to cmake
|
14 years ago |
Andrey Pavlenko
|
070579d9c3
|
Java API generator: fixed consts generation
|
14 years ago |
Andrey Pavlenko
|
84ec0d2881
|
Java API packages restructured (require further changes in CMake part to work)
|
14 years ago |
Kirill Kornyakov
|
6bb1c07fd4
|
java tests: COLOR_RGB2GRAY used instead of CV_BGR2GRAY
|
14 years ago |
Andrey Kamaev
|
6932203349
|
Fixed Android samples; updated black list of enums.
|
14 years ago |
Kirill Kornyakov
|
1fc895ff42
|
java tests: added tests for calcHist, calcBackProject, Mat.size() method renamed
|
14 years ago |
Andrey Pavlenko
|
343bba93db
|
Java API: added int64 and Vec3d support; small code refactoring performed
|
14 years ago |
Kirill Kornyakov
|
39ec7099e2
|
java tests: split test, minor improvements
|
14 years ago |
Andrey Kamaev
|
72541721a1
|
Added image-manipulations android sample, other samples are updated; added Mat.size method to java API.
|
14 years ago |
Andrey Pavlenko
|
3119af1c72
|
Java API: fixed bug in converter vector<Mat> <-> Mat
|
14 years ago |
Andrey Pavlenko
|
60d59aa9d2
|
Java API: added missing converter vector<Mat> <-> Mat
|
14 years ago |
Andrey Pavlenko
|
d989b6c89a
|
Java API: added pointers support (Point*, double*)
|
14 years ago |
Kirill Kornyakov
|
51922658b6
|
java tests: added test for OFLK, FD, other improvements
|
14 years ago |
Andrey Pavlenko
|
86105b8727
|
Java API: fix in Mat::put(r,c,double[]vals) method
|
14 years ago |
Andrey Pavlenko
|
1e2880b7aa
|
Java API: fix in Mat::put methods, general improvements
|
14 years ago |
Andrey Kamaev
|
be2c4ddbdd
|
Android:
* Added manual port for getTextSize;
* Fixed bugs in "native camera" sample;
* Added 15-puzzle sample.
|
14 years ago |
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.
|
14 years ago |
Andrey Pavlenko
|
75bcb1bcfa
|
Java API generator: implementation of vector<> fixed
|
14 years ago |
Leonid Beynenson
|
3885772f3e
|
Added lbp cascade to the tests res/raw folder
|
14 years ago |
Leonid Beynenson
|
bf40a3a5b8
|
Added functions required for Java API wrappers generating converting Mat-s to/from vectors.
|
14 years ago |
Kirill Kornyakov
|
e76ad5509c
|
java tests: bugfix in hconcat
|
14 years ago |
Kirill Kornyakov
|
eafa837e34
|
java tests: commited tests by Hussein Abdinoor
|
14 years ago |
Andrey Pavlenko
|
5a5fe40542
|
Java API generator: implementation of vector<Point> support
|
14 years ago |
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)
|
14 years ago |
Kirill Kornyakov
|
30f265a16a
|
java tests: avoided copy and paste
|
14 years ago |
Andrey Kamaev
|
8288cc108d
|
Continued Android samples renaming
|
14 years ago |
Leonid Beynenson
|
b1ed277110
|
Added Java functions, converting vectors to Mats and Mats to vectors.
|
14 years ago |
Andrey Kamaev
|
7c6fc6e18a
|
Android samples are renamed
|
14 years ago |
Andrey Kamaev
|
39dab5e0cf
|
Headers are included into opencv_java build
|
14 years ago |
Andrey Pavlenko
|
4deec6f0f0
|
partial vector<> support in Java API generator
|
14 years ago |
Andrey Kamaev
|
cc447448ff
|
Added native camera Android sample; Added manual port of VideoCapture class.
|
14 years ago |
Leonid Beynenson
|
c3d40ca0dd
|
Changed
|
14 years ago |
Leonid Beynenson
|
8625b5689d
|
Added setters to Java API
|
14 years ago |
Kirill Kornyakov
|
c1dab7bf6e
|
updated some java tests
|
14 years ago |
Andrey Kamaev
|
72a55a4139
|
Refactored Android sample (1-java)
|
14 years ago |
Andrey Pavlenko
|
5f0c312087
|
- partial 'vector' support in Java API generator
- const ignore mask list added for Java API generator
|
14 years ago |
Leonid Beynenson
|
0db73575a6
|
Added class TermCriteria.
|
14 years ago |
Kirill Kornyakov
|
da64ba1bde
|
java tests: found a reason of crash (addWeighted bug #1224), some tests cleaned and added
|
14 years ago |
Andrey Kamaev
|
14bc6e3e6c
|
Modified Android Samples
|
14 years ago |
Leonid Beynenson
|
510ca53687
|
Added the function minMaxLoc to JavaAPI as a manual ported function.
Added test for the function.
|
14 years ago |
Andrey Pavlenko
|
ab1ff12a71
|
class ignore list added for Java API generator
|
14 years ago |
Andrey Pavlenko
|
a99b80b1a9
|
funcs ignore list added for Java API generator
|
14 years ago |
Andrey Kamaev
|
4d8a261d99
|
Allowed spaces in path to OpenCV (tested only Android build)
|
14 years ago |
Andrey Pavlenko
|
801079e2ba
|
partial implementation of complex out args in Java wrappers
|
14 years ago |
Leonid Beynenson
|
d60349b1fc
|
Added to Java API classes Range and CvSlice.
|
14 years ago |
Andrey Pavlenko
|
fbfddbd3ea
|
- 'c_string' support added to Java API
- improved CV_IN_OUT/CV_OUT handling for generated Python/Java wrappers
|
14 years ago |
Andrey Kamaev
|
6623fe3b08
|
Added option INSTALL_ANDROID_EXAMPLES (default off); Added option for choosing SDK platform for Android tests and samples.
|
14 years ago |
Leonid Beynenson
|
e59f530338
|
Added the class RotatedRect to Java API.
Added tests for the class.
|
14 years ago |
Kirill Kornyakov
|
b58dc21074
|
java tests: added 2 tests for calib3d, implemented assertMatNotEqual
|
14 years ago |