Alexander Smorkalov
|
c80d205ecf
|
OpenCV Library renamed.
|
13 years ago |
Andrey Pavlenko
|
a72f4474b4
|
fixing bug #1987(android keeps RGBA in alpha pre-multiplied form, Mat <-> Bitmap should handle this correctly)
|
13 years ago |
Andrey Kamaev
|
71729a5967
|
opencv_ts is removed for java API
|
13 years ago |
Andrey Kamaev
|
5a2ba94dd6
|
Fixing parallel build for Android
|
13 years ago |
Andrey Kamaev
|
739da31add
|
Fixed Android build with SDK tools revision 20
|
13 years ago |
Andrey Pavlenko
|
8b67adea98
|
workarounding missing native part in Java tests
|
13 years ago |
Andrey Pavlenko
|
3804ca3e20
|
changing package layout after 'make install' for Android build
|
13 years ago |
Andrey Pavlenko
|
9efc1a689b
|
fixing project properties
|
13 years ago |
Andrey Pavlenko
|
ac6061ee8a
|
hiding extra build-time messages
|
13 years ago |
Andrey Pavlenko
|
cc54226e12
|
updating version
|
13 years ago |
Andrey Pavlenko
|
cf88b9d00c
|
workarounding service-related changes
|
13 years ago |
Andrey Pavlenko
|
2984fa751e
|
adding OpenCV Manager
|
13 years ago |
Andrey Pavlenko
|
952b25f86f
|
changing 'java' module layout
|
13 years ago |
Andrey Pavlenko
|
3af92a9d92
|
fixing warnings
|
13 years ago |
Andrey Kamaev
|
d48d7b2b46
|
Updated warning options for GCC; fixed new warnings.
|
13 years ago |
Andrey Pavlenko
|
779f4e39de
|
adding JNI func-s declarations to eliminate build warnings inside Android tree
|
13 years ago |
Andrey Pavlenko
|
2c786a47d0
|
fix for #2048 (artificial 'delete' method had wrong JNI signature)
|
13 years ago |
Andrey Pavlenko
|
dc93c21962
|
fix for #2063 ( Mat(Mat m, Rect roi) returns wrong sub-mat)
|
13 years ago |
Andrey Kamaev
|
2f40905548
|
Fixed Android build
|
13 years ago |
Andrey Kamaev
|
ae3c754bb3
|
Fixed Java API build
|
13 years ago |
Andrey Pavlenko
|
eb4ce67dac
|
fixing Java test and sample after moving drawContours() from Imgproc to Core
|
13 years ago |
Andrey Kamaev
|
40e8d08e8d
|
Added check for trailing semicolon to rst parser; fixed few documentation build warnings
|
13 years ago |
Andrey Kamaev
|
05de6302fd
|
Fixed documentation: corrected parameter names
|
13 years ago |
Andrey Kamaev
|
7e698726e4
|
Added new script for checking correctness of documentation
|
13 years ago |
Andrey Kamaev
|
3a1f85d4e8
|
Remerged the 2.4.0 branch
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Andrey Pavlenko
|
b0dd192d52
|
fixing #1800
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Andrey Kamaev
|
b880bbcc18
|
Fixed Java API build
|
13 years ago |
Andrey Kamaev
|
7e5726e251
|
Fixed several false-positive warnings in rst_parser.py. (Now it detects 553 undocumented parameters for #1205.)
|
13 years ago |
Andrey Pavlenko
|
64355e88f1
|
fixing a typo
|
13 years ago |
Andrey Kamaev
|
94c258cf15
|
#1205 fixed ~100 of ~700 parameters
|
13 years ago |
Andrey Kamaev
|
3ac1f31126
|
Fixed Android tests and samples status in cmake report; restored java tests "coverage calculation".
|
13 years ago |
Andrey Kamaev
|
e72a23243b
|
Reworked build scripts for Android Java API, tests and examples
|
13 years ago |
Andrey Kamaev
|
8991d323ea
|
Refactored Java wrapper build scripts.
Improved Android SDK search, fixed some bugs.
|
13 years ago |
Andrey Kamaev
|
9b2d7e19db
|
Added "fat" mode for Java wrapper
|
13 years ago |
Andrey Pavlenko
|
1b2525703e
|
Java API minor fixes
|
13 years ago |
Andrey Pavlenko
|
f13e54dd72
|
#921 less signatures for func-s with default arg val-s (aka smart overloads);
moving inpaintTest() to 'photo';
hiding 'Point*' arg in Java signature of Core.checkRange().
|
13 years ago |
Andrey Pavlenko
|
20cceb8fdf
|
moving the rest of inpaint() to the 'photo' module, temporary disabling Java test for it, adding 'photo' to Java API
|
13 years ago |
Andrey Pavlenko
|
32d4d7929e
|
Java API: adding C++ classes inheritance support
|
13 years ago |
Andrey Pavlenko
|
36890cc959
|
(#1636) Java API: adding undistortPoints() support and smoke test; minor improvements in Java stuff
|
13 years ago |
Alexander Shishkov
|
be63ce723f
|
#1672
updated links in cheatsheet
renamed directory for Mat tutorial
changed links from willow docs to opencv.itseez.com, from Trac to current Redmine
|
13 years ago |
Andrey Pavlenko
|
5cac6340e4
|
Java API: temp workaround for Java tests compilation, a better fix will be done with inheritance support
|
13 years ago |
Andrey Pavlenko
|
53c1565514
|
Java API: replacing some manual port with auto-generated stuff (/Map-type classes)
|
13 years ago |
Andrey Kamaev
|
18dbe6b3e5
|
cmake scripts are updated to prefer includes from the OpenCV source tree
|
13 years ago |
Andrey Pavlenko
|
60ddaa565e
|
fixin a bug in conversion Mat -> List<List<E>>
|
13 years ago |
Andrey Pavlenko
|
5bea651e81
|
Java samples updated to be compatible with both old (2.2+) and new (3.0+) Android versions
|
13 years ago |
Andrey Kamaev
|
00db5a69a2
|
More granular build of Java API: it is now possible to build Java wrappers only for the subset of OpenCV modules
|
13 years ago |
Andrey Pavlenko
|
f59d96cd7f
|
updating inaccurate test (Mat step can be more than width)
|
13 years ago |
Andrey Pavlenko
|
fe991052dc
|
#1283, adding JavaDoc comments for Mat <->Bitmap converters.
|
13 years ago |