Andrey Kamaev [Wed, 20 Jul 2011 05:39:55 +0000 (05:39 +0000)]
Added Android binary package tutorial
Bernat Gabor [Tue, 19 Jul 2011 22:08:54 +0000 (22:08 +0000)]
1) Converted all images to JPG to reduce size.
2) Added a raw Latex page break directive after each TOC tree. (For the PDF tutorial look).
3) Two finished tutorials:
a) one describing how the Mat data structure works and its output capabilities (format function) (demonstration YouTube video included).
b) one describing image scanning operations plus the LUT function (demonstration YouTube video included).
c) a basic filtering approach (plus multi row image scanning demonstration) in the work.
Andrey Kamaev [Tue, 19 Jul 2011 20:27:58 +0000 (20:27 +0000)]
Allowed to build html documentation without pdf documentation.
Andrey Kamaev [Tue, 19 Jul 2011 17:09:44 +0000 (17:09 +0000)]
Removed debug print form cmake
Andrey Kamaev [Tue, 19 Jul 2011 17:07:01 +0000 (17:07 +0000)]
Fixed Android samples; Fixed bugs in cmake (java module).
Andrey Pavlenko [Tue, 19 Jul 2011 16:59:12 +0000 (16:59 +0000)]
Java API generator: updated CvException class path
Andrey Pavlenko [Tue, 19 Jul 2011 16:47:49 +0000 (16:47 +0000)]
Java API generator: class properties support added
Kirill Kornyakov [Tue, 19 Jul 2011 16:08:26 +0000 (16:08 +0000)]
java tests: adopted for the new package structure
Andrey Kamaev [Tue, 19 Jul 2011 15:37:17 +0000 (15:37 +0000)]
Added Java packages support to cmake
Andrey Pavlenko [Tue, 19 Jul 2011 15:04:05 +0000 (15:04 +0000)]
Java API generator: fixed consts generation
Andrey Pavlenko [Tue, 19 Jul 2011 13:25:40 +0000 (13:25 +0000)]
Java API packages restructured (require further changes in CMake part to work)
Vadim Pisarevsky [Tue, 19 Jul 2011 13:07:51 +0000 (13:07 +0000)]
fixed just introduced compile errors on Mac
Vadim Pisarevsky [Tue, 19 Jul 2011 12:27:07 +0000 (12:27 +0000)]
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
Kirill Kornyakov [Tue, 19 Jul 2011 12:25:07 +0000 (12:25 +0000)]
java tests: COLOR_RGB2GRAY used instead of CV_BGR2GRAY
Andrey Kamaev [Tue, 19 Jul 2011 12:10:05 +0000 (12:10 +0000)]
Fixed Android samples; updated black list of enums.
Kirill Kornyakov [Tue, 19 Jul 2011 11:44:30 +0000 (11:44 +0000)]
java tests: added tests for calcHist, calcBackProject, Mat.size() method renamed
Kirill Kornyakov [Tue, 19 Jul 2011 11:17:03 +0000 (11:17 +0000)]
fix by Vadim in calcBackProject: additional case is considered
Andrey Kamaev [Tue, 19 Jul 2011 11:06:27 +0000 (11:06 +0000)]
Added FPS measurement to some Android samples
Andrey Kamaev [Tue, 19 Jul 2011 09:01:36 +0000 (09:01 +0000)]
Added face datection Android sample
Andrey Pavlenko [Tue, 19 Jul 2011 08:56:31 +0000 (08:56 +0000)]
Java API: added int64 and Vec3d support; small code refactoring performed
Andrey Kamaev [Tue, 19 Jul 2011 07:40:26 +0000 (07:40 +0000)]
Changed labels for some android samples
Marius Muja [Mon, 18 Jul 2011 22:01:42 +0000 (22:01 +0000)]
Fixes
Marius Muja [Mon, 18 Jul 2011 22:00:06 +0000 (22:00 +0000)]
Checking for already defined proprocessor macros
Marius Muja [Mon, 18 Jul 2011 21:57:28 +0000 (21:57 +0000)]
Fixing ticket #1230
Kirill Kornyakov [Mon, 18 Jul 2011 16:41:17 +0000 (16:41 +0000)]
java tests: split test, minor improvements
Vadim Pisarevsky [Mon, 18 Jul 2011 16:31:30 +0000 (16:31 +0000)]
eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers)
Andrey Kamaev [Mon, 18 Jul 2011 16:17:07 +0000 (16:17 +0000)]
Added image-manipulations android sample, other samples are updated; added Mat.size method to java API.
Andrey Pavlenko [Mon, 18 Jul 2011 16:07:11 +0000 (16:07 +0000)]
Java API: fixed bug in converter vector<Mat> <-> Mat
Andrey Pavlenko [Mon, 18 Jul 2011 14:23:45 +0000 (14:23 +0000)]
Java API: added missing converter vector<Mat> <-> Mat
Andrey Pavlenko [Mon, 18 Jul 2011 13:56:49 +0000 (13:56 +0000)]
Java API: added pointers support (Point*, double*)
Kirill Kornyakov [Mon, 18 Jul 2011 13:50:36 +0000 (13:50 +0000)]
java tests: added test for OFLK, FD, other improvements
Vadim Pisarevsky [Mon, 18 Jul 2011 13:05:34 +0000 (13:05 +0000)]
added COLOR_... enumeration to imgproc.hpp and EVENT_... enumeration to highgui.hpp
Andrey Pavlenko [Mon, 18 Jul 2011 09:27:48 +0000 (09:27 +0000)]
Java API: fix in Mat::put(r,c,double[]vals) method
Andrey Kamaev [Mon, 18 Jul 2011 09:13:05 +0000 (09:13 +0000)]
Android samples: class SampleViewBase which uses native camera is renamed.
Andrey Pavlenko [Mon, 18 Jul 2011 07:18:35 +0000 (07:18 +0000)]
Java API: fix in Mat::put methods, general improvements
Alexander Mordvintsev [Mon, 18 Jul 2011 06:48:55 +0000 (06:48 +0000)]
fixed broken python cv2.cpp build after rev.6089
Alexander Mordvintsev [Sun, 17 Jul 2011 19:23:24 +0000 (19:23 +0000)]
adjust cosine threshold in squares.py
Marius Muja [Sun, 17 Jul 2011 06:26:40 +0000 (06:26 +0000)]
Fixing ticket #1228
Andrey Kamaev [Sat, 16 Jul 2011 22:31:47 +0000 (22:31 +0000)]
Android:
* Added manual port for getTextSize;
* Fixed bugs in "native camera" sample;
* Added 15-puzzle sample.
Alexander Mordvintsev [Sat, 16 Jul 2011 18:29:51 +0000 (18:29 +0000)]
math.pi -> np.pi
squares.py sample added
Leonid Beynenson [Sat, 16 Jul 2011 13:29:20 +0000 (13:29 +0000)]
Fixed bug in modules/java/src/cpp/Mat.cpp
Removed some debugging insertions.
Added test for face detector.
Allowed tests to write on sdcard.
Andrey Pavlenko [Sat, 16 Jul 2011 11:40:04 +0000 (11:40 +0000)]
Java API generator: implementation of vector<> fixed
Leonid Beynenson [Sat, 16 Jul 2011 11:26:57 +0000 (11:26 +0000)]
Added lbp cascade to the tests res/raw folder
Leonid Beynenson [Sat, 16 Jul 2011 11:25:33 +0000 (11:25 +0000)]
Added functions required for Java API wrappers generating converting Mat-s to/from vectors.
Kirill Kornyakov [Sat, 16 Jul 2011 10:35:50 +0000 (10:35 +0000)]
java tests: bugfix in hconcat
Kirill Kornyakov [Sat, 16 Jul 2011 10:25:05 +0000 (10:25 +0000)]
java tests: commited tests by Hussein Abdinoor
Vadim Pisarevsky [Sat, 16 Jul 2011 09:35:56 +0000 (09:35 +0000)]
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)
Andrey Pavlenko [Sat, 16 Jul 2011 08:25:05 +0000 (08:25 +0000)]
Java API generator: implementation of vector<Point> support
Andrey Pavlenko [Sat, 16 Jul 2011 07:59:34 +0000 (07:59 +0000)]
Java API generator improvements:
- fixed return of complex types (Scalar, Point, etc)
- partial implementation of vector<> support (empty stubs for CPP-side converters)
Kirill Kornyakov [Sat, 16 Jul 2011 07:26:13 +0000 (07:26 +0000)]
java tests: avoided copy and paste
Vadim Pisarevsky [Fri, 15 Jul 2011 19:43:34 +0000 (19:43 +0000)]
commented off print (due to the report from the mailing list)
Andrey Kamaev [Fri, 15 Jul 2011 16:50:41 +0000 (16:50 +0000)]
Finished Android samples renaming
Andrey Kamaev [Fri, 15 Jul 2011 16:29:10 +0000 (16:29 +0000)]
Continued Android samples renaming
Leonid Beynenson [Fri, 15 Jul 2011 16:25:47 +0000 (16:25 +0000)]
Added Java functions, converting vectors to Mats and Mats to vectors.
Andrey Kamaev [Fri, 15 Jul 2011 15:56:08 +0000 (15:56 +0000)]
Android samples are renamed
Andrey Kamaev [Fri, 15 Jul 2011 15:26:29 +0000 (15:26 +0000)]
Headers are included into opencv_java build
Andrey Pavlenko [Fri, 15 Jul 2011 15:01:25 +0000 (15:01 +0000)]
partial vector<> support in Java API generator
Andrey Kamaev [Fri, 15 Jul 2011 14:03:53 +0000 (14:03 +0000)]
Added native camera Android sample; Added manual port of VideoCapture class.
Leonid Beynenson [Fri, 15 Jul 2011 13:59:06 +0000 (13:59 +0000)]
Changed
Leonid Beynenson [Fri, 15 Jul 2011 11:09:23 +0000 (11:09 +0000)]
Added setters to Java API
Kirill Kornyakov [Fri, 15 Jul 2011 11:00:32 +0000 (11:00 +0000)]
updated some java tests
Andrey Kamaev [Fri, 15 Jul 2011 09:07:01 +0000 (09:07 +0000)]
Refactored Android samples
Andrey Kamaev [Fri, 15 Jul 2011 07:18:45 +0000 (07:18 +0000)]
Refactored Android sample (1-java)
Evgeniy Kozinov [Fri, 15 Jul 2011 06:35:12 +0000 (06:35 +0000)]
fixed parser bug.
fixed TBB version in LatentSVM.
example works ok.
Andrey Kamaev [Fri, 15 Jul 2011 04:46:24 +0000 (04:46 +0000)]
Fixed android sample
Leonid Beynenson [Thu, 14 Jul 2011 18:41:09 +0000 (18:41 +0000)]
Fixed bug in the function of search of Android applicvation path.
Andrey Kamaev [Thu, 14 Jul 2011 16:48:15 +0000 (16:48 +0000)]
Fixed Android build.
Vadim Pisarevsky [Thu, 14 Jul 2011 15:30:28 +0000 (15:30 +0000)]
added improved version of the variational stereo correspondence algorithm by Sergey Kosov
Andrey Pavlenko [Thu, 14 Jul 2011 15:24:17 +0000 (15:24 +0000)]
- partial 'vector' support in Java API generator
- const ignore mask list added for Java API generator
Vadim Pisarevsky [Thu, 14 Jul 2011 14:54:05 +0000 (14:54 +0000)]
fixed mixed-type arithmetic operations (ticket #1224)
Leonid Beynenson [Thu, 14 Jul 2011 14:52:58 +0000 (14:52 +0000)]
Added class TermCriteria.
Vadim Pisarevsky [Thu, 14 Jul 2011 14:43:25 +0000 (14:43 +0000)]
added haarcascades for ears detection (by Modesto Castrillón Santana)
Kirill Kornyakov [Thu, 14 Jul 2011 14:25:35 +0000 (14:25 +0000)]
java tests: found a reason of crash (addWeighted bug #1224), some tests cleaned and added
Vadim Pisarevsky [Thu, 14 Jul 2011 14:13:10 +0000 (14:13 +0000)]
repaired Python bindings for functions using InputOutputArray
Andrey Kamaev [Thu, 14 Jul 2011 13:39:25 +0000 (13:39 +0000)]
Modified Android samples
Kirill Kornyakov [Thu, 14 Jul 2011 12:50:07 +0000 (12:50 +0000)]
samples C/C++: fixed compilation problem on Ubuntu
Andrey Kamaev [Thu, 14 Jul 2011 12:47:07 +0000 (12:47 +0000)]
Modified Android Samples
Vadim Pisarevsky [Thu, 14 Jul 2011 12:11:18 +0000 (12:11 +0000)]
ok. enabled TBB in LatentSVM, but need to check if it works
Vadim Pisarevsky [Thu, 14 Jul 2011 11:51:43 +0000 (11:51 +0000)]
temporarily switch off TBB
Vadim Pisarevsky [Thu, 14 Jul 2011 11:26:13 +0000 (11:26 +0000)]
fixed opencv_flann (with flann 1.6) compile errors on Windows (VS2005 & VS2008)
Andrey Kamaev [Thu, 14 Jul 2011 10:48:48 +0000 (10:48 +0000)]
Minor Android samples fix
Andrey Kamaev [Thu, 14 Jul 2011 10:03:19 +0000 (10:03 +0000)]
Fixed Android packaging script
Andrey Kamaev [Thu, 14 Jul 2011 09:34:57 +0000 (09:34 +0000)]
Android samples are included into the Android package
Andrey Kamaev [Thu, 14 Jul 2011 08:57:46 +0000 (08:57 +0000)]
Andoid build fixed
Leonid Beynenson [Thu, 14 Jul 2011 08:36:48 +0000 (08:36 +0000)]
Added the function minMaxLoc to JavaAPI as a manual ported function.
Added test for the function.
Andrey Pavlenko [Thu, 14 Jul 2011 08:15:35 +0000 (08:15 +0000)]
class ignore list added for Java API generator
Andrey Pavlenko [Thu, 14 Jul 2011 08:10:47 +0000 (08:10 +0000)]
funcs ignore list added for Java API generator
Andrey Kamaev [Thu, 14 Jul 2011 07:44:33 +0000 (07:44 +0000)]
Fixed Android compilation on Windows
Andrey Kamaev [Thu, 14 Jul 2011 07:04:36 +0000 (07:04 +0000)]
Fixed Android build
Vadim Pisarevsky [Wed, 13 Jul 2011 23:04:39 +0000 (23:04 +0000)]
upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN.
Ana Huaman [Wed, 13 Jul 2011 17:53:45 +0000 (17:53 +0000)]
Added reST tutorials for Contours (6 in imgproc) and for Corner Detection (4 in features2D) + links in conf.py
Maria Dimashova [Wed, 13 Jul 2011 17:05:57 +0000 (17:05 +0000)]
added ability to reset view point of depth generator to normal one (#1195)
Andrey Kamaev [Wed, 13 Jul 2011 15:47:04 +0000 (15:47 +0000)]
Allowed spaces in path to OpenCV (tested only Android build)
Andrey Kamaev [Wed, 13 Jul 2011 14:48:16 +0000 (14:48 +0000)]
Allowed spaces in Android NDK path
Andrey Pavlenko [Wed, 13 Jul 2011 14:23:47 +0000 (14:23 +0000)]
partial implementation of complex out args in Java wrappers
Andrey Kamaev [Wed, 13 Jul 2011 13:06:14 +0000 (13:06 +0000)]
Improved ANDROID_SDK_TARGET detection; improved NDK detection in android.toolchain.cmake
Ilya Lysenkov [Wed, 13 Jul 2011 13:05:41 +0000 (13:05 +0000)]
Fixed findCirclesGrid for the case of working with 'square' asymmetric patterns.
Leonid Beynenson [Wed, 13 Jul 2011 11:23:32 +0000 (11:23 +0000)]
Added to Java API classes Range and CvSlice.
Vadim Pisarevsky [Wed, 13 Jul 2011 10:18:13 +0000 (10:18 +0000)]
fixed opencv_video tests
Andrey Kamaev [Wed, 13 Jul 2011 09:17:41 +0000 (09:17 +0000)]
Fixed Android SDK searching