Andrey Kamaev
|
92afe9e40a
|
Java API: fixed input List<List<smth>> arguments
|
14 years ago |
Andrey Kamaev
|
25261e6ebc
|
Added new tests written by Hussein Abdinoor; Added support for new classes in features2d and imgproc
|
14 years ago |
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.
|
14 years ago |
Andrey Pavlenko
|
10444f4e50
|
Java API: vector_vector support for KeyPoint/DMatch/char
Testing: 1178/4/576
|
14 years ago |
Andrey Pavlenko
|
8b16dbe791
|
Java API: calcOpticalFlowPyrLK() args types are changed to vector<>
Testing: 1130/0/585
|
14 years ago |
Andrey Pavlenko
|
fa0daa4809
|
Java API: fixing converters (copyData=true) and samples compilation
Testing: 1079/0/592
|
14 years ago |
Andrey Pavlenko
|
2c5e79507d
|
Java API: new types and converters are added, jni suffixes changed
|
14 years ago |
Andrey Pavlenko
|
f4e28f87d8
|
Java API: new converters, findFundamentalMat/cornerSubPix/findHomography/solvePnP/solvePnPRansac and their tests are updated
|
14 years ago |
Andrey Pavlenko
|
d2233f9de2
|
Java API: converters vector<> to/from Mat are fixed
|
14 years ago |
Andrey Pavlenko
|
9235a80109
|
Java API generator: KeyPoint converters from/to Mat
|
14 years ago |
Andrey Pavlenko
|
5ba826d297
|
Java API generator: pointers handling fixed, KeyPoint manual port added
|
14 years ago |
Andrey Pavlenko
|
2bc9bca349
|
classes/files renaming, some code refactoring
|
14 years ago |
Andrey Pavlenko
|
343bba93db
|
Java API: added int64 and Vec3d support; small code refactoring performed
|
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 |
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 |
Leonid Beynenson
|
bf40a3a5b8
|
Added functions required for Java API wrappers generating converting Mat-s to/from vectors.
|
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 |
Andrey Pavlenko
|
4deec6f0f0
|
partial vector<> support in Java API generator
|
14 years ago |
Andrey Pavlenko
|
7ca50b2b3d
|
org.opencv.utils renamed to org.opencv.android
|
14 years ago |
Andrey Pavlenko
|
eea62ca6fb
|
- added missing loadLibrary for inner classes
- added zero check for pointers in utils.cpp
|
14 years ago |
Andrey Kamaev
|
69b79f89c1
|
Updated build scripts for better Java module support
|
14 years ago |
Andrey Kamaev
|
b5d73111eb
|
Added new module for Java API
|
14 years ago |