profile/ivi/opencv.git
13 years agoAdded Java packages support to cmake
Andrey Kamaev [Tue, 19 Jul 2011 15:37:17 +0000 (15:37 +0000)]
Added Java packages support to cmake

13 years agoJava API generator: fixed consts generation
Andrey Pavlenko [Tue, 19 Jul 2011 15:04:05 +0000 (15:04 +0000)]
Java API generator: fixed consts generation

13 years agoJava API packages restructured (require further changes in CMake part to work)
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)

13 years agofixed just introduced compile errors on Mac
Vadim Pisarevsky [Tue, 19 Jul 2011 13:07:51 +0000 (13:07 +0000)]
fixed just introduced compile errors on Mac

13 years agoadded COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW...
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

13 years agojava tests: COLOR_RGB2GRAY used instead of CV_BGR2GRAY
Kirill Kornyakov [Tue, 19 Jul 2011 12:25:07 +0000 (12:25 +0000)]
java tests: COLOR_RGB2GRAY used instead of CV_BGR2GRAY

13 years agoFixed Android samples; updated black list of enums.
Andrey Kamaev [Tue, 19 Jul 2011 12:10:05 +0000 (12:10 +0000)]
Fixed Android samples; updated black list of enums.

13 years agojava tests: added tests for calcHist, calcBackProject, Mat.size() method renamed
Kirill Kornyakov [Tue, 19 Jul 2011 11:44:30 +0000 (11:44 +0000)]
java tests: added tests for calcHist, calcBackProject, Mat.size() method renamed

13 years agofix by Vadim in calcBackProject: additional case is considered
Kirill Kornyakov [Tue, 19 Jul 2011 11:17:03 +0000 (11:17 +0000)]
fix by Vadim in calcBackProject: additional case is considered

13 years agoAdded FPS measurement to some Android samples
Andrey Kamaev [Tue, 19 Jul 2011 11:06:27 +0000 (11:06 +0000)]
Added FPS measurement to some Android samples

13 years agoAdded face datection Android sample
Andrey Kamaev [Tue, 19 Jul 2011 09:01:36 +0000 (09:01 +0000)]
Added face datection Android sample

13 years agoJava API: added int64 and Vec3d support; small code refactoring performed
Andrey Pavlenko [Tue, 19 Jul 2011 08:56:31 +0000 (08:56 +0000)]
Java API: added int64 and Vec3d support; small code refactoring performed

13 years agoChanged labels for some android samples
Andrey Kamaev [Tue, 19 Jul 2011 07:40:26 +0000 (07:40 +0000)]
Changed labels for some android samples

13 years agoFixes
Marius Muja [Mon, 18 Jul 2011 22:01:42 +0000 (22:01 +0000)]
Fixes

13 years agoChecking for already defined proprocessor macros
Marius Muja [Mon, 18 Jul 2011 22:00:06 +0000 (22:00 +0000)]
Checking for already defined proprocessor macros

13 years agoFixing ticket #1230
Marius Muja [Mon, 18 Jul 2011 21:57:28 +0000 (21:57 +0000)]
Fixing ticket #1230

13 years agojava tests: split test, minor improvements
Kirill Kornyakov [Mon, 18 Jul 2011 16:41:17 +0000 (16:41 +0000)]
java tests: split test, minor improvements

13 years agoeliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV...
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)

13 years agoAdded image-manipulations android sample, other samples are updated; added Mat.size...
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.

13 years agoJava API: fixed bug in converter vector<Mat> <-> Mat
Andrey Pavlenko [Mon, 18 Jul 2011 16:07:11 +0000 (16:07 +0000)]
Java API: fixed bug in converter vector<Mat> <-> Mat

13 years agoJava API: added missing 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

13 years agoJava API: added pointers support (Point*, double*)
Andrey Pavlenko [Mon, 18 Jul 2011 13:56:49 +0000 (13:56 +0000)]
Java API: added pointers support (Point*, double*)

13 years agojava tests: added test for OFLK, FD, other improvements
Kirill Kornyakov [Mon, 18 Jul 2011 13:50:36 +0000 (13:50 +0000)]
java tests: added test for OFLK, FD, other improvements

13 years agoadded COLOR_... enumeration to imgproc.hpp and EVENT_... enumeration to highgui.hpp
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

13 years agoJava API: fix in Mat::put(r,c,double[]vals) method
Andrey Pavlenko [Mon, 18 Jul 2011 09:27:48 +0000 (09:27 +0000)]
Java API: fix in Mat::put(r,c,double[]vals) method

13 years agoAndroid samples: class SampleViewBase which uses native camera is renamed.
Andrey Kamaev [Mon, 18 Jul 2011 09:13:05 +0000 (09:13 +0000)]
Android samples: class SampleViewBase which uses native camera is renamed.

13 years agoJava API: fix in Mat::put methods, general improvements
Andrey Pavlenko [Mon, 18 Jul 2011 07:18:35 +0000 (07:18 +0000)]
Java API: fix in Mat::put methods, general improvements

13 years agofixed broken python cv2.cpp build after rev.6089
Alexander Mordvintsev [Mon, 18 Jul 2011 06:48:55 +0000 (06:48 +0000)]
fixed broken python cv2.cpp build after rev.6089

13 years agoadjust cosine threshold in squares.py
Alexander Mordvintsev [Sun, 17 Jul 2011 19:23:24 +0000 (19:23 +0000)]
adjust cosine threshold in squares.py

13 years agoFixing ticket #1228
Marius Muja [Sun, 17 Jul 2011 06:26:40 +0000 (06:26 +0000)]
Fixing ticket #1228

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