profile/ivi/opencv.git
13 years agoAndroid:
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.

13 years agomath.pi -> np.pi
Alexander Mordvintsev [Sat, 16 Jul 2011 18:29:51 +0000 (18:29 +0000)]
math.pi -> np.pi
squares.py sample added

13 years agoFixed bug in modules/java/src/cpp/Mat.cpp
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.

13 years agoJava API generator: implementation of vector<> fixed
Andrey Pavlenko [Sat, 16 Jul 2011 11:40:04 +0000 (11:40 +0000)]
Java API generator: implementation of vector<> fixed

13 years agoAdded lbp cascade to the tests res/raw folder
Leonid Beynenson [Sat, 16 Jul 2011 11:26:57 +0000 (11:26 +0000)]
Added lbp cascade to the tests res/raw folder

13 years agoAdded functions required for Java API wrappers generating converting Mat-s to/from...
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.

13 years agojava tests: bugfix in hconcat
Kirill Kornyakov [Sat, 16 Jul 2011 10:35:50 +0000 (10:35 +0000)]
java tests: bugfix in hconcat

13 years agojava tests: commited tests by Hussein Abdinoor
Kirill Kornyakov [Sat, 16 Jul 2011 10:25:05 +0000 (10:25 +0000)]
java tests: commited tests by Hussein Abdinoor

13 years agofixed "import cv" in the new python samples. corrected Python bindings to match the...
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)

13 years agoJava API generator: implementation of vector<Point> support
Andrey Pavlenko [Sat, 16 Jul 2011 08:25:05 +0000 (08:25 +0000)]
Java API generator: implementation of vector<Point> support

13 years agoJava API generator improvements:
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)

13 years agojava tests: avoided copy and paste
Kirill Kornyakov [Sat, 16 Jul 2011 07:26:13 +0000 (07:26 +0000)]
java tests: avoided copy and paste

13 years agocommented off print (due to the report from the mailing list)
Vadim Pisarevsky [Fri, 15 Jul 2011 19:43:34 +0000 (19:43 +0000)]
commented off print (due to the report from the mailing list)

13 years agoFinished Android samples renaming
Andrey Kamaev [Fri, 15 Jul 2011 16:50:41 +0000 (16:50 +0000)]
Finished Android samples renaming

13 years agoContinued Android samples renaming
Andrey Kamaev [Fri, 15 Jul 2011 16:29:10 +0000 (16:29 +0000)]
Continued Android samples renaming

13 years agoAdded Java functions, converting vectors to Mats and Mats to vectors.
Leonid Beynenson [Fri, 15 Jul 2011 16:25:47 +0000 (16:25 +0000)]
Added Java functions, converting vectors to Mats and Mats to vectors.

13 years agoAndroid samples are renamed
Andrey Kamaev [Fri, 15 Jul 2011 15:56:08 +0000 (15:56 +0000)]
Android samples are renamed

13 years agoHeaders are included into opencv_java build
Andrey Kamaev [Fri, 15 Jul 2011 15:26:29 +0000 (15:26 +0000)]
Headers are included into opencv_java build

13 years agopartial vector<> support in Java API generator
Andrey Pavlenko [Fri, 15 Jul 2011 15:01:25 +0000 (15:01 +0000)]
partial vector<> support in Java API generator

13 years agoAdded native camera Android sample; Added manual port of VideoCapture class.
Andrey Kamaev [Fri, 15 Jul 2011 14:03:53 +0000 (14:03 +0000)]
Added native camera Android sample; Added manual port of VideoCapture class.

13 years agoChanged
Leonid Beynenson [Fri, 15 Jul 2011 13:59:06 +0000 (13:59 +0000)]
Changed

13 years agoAdded setters to Java API
Leonid Beynenson [Fri, 15 Jul 2011 11:09:23 +0000 (11:09 +0000)]
Added setters to Java API

13 years agoupdated some java tests
Kirill Kornyakov [Fri, 15 Jul 2011 11:00:32 +0000 (11:00 +0000)]
updated some java tests

13 years agoRefactored Android samples
Andrey Kamaev [Fri, 15 Jul 2011 09:07:01 +0000 (09:07 +0000)]
Refactored Android samples

13 years agoRefactored Android sample (1-java)
Andrey Kamaev [Fri, 15 Jul 2011 07:18:45 +0000 (07:18 +0000)]
Refactored Android sample (1-java)

13 years agofixed parser bug.
Evgeniy Kozinov [Fri, 15 Jul 2011 06:35:12 +0000 (06:35 +0000)]
fixed parser bug.
fixed TBB version in LatentSVM.
example works ok.

13 years agoFixed android sample
Andrey Kamaev [Fri, 15 Jul 2011 04:46:24 +0000 (04:46 +0000)]
Fixed android sample

