2012-03-30 |
Andrey Pavlenko | #796, #1701 fixing doc vs code arg-s naming consistency
|
commit | commitdiff | tree |
2012-03-29 |
Andrey Pavlenko | updating screen resolutions support settings
|
commit | commitdiff | tree |
2012-03-29 |
Andrey Pavlenko | fixing a typo
|
commit | commitdiff | tree |
2012-03-28 |
Andrey Pavlenko | fix for #1724: making Java samples compatible with...
|
commit | commitdiff | tree |
2012-03-23 |
Andrey Pavlenko | Java API minor fixes
|
commit | commitdiff | tree |
2012-03-22 |
Andrey Pavlenko | fixing copy/paste typo
|
commit | commitdiff | tree |
2012-03-22 |
Andrey Pavlenko | updating Java samples to meet Java API changes
|
commit | commitdiff | tree |
2012-03-21 |
Andrey Pavlenko | #921 less signatures for func-s with default arg val...
|
commit | commitdiff | tree |
2012-03-21 |
Andrey Pavlenko | fixing arg name according to ref man
|
commit | commitdiff | tree |
2012-03-20 |
Andrey Pavlenko | fixing compilation on Windows
|
commit | commitdiff | tree |
2012-03-19 |
Andrey Pavlenko | fixing compilation on Windows (M_PI was undefined via...
|
commit | commitdiff | tree |
2012-03-16 |
Andrey Pavlenko | moving the rest of inpaint() to the 'photo' module...
|
commit | commitdiff | tree |
2012-03-15 |
Andrey Pavlenko | updating func-s arg names according to ref. man.
|
commit | commitdiff | tree |
2012-03-15 |
Andrey Pavlenko | Java API: adding C++ classes inheritance support
|
commit | commitdiff | tree |
2012-03-14 |
Andrey Pavlenko | (#1636) Java API: adding undistortPoints() support...
|
commit | commitdiff | tree |
2012-03-11 |
Andrey Pavlenko | Java API: temp workaround for Java tests compilation...
|
commit | commitdiff | tree |
2012-03-07 |
Andrey Pavlenko | Java API: replacing some manual port with auto-generated...
|
commit | commitdiff | tree |
2012-02-29 |
Andrey Pavlenko | fixin a bug in conversion Mat -> List<List<E>>
|
commit | commitdiff | tree |
2012-02-24 |
Andrey Pavlenko | Java samples updated to be compatible with both old...
|
commit | commitdiff | tree |
2012-02-17 |
Andrey Pavlenko | updating inaccurate test (Mat step can be more than...
|
commit | commitdiff | tree |
2012-02-15 |
Andrey Pavlenko | #1283, adding JavaDoc comments for Mat <->Bitmap converters.
|
commit | commitdiff | tree |
2012-02-15 |
Andrey Pavlenko | #1283, Mat <->Bitmap converters Java tests.
|
commit | commitdiff | tree |
2012-02-14 |
Andrey Pavlenko | #1283, Mat <->Bitmap converters are updated to support...
|
commit | commitdiff | tree |
2012-01-26 |
Andrey Pavlenko | fixing Java test compilation after API change (distanceTrans...
|
commit | commitdiff | tree |
2012-01-23 |
Andrey Pavlenko | Tegra optimization for image filtering
|
commit | commitdiff | tree |
2012-01-19 |
Andrey Pavlenko | fixing compilation; but some code lines look weird,
|
commit | commitdiff | tree |
2012-01-12 |
Andrey Pavlenko | fixing compilation on Android
|
commit | commitdiff | tree |
2012-01-12 |
Andrey Pavlenko | fixing compilation on Windows (std::tr1::tie() is undefined...
|
commit | commitdiff | tree |
2012-01-11 |
Andrey Pavlenko | Tegra optimization for warpPerspective() and 2 new...
|
commit | commitdiff | tree |
2012-01-06 |
Andrey Pavlenko | Tegra optimization for some color conversion and warpAffine...
|
commit | commitdiff | tree |
2011-12-28 |
Andrey Pavlenko | adjusting custom mat allocator when mat type is changed
|
commit | commitdiff | tree |
2011-11-30 |
Andrey Pavlenko | adding Android-specific linking flags
|
commit | commitdiff | tree |
2011-11-30 |
Andrey Pavlenko | adding Android-specific libs
|
commit | commitdiff | tree |
2011-11-25 |
Andrey Pavlenko | Adding optimized Mat Allocator
|
commit | commitdiff | tree |
2011-11-16 |
Andrey Pavlenko | Java API: adding test for HoughLinesP()
|
commit | commitdiff | tree |
2011-10-21 |
Andrey Pavlenko | Fixing compilation
|
commit | commitdiff | tree |
2011-09-22 |
Andrey Pavlenko | Java API: fix for Subdiv2D::getTriangleList() and Subdiv2D...
|
commit | commitdiff | tree |
2011-09-13 |
Andrey Pavlenko | Perf Tests: default stitching scenario.
|
commit | commitdiff | tree |
2011-09-08 |
Andrey Pavlenko | Fixing static libs build on Windows
|
commit | commitdiff | tree |
2011-09-08 |
Andrey Pavlenko | Fixing Windows build
|
commit | commitdiff | tree |
2011-09-07 |
Andrey Pavlenko | Fixing Windows build
|
commit | commitdiff | tree |
2011-09-07 |
Andrey Pavlenko | Perf Tests: updates to cvtColor() & integral() perf...
|
commit | commitdiff | tree |
2011-09-06 |
Andrey Pavlenko | cvtColor: dst channels number default is set to 4 for...
|
commit | commitdiff | tree |
2011-08-29 |
Andrey Pavlenko | typo is fixed
|
commit | commitdiff | tree |
2011-08-26 |
Andrey Pavlenko | Java API: generator script whitespace cleanup, adding...
|
commit | commitdiff | tree |
2011-08-26 |
Andrey Pavlenko | Java API: test for Highgui.imencode() is added
|
commit | commitdiff | tree |
2011-08-04 |
Andrey Pavlenko | Java API: vector_vector support for KeyPoint/DMatch...
|
commit | commitdiff | tree |
2011-08-04 |
Andrey Pavlenko | Java API: fitEllipse arg type is changed to List<Point...
|
commit | commitdiff | tree |
2011-08-04 |
Andrey Pavlenko | Java API: (per code review) adding check (data.length...
|
commit | commitdiff | tree |
2011-08-04 |
Andrey Pavlenko | Java API: fixed wrong JNI name for native delete()
|
commit | commitdiff | tree |
2011-08-03 |
Andrey Pavlenko | Java API: minEnclosingCircle() fixed (float& -> float[])
|
commit | commitdiff | tree |
2011-08-03 |
Andrey Pavlenko | Java API: calcOpticalFlowPyrLK() args types are changed...
|
commit | commitdiff | tree |
2011-08-03 |
Andrey Pavlenko | Java API: fixing converters (copyData=true) and samples...
|
commit | commitdiff | tree |
2011-08-03 |
Andrey Pavlenko | Java API: (per code review) renaming and moving utility...
|
commit | commitdiff | tree |
2011-08-03 |
Andrey Pavlenko | Java API: code clean-up
|
commit | commitdiff | tree |
2011-08-02 |
Andrey Pavlenko | Java API: adding missing class
|
commit | commitdiff | tree |
2011-08-02 |
Andrey Pavlenko | Java API: new types and converters are added, jni suffixes...
|
commit | commitdiff | tree |
2011-08-02 |
Andrey Pavlenko | Java API: new converters, findFundamentalMat/cornerSubPix...
|
commit | commitdiff | tree |
2011-08-02 |
Andrey Pavlenko | Java API: class KDTree is added to ignore list, JNI...
|
commit | commitdiff | tree |
2011-08-02 |
Andrey Pavlenko | Java API: tests are updated after randu/randn args...
|
commit | commitdiff | tree |
2011-08-01 |
Andrey Pavlenko | Java API: added class pointer ret type support, CV_EXPORTS_A...
|
commit | commitdiff | tree |
2011-07-29 |
Andrey Pavlenko | Java API: tests for polylines() and goodFeaturesToTrack...
|
commit | commitdiff | tree |
2011-07-29 |
Andrey Pavlenko | adding arg name (to fix doc reference and wrappers...
|
commit | commitdiff | tree |
2011-07-29 |
Andrey Pavlenko | Java API generator changes randu/randn/inRange args...
|
commit | commitdiff | tree |
2011-07-28 |
Andrey Pavlenko | Java API tests are added: fillConvexPoly, mixChannels...
|
commit | commitdiff | tree |
2011-07-28 |
Andrey Pavlenko | Java API: typo in converter is fixed
|
commit | commitdiff | tree |
2011-07-28 |
Andrey Pavlenko | Java API: converter for vector<KeyPoint> is fixed;...
|
commit | commitdiff | tree |
2011-07-28 |
Andrey Pavlenko | Java API: KeyPoint::toString() is added
|
commit | commitdiff | tree |
2011-07-28 |
Andrey Pavlenko | Java API: converters vector<> to/from Mat are fixed
|
commit | commitdiff | tree |
2011-07-28 |
Andrey Pavlenko | 2 'findContours(...)' tests are added
|
commit | commitdiff | tree |
2011-07-27 |
Andrey Pavlenko | Java API generator: KeyPoint converters from/to Mat
|
commit | commitdiff | tree |
2011-07-27 |
Andrey Pavlenko | Java API generator: pointers handling fixed, KeyPoint...
|
commit | commitdiff | tree |
2011-07-26 |
Andrey Pavlenko | class & funcs ignore list support is added
|
commit | commitdiff | tree |
2011-07-26 |
Andrey Pavlenko | new tests stubs
|
commit | commitdiff | tree |
2011-07-26 |
Andrey Pavlenko | statistic report improved
|
commit | commitdiff | tree |
2011-07-25 |
Andrey Pavlenko | a couple of new smoke tests; Mat.java code clean-up
|
commit | commitdiff | tree |
2011-07-25 |
Andrey Pavlenko | script to find Java API methods that not covered by...
|
commit | commitdiff | tree |
2011-07-22 |
Andrey Pavlenko | making CV data type to be int
|
commit | commitdiff | tree |
2011-07-22 |
Andrey Pavlenko | fixed warnings in generated Java code (accurate imports)
|
commit | commitdiff | tree |
2011-07-22 |
Andrey Pavlenko | classes/files renaming, some code refactoring
|
commit | commitdiff | tree |
2011-07-22 |
Andrey Pavlenko | renaming the class and file to Tiltle case to meet...
|
commit | commitdiff | tree |
2011-07-22 |
Andrey Pavlenko | renaming the class and its file
|
commit | commitdiff | tree |
2011-07-22 |
Andrey Pavlenko | renaming the class and file to Tiltle case to meet...
|
commit | commitdiff | tree |
2011-07-21 |
Andrey Pavlenko | Java API generator: refactored manual const and funcs...
|
commit | commitdiff | tree |
2011-07-19 |
Andrey Pavlenko | Java API generator: updated CvException class path
|
commit | commitdiff | tree |
2011-07-19 |
Andrey Pavlenko | Java API generator: class properties support added
|
commit | commitdiff | tree |
2011-07-19 |
Andrey Pavlenko | Java API generator: fixed consts generation
|
commit | commitdiff | tree |
2011-07-19 |
Andrey Pavlenko | Java API packages restructured (require further changes...
|
commit | commitdiff | tree |
2011-07-19 |
Andrey Pavlenko | Java API: added int64 and Vec3d support; small code...
|
commit | commitdiff | tree |
2011-07-18 |
Andrey Pavlenko | Java API: fixed bug in converter vector<Mat> <-> Mat
|
commit | commitdiff | tree |
2011-07-18 |
Andrey Pavlenko | Java API: added missing converter vector<Mat> <-> Mat
|
commit | commitdiff | tree |
2011-07-18 |
Andrey Pavlenko | Java API: added pointers support (Point*, double*)
|
commit | commitdiff | tree |
2011-07-18 |
Andrey Pavlenko | Java API: fix in Mat::put(r,c,double[]vals) method
|
commit | commitdiff | tree |
2011-07-18 |
Andrey Pavlenko | Java API: fix in Mat::put methods, general improvements
|
commit | commitdiff | tree |
2011-07-16 |
Andrey Pavlenko | Java API generator: implementation of vector<> fixed
|
commit | commitdiff | tree |
2011-07-16 |
Andrey Pavlenko | Java API generator: implementation of vector<Point...
|
commit | commitdiff | tree |
2011-07-16 |
Andrey Pavlenko | Java API generator improvements:
|
commit | commitdiff | tree |
2011-07-15 |
Andrey Pavlenko | partial vector<> support in Java API generator
|
commit | commitdiff | tree |
2011-07-14 |
Andrey Pavlenko | - partial 'vector' support in Java API generator
|
commit | commitdiff | tree |
2011-07-14 |
Andrey Pavlenko | class ignore list added for Java API generator
|
commit | commitdiff | tree |
next |