profile/ivi/opencv.git
12 years agoadded EMD to ch7 hist sample, fixed bug with cv::min/cv::max (ticket #1270), fixed...
Vadim Pisarevsky [Sun, 31 Jul 2011 09:23:05 +0000 (09:23 +0000)]
added EMD to ch7 hist sample, fixed bug with cv::min/cv::max (ticket #1270), fixed mixChannels description

12 years agojava tests: added some new asserts, and new tests by Hussein Abdinoor
Kirill Kornyakov [Sat, 30 Jul 2011 12:01:00 +0000 (12:01 +0000)]
java tests: added some new asserts, and new tests by Hussein Abdinoor

12 years agominarea.cpp sample reformatted
Kirill Kornyakov [Sat, 30 Jul 2011 11:59:09 +0000 (11:59 +0000)]
minarea.cpp sample reformatted

12 years agofixed build with ffmpeg 0.5.X
Andrey Morozov [Sat, 30 Jul 2011 10:26:37 +0000 (10:26 +0000)]
fixed build with ffmpeg 0.5.X

12 years agominor fix
Andrey Morozov [Sat, 30 Jul 2011 07:52:06 +0000 (07:52 +0000)]
minor fix

12 years agoJava API: tests for polylines() and goodFeaturesToTrack(), fix of GFTT corners arg...
Andrey Pavlenko [Fri, 29 Jul 2011 15:18:04 +0000 (15:18 +0000)]
Java API: tests for polylines() and goodFeaturesToTrack(), fix of GFTT corners arg type

12 years agominor fix for ffmpeg
Andrey Morozov [Fri, 29 Jul 2011 14:37:54 +0000 (14:37 +0000)]
minor fix for ffmpeg

12 years agoadding arg name (to fix doc reference and wrappers consistency)
Andrey Pavlenko [Fri, 29 Jul 2011 14:31:28 +0000 (14:31 +0000)]
adding arg name (to fix doc reference and wrappers consistency)

12 years agoMade additional internal header modules/objdetect/src/cascadedetect.hpp, and moved
Leonid Beynenson [Fri, 29 Jul 2011 14:18:45 +0000 (14:18 +0000)]
Made additional internal header modules/objdetect/src/cascadedetect.hpp, and moved
some internal classes and template functions from cascadedetect.cpp to this header.
This will allow to make a child class for such classes as LBPEvaluator, etc.
Also made all "private" fields in LBPEvaluator and HaarEvaluator to be "protected".

12 years agoadded support new ffmpeg (0.8.X)
Andrey Morozov [Fri, 29 Jul 2011 14:17:42 +0000 (14:17 +0000)]
added support new ffmpeg (0.8.X)

12 years agoFixed regex bug in script for java tests coverage calculation
Andrey Kamaev [Fri, 29 Jul 2011 14:06:02 +0000 (14:06 +0000)]
Fixed regex bug in script for java tests coverage calculation

12 years agoJava API: star detector is covered by tests
Andrey Kamaev [Fri, 29 Jul 2011 12:42:23 +0000 (12:42 +0000)]
Java API: star detector is covered by tests

12 years agoJava API generator changes randu/randn/inRange args to Scalar; Java tests are updated.
Andrey Pavlenko [Fri, 29 Jul 2011 08:12:00 +0000 (08:12 +0000)]
Java API generator changes randu/randn/inRange args to Scalar; Java tests are updated.

12 years agoJava API: Finished SURF tests.
Andrey Kamaev [Fri, 29 Jul 2011 07:39:56 +0000 (07:39 +0000)]
Java API: Finished SURF tests.

12 years agoconverted part of ch12
Vadim Pisarevsky [Thu, 28 Jul 2011 20:51:05 +0000 (20:51 +0000)]
converted part of ch12

12 years agoJava API: added more tests
Andrey Kamaev [Thu, 28 Jul 2011 16:03:16 +0000 (16:03 +0000)]
Java API: added more tests

12 years agoJava API tests are added: fillConvexPoly, mixChannels, drawContours
Andrey Pavlenko [Thu, 28 Jul 2011 15:48:08 +0000 (15:48 +0000)]
Java API tests are added: fillConvexPoly, mixChannels, drawContours

12 years agoJava API: typo in converter is fixed
Andrey Pavlenko [Thu, 28 Jul 2011 15:37:46 +0000 (15:37 +0000)]
Java API: typo in converter is fixed

12 years agofixed floodfill with mask parameter when no mask is passed
Vadim Pisarevsky [Thu, 28 Jul 2011 14:10:17 +0000 (14:10 +0000)]
fixed floodfill with mask parameter when no mask is passed

12 years agoJava API: converter for vector<KeyPoint> is fixed; test for inRange() improved
Andrey Pavlenko [Thu, 28 Jul 2011 14:08:55 +0000 (14:08 +0000)]
Java API: converter for vector<KeyPoint> is fixed; test for inRange() improved

12 years agoJava API: KeyPoint::toString() is added
Andrey Pavlenko [Thu, 28 Jul 2011 13:09:58 +0000 (13:09 +0000)]
Java API: KeyPoint::toString() is added

12 years agoJava API: converters vector<> to/from Mat are fixed
Andrey Pavlenko [Thu, 28 Jul 2011 12:43:22 +0000 (12:43 +0000)]
Java API: converters vector<> to/from Mat are fixed

12 years agoJava: fixed Mats comparison; added resahpe mathod to core.Mat; fixed test resources...
Andrey Kamaev [Thu, 28 Jul 2011 12:13:11 +0000 (12:13 +0000)]
Java: fixed Mats comparison; added resahpe mathod to core.Mat; fixed test resources extraction.

12 years ago2 'findContours(...)' tests are added
Andrey Pavlenko [Thu, 28 Jul 2011 11:28:33 +0000 (11:28 +0000)]
2 'findContours(...)' tests are added

12 years agocorrected OpenEXR status in CMakeLists.txt
Vadim Pisarevsky [Wed, 27 Jul 2011 20:53:19 +0000 (20:53 +0000)]
corrected OpenEXR status in CMakeLists.txt

12 years agofixed flow matrix dimensionality in EMD
Vadim Pisarevsky [Wed, 27 Jul 2011 20:13:50 +0000 (20:13 +0000)]
fixed flow matrix dimensionality in EMD

12 years agoadded minEigThreshold parameter to calcOpticalFlowPyrLK to filter out bad points...
Vadim Pisarevsky [Wed, 27 Jul 2011 19:07:45 +0000 (19:07 +0000)]
added minEigThreshold parameter to calcOpticalFlowPyrLK to filter out bad points earlier.

12 years agoAdded the "Mask operations on matrices" tutorial (with its sample). Plus modified...
Bernat Gabor [Wed, 27 Jul 2011 17:52:27 +0000 (17:52 +0000)]
Added the "Mask operations on matrices" tutorial (with its sample). Plus modified some other core tutorials.

12 years agoAdded missed import
Andrey Kamaev [Wed, 27 Jul 2011 17:17:32 +0000 (17:17 +0000)]
Added missed import

12 years agoAdded some new tests for Java API
Andrey Kamaev [Wed, 27 Jul 2011 17:06:33 +0000 (17:06 +0000)]
Added some new tests for Java API

12 years agoAdded vector_Point3f_to_Mat converter and some java API tests
Andrey Kamaev [Wed, 27 Jul 2011 16:26:46 +0000 (16:26 +0000)]
Added vector_Point3f_to_Mat converter and some java API tests

12 years agoJava API generator: KeyPoint converters from/to Mat
Andrey Pavlenko [Wed, 27 Jul 2011 15:16:24 +0000 (15:16 +0000)]
Java API generator: KeyPoint converters from/to Mat

12 years agoAdded vector_Point2f_to_Mat converter
Andrey Kamaev [Wed, 27 Jul 2011 15:03:16 +0000 (15:03 +0000)]
Added vector_Point2f_to_Mat converter

12 years agoAdded some tests; Added assertion for comparing Mats with epsilon.
Andrey Kamaev [Wed, 27 Jul 2011 14:19:45 +0000 (14:19 +0000)]
Added some tests; Added assertion for comparing Mats with epsilon.

12 years agoJava API generator: pointers handling fixed, KeyPoint manual port added
Andrey Pavlenko [Wed, 27 Jul 2011 14:09:49 +0000 (14:09 +0000)]
Java API generator: pointers handling fixed, KeyPoint manual port added

12 years agoTEGRA optimized add8u, sub8u and logical 8u operations
Andrey Kamaev [Wed, 27 Jul 2011 13:36:53 +0000 (13:36 +0000)]
TEGRA optimized add8u, sub8u and logical 8u operations

12 years agoconverted live camera calibration sample
Vadim Pisarevsky [Wed, 27 Jul 2011 13:03:59 +0000 (13:03 +0000)]
converted live camera calibration sample

12 years agoAdded several Android tests
Andrey Kamaev [Wed, 27 Jul 2011 12:55:43 +0000 (12:55 +0000)]
Added several Android tests

12 years agoAdded the File Input and Output using XML and YAML files tutorial.
Bernat Gabor [Wed, 27 Jul 2011 11:35:11 +0000 (11:35 +0000)]
Added the File Input and Output using XML and YAML files tutorial.

12 years agoadded java tests for imgproc by Hussein Abdinoor
Kirill Kornyakov [Wed, 27 Jul 2011 07:14:06 +0000 (07:14 +0000)]
added java tests for imgproc by Hussein Abdinoor

12 years agoclass & funcs ignore list support is added
Andrey Pavlenko [Tue, 26 Jul 2011 13:40:26 +0000 (13:40 +0000)]
class & funcs ignore list support is added

12 years agoMake build log of Android samples and tests less verbose
Andrey Kamaev [Tue, 26 Jul 2011 12:59:51 +0000 (12:59 +0000)]
Make build log of Android samples and tests less verbose

12 years agoadded stub java tests
Kirill Kornyakov [Tue, 26 Jul 2011 10:27:51 +0000 (10:27 +0000)]
added stub java tests

12 years agoFixed module detection in gen_javadoc.py script
Andrey Kamaev [Tue, 26 Jul 2011 09:13:30 +0000 (09:13 +0000)]
Fixed module detection in gen_javadoc.py script

12 years agonew tests stubs
Andrey Pavlenko [Tue, 26 Jul 2011 08:17:58 +0000 (08:17 +0000)]
new tests stubs

12 years agoAdded Android tests coverage calculation into build
Andrey Kamaev [Tue, 26 Jul 2011 08:17:52 +0000 (08:17 +0000)]
Added Android tests coverage calculation into build

12 years agostatistic report improved
Andrey Pavlenko [Tue, 26 Jul 2011 07:50:44 +0000 (07:50 +0000)]
statistic report improved

12 years agoFixed dependencies for Android projects
Andrey Kamaev [Tue, 26 Jul 2011 07:32:33 +0000 (07:32 +0000)]
Fixed dependencies for Android projects

12 years agoFixed pch support on linux
Andrey Kamaev [Tue, 26 Jul 2011 07:07:38 +0000 (07:07 +0000)]
Fixed pch support on linux

12 years agoSpecifying correct parameter types for cv::flann::GenericIndex and cv::flann::Index_
Marius Muja [Mon, 25 Jul 2011 23:58:54 +0000 (23:58 +0000)]
Specifying correct parameter types for cv::flann::GenericIndex and cv::flann::Index_

12 years agoa couple of new smoke tests; Mat.java code clean-up
Andrey Pavlenko [Mon, 25 Jul 2011 15:09:16 +0000 (15:09 +0000)]
a couple of new smoke tests; Mat.java code clean-up

13 years agoRemoved outdated stuff from Android build scripts
Andrey Kamaev [Mon, 25 Jul 2011 13:42:23 +0000 (13:42 +0000)]
Removed outdated stuff from Android build scripts

13 years agoFixed install terget for Android examples
Andrey Kamaev [Mon, 25 Jul 2011 13:17:11 +0000 (13:17 +0000)]
Fixed install terget for Android examples

13 years agoFixed camera output format handling
Andrey Kamaev [Mon, 25 Jul 2011 12:32:33 +0000 (12:32 +0000)]
Fixed camera output format handling

13 years agoscript to find Java API methods that not covered by auto-generated JUnit stubs
Andrey Pavlenko [Mon, 25 Jul 2011 12:13:37 +0000 (12:13 +0000)]
script to find Java API methods that not covered by auto-generated JUnit stubs

13 years agoFixed camera libs setting in Android.mk
Andrey Kamaev [Mon, 25 Jul 2011 11:18:48 +0000 (11:18 +0000)]
Fixed camera libs setting in Android.mk

13 years agoFixing native camera for Android
Andrey Kamaev [Mon, 25 Jul 2011 11:16:32 +0000 (11:16 +0000)]
Fixing native camera for Android

13 years agoFinished the DFT tutorial for the core section.
Bernat Gabor [Mon, 25 Jul 2011 10:06:03 +0000 (10:06 +0000)]
Finished the DFT tutorial for the core section.

13 years agobugfix in cmake for java api
Kirill Kornyakov [Mon, 25 Jul 2011 07:47:18 +0000 (07:47 +0000)]
bugfix in cmake for java api

13 years agoFixed Android build on linux
Andrey Kamaev [Mon, 25 Jul 2011 07:36:09 +0000 (07:36 +0000)]
Fixed Android build on linux

13 years agoAdded Fernandos first tutorial regarding SVMs. Extended the global links (conf.py...
Bernat Gabor [Mon, 25 Jul 2011 07:15:52 +0000 (07:15 +0000)]
Added Fernandos first tutorial regarding SVMs. Extended the global links (conf.py). Corrected the author names. Minor modification to the dft tutorial.

13 years agoFixed precompiled headers support for opencv_test_gpu
Andrey Kamaev [Sun, 24 Jul 2011 22:07:43 +0000 (22:07 +0000)]
Fixed precompiled headers support for opencv_test_gpu

13 years agoFixed precompiled headeds for non-windows systems.
Andrey Kamaev [Sun, 24 Jul 2011 21:08:36 +0000 (21:08 +0000)]
Fixed precompiled headeds for non-windows systems.

13 years agoFixed build of Android samples and tests
Andrey Kamaev [Sun, 24 Jul 2011 20:44:20 +0000 (20:44 +0000)]
Fixed build of Android samples and tests

13 years agoFixed precompiled headers support (fixed formatting, fixed dependencies generation)
Andrey Kamaev [Sun, 24 Jul 2011 19:22:58 +0000 (19:22 +0000)]
Fixed precompiled headers support (fixed formatting, fixed dependencies generation)

13 years agofixed priors usage in ertrees
Maria Dimashova [Sun, 24 Jul 2011 18:15:53 +0000 (18:15 +0000)]
fixed priors usage in ertrees

13 years agofixed and improving formatting in opencv2refman.pdf. added support for n-channel...
Vadim Pisarevsky [Sun, 24 Jul 2011 10:34:14 +0000 (10:34 +0000)]
fixed and improving formatting in opencv2refman.pdf. added support for n-channel mask in Mat::copyTo() and n-channel images in cv::compare(). fixed 2 compile warnings in opencv_python.

13 years agoconverted book samples from ch4; fixed potential alignment problems in QTKit video...
Vadim Pisarevsky [Sat, 23 Jul 2011 19:11:17 +0000 (19:11 +0000)]
converted book samples from ch4; fixed potential alignment problems in QTKit video capturing module

13 years agoRefactoring of native camera implementation
Andrey Kamaev [Fri, 22 Jul 2011 15:37:01 +0000 (15:37 +0000)]
Refactoring of native camera implementation

13 years agoSample files for image scanning, basic Mat, file I/O. Added Victors removed tutorials...
Bernat Gabor [Fri, 22 Jul 2011 15:11:59 +0000 (15:11 +0000)]
Sample files for image scanning, basic Mat, file I/O. Added Victors removed tutorials back in the system. Some typo fixing.Expanded conf.py with new global links.

13 years agomaking CV data type to be int
Andrey Pavlenko [Fri, 22 Jul 2011 15:11:35 +0000 (15:11 +0000)]
making CV data type to be int

13 years agoFixed Android package build
Andrey Kamaev [Fri, 22 Jul 2011 14:11:16 +0000 (14:11 +0000)]
Fixed Android package build

13 years agojava tests: imgproc test cleaned
Kirill Kornyakov [Fri, 22 Jul 2011 13:58:53 +0000 (13:58 +0000)]
java tests: imgproc test cleaned

13 years agofixed warnings in generated Java code (accurate imports)
Andrey Pavlenko [Fri, 22 Jul 2011 13:53:49 +0000 (13:53 +0000)]
fixed warnings in generated Java code (accurate imports)

13 years agoFixed android samples; fixed cmake files
Andrey Kamaev [Fri, 22 Jul 2011 13:34:25 +0000 (13:34 +0000)]
Fixed android samples; fixed cmake files

13 years agocompilation
Anatoly Baksheev [Fri, 22 Jul 2011 13:26:31 +0000 (13:26 +0000)]
compilation

13 years ago(no commit message)
Anatoly Baksheev [Fri, 22 Jul 2011 13:24:27 +0000 (13:24 +0000)]

13 years agoRefactored CMakeLists.txt for java module
Andrey Kamaev [Fri, 22 Jul 2011 13:10:50 +0000 (13:10 +0000)]
Refactored CMakeLists.txt for java module

13 years agofixed several typoes and errors in the refman (ticket #1203)
Vadim Pisarevsky [Fri, 22 Jul 2011 12:50:49 +0000 (12:50 +0000)]
fixed several typoes and errors in the refman (ticket #1203)

13 years agojava api: fixed ctor in RotatedRect, added 114 tests by Hussein Abdinoor
Kirill Kornyakov [Fri, 22 Jul 2011 12:47:11 +0000 (12:47 +0000)]
java api: fixed ctor in RotatedRect, added 114 tests by Hussein Abdinoor

13 years agoclasses/files renaming, some code refactoring
Andrey Pavlenko [Fri, 22 Jul 2011 12:35:52 +0000 (12:35 +0000)]
classes/files renaming, some code refactoring

13 years agofixed trim_weights in boosting (thanks to frankman for the patch; ticket #1231)
Vadim Pisarevsky [Fri, 22 Jul 2011 12:20:43 +0000 (12:20 +0000)]
fixed trim_weights in boosting (thanks to frankman for the patch; ticket #1231)

13 years agofixed printing Mx0 matrices (ticket #1247)
Vadim Pisarevsky [Fri, 22 Jul 2011 12:15:22 +0000 (12:15 +0000)]
fixed printing Mx0 matrices (ticket #1247)

13 years agoadded mk files for NDK-builder of opencv_java project
Kirill Kornyakov [Fri, 22 Jul 2011 10:44:40 +0000 (10:44 +0000)]
added mk files for NDK-builder of opencv_java project

13 years agorenaming the class and file to Tiltle case to meet Java conventions
Andrey Pavlenko [Fri, 22 Jul 2011 07:43:33 +0000 (07:43 +0000)]
renaming the class and file to Tiltle case to meet Java conventions

13 years agorenaming the class and its file
Andrey Pavlenko [Fri, 22 Jul 2011 07:41:22 +0000 (07:41 +0000)]
renaming the class and its file

13 years agorenaming the class and file to Tiltle case to meet Java conventions
Andrey Pavlenko [Fri, 22 Jul 2011 07:40:24 +0000 (07:40 +0000)]
renaming the class and file to Tiltle case to meet Java conventions

13 years agoErrors from javadoc generator are redirected to log file.
Andrey Kamaev [Fri, 22 Jul 2011 06:13:04 +0000 (06:13 +0000)]
Errors from javadoc generator are redirected to log file.

13 years agoAdded option to automatically move constants to private list
Andrey Kamaev [Fri, 22 Jul 2011 04:54:19 +0000 (04:54 +0000)]
Added option to automatically move constants to private list

13 years agoAdded cmake dependency on version.hpp. From now cmake will automatically rerun if...
Andrey Kamaev [Thu, 21 Jul 2011 21:44:48 +0000 (21:44 +0000)]
Added cmake dependency on version.hpp. From now cmake will automatically rerun if version.hpp file is changed.

13 years agoMinor android.toolchain.cmake enhancement
Andrey Kamaev [Thu, 21 Jul 2011 21:43:41 +0000 (21:43 +0000)]
Minor android.toolchain.cmake enhancement

13 years agofixed Xcode 4.1 compile errors in png codec in highgui
Vadim Pisarevsky [Thu, 21 Jul 2011 19:50:20 +0000 (19:50 +0000)]
fixed Xcode 4.1 compile errors in png codec in highgui

13 years agoFixed typo
Andrey Kamaev [Thu, 21 Jul 2011 19:05:21 +0000 (19:05 +0000)]
Fixed typo

13 years agoJava API generator: refactored manual const and funcs handling, collected real 'impor...
Andrey Pavlenko [Thu, 21 Jul 2011 17:20:17 +0000 (17:20 +0000)]
Java API generator: refactored manual const and funcs handling, collected real 'import' needs for java classes (to eliminate eclipse warnings in java classes)

13 years agoput the smaller opencv_tutorials.pdf to SVN
Vadim Pisarevsky [Thu, 21 Jul 2011 13:41:40 +0000 (13:41 +0000)]
put the smaller opencv_tutorials.pdf to SVN

13 years agofixed 2 typos in linux_eclipse tutorial
Vadim Pisarevsky [Thu, 21 Jul 2011 13:36:32 +0000 (13:36 +0000)]
fixed 2 typos in linux_eclipse tutorial

13 years agoAded setPreviewDisplay call to java camera samples
Andrey Kamaev [Thu, 21 Jul 2011 09:57:46 +0000 (09:57 +0000)]
Aded setPreviewDisplay call to java camera samples

13 years agoadded an ability to make push_back to the empty matrix
Maria Dimashova [Thu, 21 Jul 2011 09:38:25 +0000 (09:38 +0000)]
added an ability to make push_back to the empty matrix

13 years agoadded cv::gpu::pow, ticket #1227
Anatoly Baksheev [Thu, 21 Jul 2011 08:47:44 +0000 (08:47 +0000)]
added cv::gpu::pow, ticket #1227

13 years agoedited another way of using eclipse using cmake
Gary Bradski [Thu, 21 Jul 2011 01:03:41 +0000 (01:03 +0000)]
edited another way of using eclipse using cmake