13 years agoFixed bug in the function of search of Android applicvation path.
Leonid Beynenson [Thu, 14 Jul 2011 18:41:09 +0000 (18:41 +0000)]
Fixed bug in the function of search of Android applicvation path.

13 years agoFixed Android build.
Andrey Kamaev [Thu, 14 Jul 2011 16:48:15 +0000 (16:48 +0000)]
Fixed Android build.

13 years agoadded improved version of the variational stereo correspondence algorithm by Sergey...
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

13 years ago- partial 'vector' support in Java API generator
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

13 years agofixed mixed-type arithmetic operations (ticket #1224)
Vadim Pisarevsky [Thu, 14 Jul 2011 14:54:05 +0000 (14:54 +0000)]
fixed mixed-type arithmetic operations (ticket #1224)

13 years agoAdded class TermCriteria.
Leonid Beynenson [Thu, 14 Jul 2011 14:52:58 +0000 (14:52 +0000)]
Added class TermCriteria.

13 years agoadded haarcascades for ears detection (by Modesto Castrillón Santana)
Vadim Pisarevsky [Thu, 14 Jul 2011 14:43:25 +0000 (14:43 +0000)]
added haarcascades for ears detection (by Modesto Castrillón Santana)

13 years agojava tests: found a reason of crash (addWeighted bug #1224), some tests cleaned and...
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

13 years agorepaired Python bindings for functions using InputOutputArray
Vadim Pisarevsky [Thu, 14 Jul 2011 14:13:10 +0000 (14:13 +0000)]
repaired Python bindings for functions using InputOutputArray

13 years agoModified Android samples
Andrey Kamaev [Thu, 14 Jul 2011 13:39:25 +0000 (13:39 +0000)]
Modified Android samples

13 years agosamples C/C++: fixed compilation problem on Ubuntu
Kirill Kornyakov [Thu, 14 Jul 2011 12:50:07 +0000 (12:50 +0000)]
samples C/C++: fixed compilation problem on Ubuntu

13 years agoModified Android Samples
Andrey Kamaev [Thu, 14 Jul 2011 12:47:07 +0000 (12:47 +0000)]
Modified Android Samples

13 years agook. enabled TBB in LatentSVM, but need to check if it works
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

13 years agotemporarily switch off TBB
Vadim Pisarevsky [Thu, 14 Jul 2011 11:51:43 +0000 (11:51 +0000)]
temporarily switch off TBB

13 years agofixed opencv_flann (with flann 1.6) compile errors on Windows (VS2005 & VS2008)
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)

13 years agoMinor Android samples fix
Andrey Kamaev [Thu, 14 Jul 2011 10:48:48 +0000 (10:48 +0000)]
Minor Android samples fix

13 years agoFixed Android packaging script
Andrey Kamaev [Thu, 14 Jul 2011 10:03:19 +0000 (10:03 +0000)]
Fixed Android packaging script

13 years agoAndroid samples are included into the Android package
Andrey Kamaev [Thu, 14 Jul 2011 09:34:57 +0000 (09:34 +0000)]
Android samples are included into the Android package

13 years agoAndoid build fixed
Andrey Kamaev [Thu, 14 Jul 2011 08:57:46 +0000 (08:57 +0000)]
Andoid build fixed

13 years agoAdded the function minMaxLoc to JavaAPI as a manual ported function.
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.

13 years agoclass ignore list added for Java API generator
Andrey Pavlenko [Thu, 14 Jul 2011 08:15:35 +0000 (08:15 +0000)]
class ignore list added for Java API generator

13 years agofuncs 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

13 years agoFixed Android compilation on Windows
Andrey Kamaev [Thu, 14 Jul 2011 07:44:33 +0000 (07:44 +0000)]
Fixed Android compilation on Windows

13 years agoFixed Android build
Andrey Kamaev [Thu, 14 Jul 2011 07:04:36 +0000 (07:04 +0000)]
Fixed Android build

13 years agoupgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of...
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.

13 years agoAdded reST tutorials for Contours (6 in imgproc) and for Corner Detection (4 in featu...
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

13 years agoadded ability to reset view point of depth generator to normal one (#1195)
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)

13 years agoAllowed spaces in path to OpenCV (tested only Android build)
Andrey Kamaev [Wed, 13 Jul 2011 15:47:04 +0000 (15:47 +0000)]
Allowed spaces in path to OpenCV (tested only Android build)

13 years agoAllowed spaces in Android NDK path
Andrey Kamaev [Wed, 13 Jul 2011 14:48:16 +0000 (14:48 +0000)]
Allowed spaces in Android NDK path

13 years agopartial implementation of complex out args in Java wrappers
Andrey Pavlenko [Wed, 13 Jul 2011 14:23:47 +0000 (14:23 +0000)]
partial implementation of complex out args in Java wrappers

13 years agoImproved ANDROID_SDK_TARGET detection; improved NDK detection in android.toolchain...
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

13 years agoFixed findCirclesGrid for the case of working with 'square' asymmetric patterns.
Ilya Lysenkov [Wed, 13 Jul 2011 13:05:41 +0000 (13:05 +0000)]
Fixed findCirclesGrid for the case of working with 'square' asymmetric patterns.

13 years agoAdded to Java API classes Range and CvSlice.
Leonid Beynenson [Wed, 13 Jul 2011 11:23:32 +0000 (11:23 +0000)]
Added to Java API classes Range and CvSlice.

13 years agofixed opencv_video tests
Vadim Pisarevsky [Wed, 13 Jul 2011 10:18:13 +0000 (10:18 +0000)]
fixed opencv_video tests

13 years agoFixed Android SDK searching
Andrey Kamaev [Wed, 13 Jul 2011 09:17:41 +0000 (09:17 +0000)]
Fixed Android SDK searching

13 years agoFixed Android SDK searching
Andrey Kamaev [Wed, 13 Jul 2011 09:10:21 +0000 (09:10 +0000)]
Fixed Android SDK searching

13 years agofixed memleak in Python bindings (ticket #1219)
Vadim Pisarevsky [Wed, 13 Jul 2011 08:55:06 +0000 (08:55 +0000)]
fixed memleak in Python bindings (ticket #1219)

13 years agoa few minor fixes in Python samples
Vadim Pisarevsky [Wed, 13 Jul 2011 06:19:21 +0000 (06:19 +0000)]
a few minor fixes in Python samples

13 years agoAdded moments_demo.cpp
Ana Huaman [Wed, 13 Jul 2011 03:28:23 +0000 (03:28 +0000)]
Added moments_demo.cpp

13 years agoAdded pointPolygonTest_demo code for tutorials
Ana Huaman [Wed, 13 Jul 2011 02:43:02 +0000 (02:43 +0000)]
Added pointPolygonTest_demo code for tutorials

13 years ago- 'c_string' support added to Java API
Andrey Pavlenko [Tue, 12 Jul 2011 21:13:56 +0000 (21:13 +0000)]
- 'c_string' support added to Java API
- improved CV_IN_OUT/CV_OUT handling for generated Python/Java wrappers

13 years agoAdded generalContours_demo2.cpp
Ana Huaman [Tue, 12 Jul 2011 21:06:36 +0000 (21:06 +0000)]
Added generalContours_demo2.cpp

13 years agoAdded hull_demo.cpp code for tutorials
Ana Huaman [Tue, 12 Jul 2011 20:28:50 +0000 (20:28 +0000)]
Added hull_demo.cpp code for tutorials

13 years agoAdded generalContours_demo1.cpp tutorial code
Ana Huaman [Tue, 12 Jul 2011 19:51:23 +0000 (19:51 +0000)]
Added generalContours_demo1.cpp tutorial code

13 years agorefactoring latentSVM
Evgeniy Kozinov [Tue, 12 Jul 2011 18:43:41 +0000 (18:43 +0000)]
refactoring latentSVM

13 years agoAdded sample code for tutorial findContours_demo.cpp
Ana Huaman [Tue, 12 Jul 2011 18:40:51 +0000 (18:40 +0000)]
Added sample code for tutorial findContours_demo.cpp

13 years agoAndroid toolchain default NDK path is updated for version r6
Andrey Kamaev [Tue, 12 Jul 2011 17:20:48 +0000 (17:20 +0000)]
Android toolchain default NDK path is updated for version r6

13 years agoFixed bug in the operator of cv::Ranges-s intersection (operator &).
Leonid Beynenson [Tue, 12 Jul 2011 16:33:26 +0000 (16:33 +0000)]
Fixed bug in the operator of cv::Ranges-s intersection (operator &).

13 years agoFixed bug with ARM_TARGET caching
Andrey Kamaev [Tue, 12 Jul 2011 16:22:52 +0000 (16:22 +0000)]
Fixed bug with ARM_TARGET caching

13 years agoAdded option INSTALL_ANDROID_EXAMPLES (default off); Added option for choosing SDK...
Andrey Kamaev [Tue, 12 Jul 2011 15:59:31 +0000 (15:59 +0000)]
Added option INSTALL_ANDROID_EXAMPLES (default off); Added option for choosing SDK platform for Android tests and samples.

13 years agofixed typo in the license (ticket #1211)
Vadim Pisarevsky [Tue, 12 Jul 2011 15:59:15 +0000 (15:59 +0000)]
fixed typo in the license (ticket #1211)

13 years agoAdded the class RotatedRect to Java API.
Leonid Beynenson [Tue, 12 Jul 2011 15:39:38 +0000 (15:39 +0000)]
Added the class RotatedRect to Java API.
Added tests for the class.

13 years agojava tests: added 2 tests for calib3d, implemented assertMatNotEqual
Kirill Kornyakov [Tue, 12 Jul 2011 15:10:54 +0000 (15:10 +0000)]
java tests: added 2 tests for calib3d, implemented assertMatNotEqual

13 years agojava tests: added a chessboard image
Kirill Kornyakov [Tue, 12 Jul 2011 14:53:09 +0000 (14:53 +0000)]
java tests: added a chessboard image

13 years agoorg.opencv.utils renamed to org.opencv.android
Andrey Pavlenko [Tue, 12 Jul 2011 13:31:02 +0000 (13:31 +0000)]
org.opencv.utils renamed to org.opencv.android

13 years agoadding runtime Android logging in Debug
Andrey Pavlenko [Tue, 12 Jul 2011 13:13:02 +0000 (13:13 +0000)]
adding runtime Android logging in Debug

13 years agoAdded packaging script for Android
Andrey Kamaev [Tue, 12 Jul 2011 12:59:26 +0000 (12:59 +0000)]
Added packaging script for Android

13 years agoembeded cv Python module into cv2.
Vadim Pisarevsky [Tue, 12 Jul 2011 12:56:03 +0000 (12:56 +0000)]
embeded cv Python module into cv2.

13 years agojava tests: Mat.inv and Mat.cross implemented, almost all Mat tests finished except...
Kirill Kornyakov [Tue, 12 Jul 2011 08:16:01 +0000 (08:16 +0000)]
java tests: Mat.inv and Mat.cross implemented, almost all Mat tests finished except put, get and dispose

13 years agominor cmake corrections
Andrey Kamaev [Tue, 12 Jul 2011 07:40:29 +0000 (07:40 +0000)]
minor cmake corrections

13 years agoAdded cornerDetector_Demo.cpp sample for tutorial of cornerMinEigenVal and cornerEige...
Ana Huaman [Tue, 12 Jul 2011 00:20:06 +0000 (00:20 +0000)]
Added cornerDetector_Demo.cpp sample for tutorial of cornerMinEigenVal and cornerEigenValsAndVecs

13 years agooptimized sparse LK optical flow (tickets #1062 and #1210)
Vadim Pisarevsky [Mon, 11 Jul 2011 23:03:05 +0000 (23:03 +0000)]
optimized sparse LK optical flow (tickets #1062 and #1210)

13 years agoAdded cornerSubPix_Demo.cpp tutorial sample code
Ana Huaman [Mon, 11 Jul 2011 22:03:23 +0000 (22:03 +0000)]
Added cornerSubPix_Demo.cpp tutorial sample code

13 years agoAdded goodFeaturesToTrack_Demo.cpp code for tutorials
Ana Huaman [Mon, 11 Jul 2011 21:08:35 +0000 (21:08 +0000)]
Added goodFeaturesToTrack_Demo.cpp code for tutorials

13 years agoAdded Harris corner detection sample tutorial
Ana Huaman [Mon, 11 Jul 2011 19:59:17 +0000 (19:59 +0000)]
Added Harris corner detection sample tutorial

13 years agonative exception handling added
Andrey Pavlenko [Mon, 11 Jul 2011 15:28:09 +0000 (15:28 +0000)]
native exception handling added

13 years agojava tests: added stubs for calib3d, features2d classes, some other updates
Kirill Kornyakov [Mon, 11 Jul 2011 15:19:53 +0000 (15:19 +0000)]
java tests: added stubs for calib3d, features2d classes, some other updates

13 years agoImproved rst_parser and javadoc generation scripts
Andrey Kamaev [Mon, 11 Jul 2011 15:03:42 +0000 (15:03 +0000)]
Improved rst_parser and javadoc generation scripts

13 years agoImproved javadoc comments generation scripts; fixed some typos in documentation
Andrey Kamaev [Mon, 11 Jul 2011 13:33:05 +0000 (13:33 +0000)]
Improved javadoc comments generation scripts; fixed some typos in documentation

13 years ago- added missing loadLibrary for inner classes
Andrey Pavlenko [Mon, 11 Jul 2011 12:21:58 +0000 (12:21 +0000)]
- added missing loadLibrary for inner classes
- added zero check for pointers in utils.cpp

13 years agohelp message printing
Alexander Mordvintsev [Mon, 11 Jul 2011 09:59:23 +0000 (09:59 +0000)]
help message printing

13 years agosobel -> Sobel
Alexander Mordvintsev [Mon, 11 Jul 2011 09:46:36 +0000 (09:46 +0000)]
sobel -> Sobel

13 years agofaster detection and timing in facedetect.py
Alexander Mordvintsev [Mon, 11 Jul 2011 09:21:27 +0000 (09:21 +0000)]
faster detection and timing in facedetect.py