profile/ivi/opencv.git
13 years agothe blacklist is sorted in alphabetical order; several tests that should now pass...
Vadim Pisarevsky [Thu, 21 Oct 2010 15:50:32 +0000 (15:50 +0000)]
the blacklist is sorted in alphabetical order; several tests that should now pass have been commented off

13 years agoadded assert to MatConstIterator::pos()
Vadim Pisarevsky [Thu, 21 Oct 2010 15:47:49 +0000 (15:47 +0000)]
added assert to MatConstIterator::pos()

13 years agorand test is returned back
Vadim Pisarevsky [Thu, 21 Oct 2010 15:47:04 +0000 (15:47 +0000)]
rand test is returned back

13 years agore-added color-lab test
Vadim Pisarevsky [Thu, 21 Oct 2010 15:46:39 +0000 (15:46 +0000)]
re-added color-lab test

13 years agore-added filter-general test; fixed failure in several calibrate* tests
Vadim Pisarevsky [Thu, 21 Oct 2010 15:46:03 +0000 (15:46 +0000)]
re-added filter-general test; fixed failure in several calibrate* tests

13 years agomodified wiki link name
Vadim Pisarevsky [Thu, 21 Oct 2010 15:23:47 +0000 (15:23 +0000)]
modified wiki link name

13 years agochange at<double> => at<float>, since the histogram is cv_32f, not cv_64f
Vadim Pisarevsky [Thu, 21 Oct 2010 13:20:10 +0000 (13:20 +0000)]
change at<double> => at<float>, since the histogram is cv_32f, not cv_64f

13 years agook, try to handle matrices with size (0,0)
Vadim Pisarevsky [Thu, 21 Oct 2010 13:19:15 +0000 (13:19 +0000)]
ok, try to handle matrices with size (0,0)

13 years agoforce each histogram dimension to be >= 1
Vadim Pisarevsky [Thu, 21 Oct 2010 12:54:52 +0000 (12:54 +0000)]
force each histogram dimension to be >= 1

13 years agocleared the test blacklist in opencv_test_core. all the problematic tests now pass
Vadim Pisarevsky [Thu, 21 Oct 2010 12:35:33 +0000 (12:35 +0000)]
cleared the test blacklist in opencv_test_core. all the problematic tests now pass

13 years agofixed ds-graphscan test to make sure that the memory block size is large enough to...
Vadim Pisarevsky [Thu, 21 Oct 2010 12:26:11 +0000 (12:26 +0000)]
fixed ds-graphscan test to make sure that the memory block size is large enough to fit at least the graph header and the sequence block header (ticket 504)

13 years agofixed test failure in matrix-dotproduct test (by increasing the desired accuracy...
Vadim Pisarevsky [Thu, 21 Oct 2010 12:12:04 +0000 (12:12 +0000)]
fixed test failure in matrix-dotproduct test (by increasing the desired accuracy threshold) (ticket #447)

13 years agofixed small matrix inversion using Cholesky algorithm (ticket #536)
Vadim Pisarevsky [Thu, 21 Oct 2010 12:07:49 +0000 (12:07 +0000)]
fixed small matrix inversion using Cholesky algorithm (ticket #536)

13 years agoInserted links to wiki in documentation.
Ilya Lysenkov [Thu, 21 Oct 2010 11:48:01 +0000 (11:48 +0000)]
Inserted links to wiki in documentation.

13 years agoAdding back MatConstIterator_::pos implementation
Victor Erukhimov [Thu, 21 Oct 2010 03:47:57 +0000 (03:47 +0000)]
Adding back MatConstIterator_::pos implementation

13 years agoadd missing #include <stdarg.h>
Vadim Pisarevsky [Wed, 20 Oct 2010 19:56:21 +0000 (19:56 +0000)]
add missing #include <stdarg.h>

13 years agoRenamed header include sentinels to fix compile problem when used together with stand...
Marius Muja [Wed, 20 Oct 2010 19:05:41 +0000 (19:05 +0000)]
Renamed header include sentinels to fix compile problem when used together with standalone flann

13 years agochange int to char so that keys are registered properly, maybe this breaks others...
Ethan Rublee [Wed, 20 Oct 2010 18:49:44 +0000 (18:49 +0000)]
change int to char so that keys are registered properly, maybe this breaks others though

13 years agosome fixes due to the changed policy in DataType & DataDepth handling
Vadim Pisarevsky [Wed, 20 Oct 2010 17:43:46 +0000 (17:43 +0000)]
some fixes due to the changed policy in DataType & DataDepth handling

13 years agoadded vecmath to gpu module.
Vladislav Vinogradov [Wed, 20 Oct 2010 15:17:51 +0000 (15:17 +0000)]
added vecmath to gpu module.

13 years agoFixing a problem with conflict of ROS and opencv flann
Victor Erukhimov [Wed, 20 Oct 2010 15:08:26 +0000 (15:08 +0000)]
Fixing a problem with conflict of ROS and opencv flann

13 years agofixed bug with CV_ASSERT
Alexander Shishkov [Wed, 20 Oct 2010 14:02:08 +0000 (14:02 +0000)]
fixed bug with CV_ASSERT

13 years agofixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size...
Vadim Pisarevsky [Wed, 20 Oct 2010 12:34:59 +0000 (12:34 +0000)]
fixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size == m2.size

13 years agofixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size...
Vadim Pisarevsky [Wed, 20 Oct 2010 12:33:57 +0000 (12:33 +0000)]
fixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size == m2.size

13 years agoUpdated opencv.pdf with new modifications
Ilya Lysenkov [Wed, 20 Oct 2010 12:21:39 +0000 (12:21 +0000)]
Updated opencv.pdf with new modifications

13 years agoadded to gpu module linear filters for int and float source types.
Vladislav Vinogradov [Wed, 20 Oct 2010 08:50:14 +0000 (08:50 +0000)]
added to gpu module linear filters for int and float source types.
refactored gpu module.

13 years agoremove failed tests (issues #618-620)
Alexander Shishkov [Tue, 19 Oct 2010 15:58:08 +0000 (15:58 +0000)]
remove failed tests (issues #618-620)

13 years agoMove failed tests to corresponding blacklists
Alexander Shishkov [Tue, 19 Oct 2010 15:06:22 +0000 (15:06 +0000)]
Move failed tests to corresponding blacklists

13 years agothe path to "opencv/opencv_extra/testdata" can now be set using OPENCV_TEST_DATA_PATH...
Vadim Pisarevsky [Tue, 19 Oct 2010 13:49:13 +0000 (13:49 +0000)]
the path to "opencv/opencv_extra/testdata" can now be set using OPENCV_TEST_DATA_PATH. Filter pattern can now start with ">" or ">=" symbols, meaning - run all the test, beginning from the particular one - convenient for resuming tests after fixing crashed tests

13 years agoDocumentation fix
Ilya Lysenkov [Tue, 19 Oct 2010 13:47:21 +0000 (13:47 +0000)]
Documentation fix

13 years agoMinor fixes in documentation
Ilya Lysenkov [Tue, 19 Oct 2010 13:44:57 +0000 (13:44 +0000)]
Minor fixes in documentation

13 years agofixed a few bugs in: Mat::reshape, Mat(CvMat*) constructor, element access, copying...
Vadim Pisarevsky [Tue, 19 Oct 2010 11:57:37 +0000 (11:57 +0000)]
fixed a few bugs in: Mat::reshape, Mat(CvMat*) constructor, element access, copying nd array etc.

13 years agoReorganized documentation to be consistent with modular structure
Ilya Lysenkov [Tue, 19 Oct 2010 11:51:56 +0000 (11:51 +0000)]
Reorganized documentation to be consistent with modular structure

13 years agoundone experimental modifications in findExtrinsicCameraParams2.
Vadim Pisarevsky [Tue, 19 Oct 2010 10:02:24 +0000 (10:02 +0000)]
undone experimental modifications in findExtrinsicCameraParams2.

13 years agorefactored mssegmentation.cpp
Alexey Spizhevoy [Mon, 18 Oct 2010 12:47:15 +0000 (12:47 +0000)]
refactored mssegmentation.cpp

13 years agofixed PDF generation
Vadim Pisarevsky [Mon, 18 Oct 2010 12:36:22 +0000 (12:36 +0000)]
fixed PDF generation

13 years agoremove failed tests (issues #612-616)
Alexander Shishkov [Mon, 18 Oct 2010 12:32:08 +0000 (12:32 +0000)]
remove failed tests (issues #612-616)

13 years agoadded gpu version of magnitude, magnitudeSqr, phase, cartToPolar, polarToCart
Vladislav Vinogradov [Mon, 18 Oct 2010 11:12:14 +0000 (11:12 +0000)]
added gpu version of magnitude, magnitudeSqr, phase, cartToPolar, polarToCart

13 years agofixed cast of Mat to vector<Mat> (leads to compile error now)
Maria Dimashova [Mon, 18 Oct 2010 11:06:44 +0000 (11:06 +0000)]
fixed cast of Mat to vector<Mat> (leads to compile error now)

13 years agofixed a couple of warnings and 2 possible bugs
Vadim Pisarevsky [Mon, 18 Oct 2010 09:03:54 +0000 (09:03 +0000)]
fixed a couple of warnings and 2 possible bugs

13 years agoadded Mat::push_back, pop_back and related operations; enabled reading/writing/creati...
Vadim Pisarevsky [Mon, 18 Oct 2010 08:51:46 +0000 (08:51 +0000)]
added Mat::push_back, pop_back and related operations; enabled reading/writing/creating/copying matrices with zero dimensions.

13 years agorenamed filterObject -> CvLSVMFilterObject, position -> CvLSVMFilterPosition etc.
Vadim Pisarevsky [Mon, 18 Oct 2010 08:49:18 +0000 (08:49 +0000)]
renamed filterObject -> CvLSVMFilterObject, position -> CvLSVMFilterPosition etc.

13 years agobugfix: incrorrect argument order in cvRodrigues2 call
Kirill Kornyakov [Mon, 18 Oct 2010 07:39:20 +0000 (07:39 +0000)]
bugfix: incrorrect argument order in cvRodrigues2 call

13 years agobugfix: wrong command line argument used
Kirill Kornyakov [Mon, 18 Oct 2010 07:32:12 +0000 (07:32 +0000)]
bugfix: wrong command line argument used

13 years agoGBT train/test was added to tree_engine sample
Alexey Polovinkin [Sun, 17 Oct 2010 19:18:42 +0000 (19:18 +0000)]
GBT train/test was added to tree_engine sample

13 years agoadded helper macros to the function declarations
Vadim Pisarevsky [Sat, 16 Oct 2010 20:34:34 +0000 (20:34 +0000)]
added helper macros to the function declarations

13 years agoadded opencv_flann to OpenCVConfig
Anatoly Baksheev [Sat, 16 Oct 2010 17:31:19 +0000 (17:31 +0000)]
added opencv_flann to OpenCVConfig

13 years agoAdded error handling in latentsvmdetect sample
Alexey Polovinkin [Sat, 16 Oct 2010 07:10:46 +0000 (07:10 +0000)]
Added error handling in latentsvmdetect sample

13 years agomade FLANN (and dependent on it code) build fine on Windows. Most of the changes...
Vadim Pisarevsky [Fri, 15 Oct 2010 18:57:59 +0000 (18:57 +0000)]
made FLANN (and dependent on it code) build fine on Windows. Most of the changes are added CV_EXPORTS' into the class declarations and extern variables are turned into external functions (as a nice side effect the variables are now read-only)

13 years agoGradient Boosting Trees (CvGBTrees) added to opencv mll. Test for all CvGBTrees publi...
P. Druzhkov [Wed, 13 Oct 2010 20:18:12 +0000 (20:18 +0000)]
Gradient Boosting Trees (CvGBTrees) added to opencv mll. Test for all CvGBTrees public methods added.

13 years agoaccidentally commited a ROS patch of the test.py a few -r3716
Ethan Rublee [Wed, 13 Oct 2010 18:10:51 +0000 (18:10 +0000)]
accidentally commited a ROS patch of the test.py a few -r3716

13 years agominor fixes
Maria Dimashova [Wed, 13 Oct 2010 16:16:40 +0000 (16:16 +0000)]
minor fixes

13 years agorefactored mean shift segmentation a little
Alexey Spizhevoy [Wed, 13 Oct 2010 14:08:18 +0000 (14:08 +0000)]
refactored mean shift segmentation a little

13 years agoadded magnitudeSqr and rectStdDev to gpu module.
Vladislav Vinogradov [Wed, 13 Oct 2010 12:52:39 +0000 (12:52 +0000)]
added magnitudeSqr and rectStdDev to gpu module.
added supports of CV_32SC2 source to gpu scalar arithm and float source to gpu::histRange.
minor fix of gpu tests.

13 years agoadded gpu::cvtColor for RGB <-> HSV and RGB <-> HLS
Vladislav Vinogradov [Wed, 13 Oct 2010 09:42:29 +0000 (09:42 +0000)]
added gpu::cvtColor for RGB <-> HSV and RGB <-> HLS

13 years agoimplemented mean shift segmentation with elimination of small segments, added tests
Alexey Spizhevoy [Wed, 13 Oct 2010 09:10:24 +0000 (09:10 +0000)]
implemented mean shift segmentation with elimination of small segments, added tests

13 years agoadded dependency on the new module flann (now with opencv_flann lib)
Vadim Pisarevsky [Wed, 13 Oct 2010 06:17:24 +0000 (06:17 +0000)]
added dependency on the new module flann (now with opencv_flann lib)

13 years agoadded dependency on the new module flann
Vadim Pisarevsky [Wed, 13 Oct 2010 06:12:38 +0000 (06:12 +0000)]
added dependency on the new module flann

13 years agofixed some more build problems after renaming the headers
Vadim Pisarevsky [Tue, 12 Oct 2010 21:42:24 +0000 (21:42 +0000)]
fixed some more build problems after renaming the headers

13 years agoUpdated FLANN to version 1.5
Marius Muja [Tue, 12 Oct 2010 19:47:50 +0000 (19:47 +0000)]
Updated FLANN to version 1.5

13 years agore-added missing _lsvmparser.h
Vadim Pisarevsky [Tue, 12 Oct 2010 16:14:07 +0000 (16:14 +0000)]
re-added missing _lsvmparser.h

13 years agothe header parser for the extended OpenCV Python bindings
Vadim Pisarevsky [Tue, 12 Oct 2010 15:59:00 +0000 (15:59 +0000)]
the header parser for the extended OpenCV Python bindings

13 years agoremoved obsolete matrix expression implementation
Vadim Pisarevsky [Tue, 12 Oct 2010 12:37:04 +0000 (12:37 +0000)]
removed obsolete matrix expression implementation

13 years agosmall fix in DefaultRngAuto class for easier parsing with Python wrapper generator
Vadim Pisarevsky [Tue, 12 Oct 2010 12:36:20 +0000 (12:36 +0000)]
small fix in DefaultRngAuto class for easier parsing with Python wrapper generator

13 years agorenamed internal headers to avoid conflicts with system header files
Vadim Pisarevsky [Tue, 12 Oct 2010 12:35:04 +0000 (12:35 +0000)]
renamed internal headers to avoid conflicts with system header files

13 years agounited cv::Mat and cv::MatND
Vadim Pisarevsky [Tue, 12 Oct 2010 12:33:16 +0000 (12:33 +0000)]
united cv::Mat and cv::MatND

13 years agounited cv::Mat and cv::MatND
Vadim Pisarevsky [Tue, 12 Oct 2010 12:32:32 +0000 (12:32 +0000)]
united cv::Mat and cv::MatND

13 years agounited cv::Mat and cv::MatND
Vadim Pisarevsky [Tue, 12 Oct 2010 12:31:40 +0000 (12:31 +0000)]
united cv::Mat and cv::MatND

13 years agofixed gpu filters (deriv filter and source roi calculation)
Vladislav Vinogradov [Tue, 12 Oct 2010 08:33:06 +0000 (08:33 +0000)]
fixed gpu filters (deriv filter and source roi calculation)

13 years agoadded histograms calculation to gpu module
Vladislav Vinogradov [Tue, 12 Oct 2010 06:37:44 +0000 (06:37 +0000)]
added histograms calculation to gpu module

13 years agoworking on cleaning up the android port - trying to fix the distortion coefficients bug
Ethan Rublee [Tue, 12 Oct 2010 02:23:08 +0000 (02:23 +0000)]
working on cleaning up the android port - trying to fix the distortion coefficients bug

13 years agoadding samples to the android apps directory
Ethan Rublee [Tue, 12 Oct 2010 02:21:30 +0000 (02:21 +0000)]
adding samples to the android apps directory

13 years agofixed some warning under VS2008
Anatoly Baksheev [Mon, 11 Oct 2010 15:46:12 +0000 (15:46 +0000)]
fixed some warning under VS2008

13 years agoadded test data for mean shift procedure
Alexey Spizhevoy [Mon, 11 Oct 2010 14:27:28 +0000 (14:27 +0000)]
added test data for mean shift procedure

13 years agochanged mean shift procedure a little
Alexey Spizhevoy [Mon, 11 Oct 2010 14:25:30 +0000 (14:25 +0000)]
changed mean shift procedure a little

13 years agoadded min/max filters to gpu module.
Vladislav Vinogradov [Mon, 11 Oct 2010 08:54:28 +0000 (08:54 +0000)]
added min/max filters to gpu module.
added supports of 4-channels image to gpu::minMax and gpu::cvtColor for RGB <-> YCrCB, RGB <-> YUV and RGB <-> XYZ color conversion.

13 years agoRussian comments was removed. Error code was added as returned value inLatentSVM...
Evgeniy Kozinov [Mon, 11 Oct 2010 07:59:13 +0000 (07:59 +0000)]
Russian comments was removed. Error code was added as returned value inLatentSVM parser.

13 years agoIntegration object detection using Latent SVM. Sample was added.
Valentina Kustikova [Sat, 9 Oct 2010 11:36:06 +0000 (11:36 +0000)]
Integration object detection using Latent SVM. Sample was added.

13 years agofixed area computing
Maria Dimashova [Sat, 9 Oct 2010 10:01:19 +0000 (10:01 +0000)]
fixed area computing

13 years ago_S happens to be a bad variable name for android
Ethan Rublee [Sat, 9 Oct 2010 02:15:08 +0000 (02:15 +0000)]
_S happens to be a bad variable name for android

13 years agofixed compile error (with TBB)
Maria Dimashova [Fri, 8 Oct 2010 16:49:34 +0000 (16:49 +0000)]
fixed compile error (with TBB)

13 years agoadded sample on BOW usage to image classification (training and testing is on Pascal...
Maria Dimashova [Fri, 8 Oct 2010 13:17:34 +0000 (13:17 +0000)]
added sample on BOW usage to image classification (training and testing is on Pascal VOC dataset)

13 years agoadded Filter Engine to gpu module.
Vladislav Vinogradov [Wed, 6 Oct 2010 14:32:13 +0000 (14:32 +0000)]
added Filter Engine to gpu module.
disabled gpu::sum, gpu::minMax, gpu:Canny until fix crash.

13 years agofixed gpu module build system (in case when WITH_CUDA is set, but CUDA Toolkit is...
Anatoly Baksheev [Wed, 6 Oct 2010 12:45:31 +0000 (12:45 +0000)]
fixed gpu module build system (in case when WITH_CUDA is set, but CUDA Toolkit is not found)

13 years ago#593 add ConvertImage
James Bowman [Mon, 4 Oct 2010 17:34:52 +0000 (17:34 +0000)]
#593 add ConvertImage

13 years agofixed warnings under VS2010 about 'implicit conversion from double to float'.
Anatoly Baksheev [Mon, 4 Oct 2010 14:52:13 +0000 (14:52 +0000)]
fixed warnings under VS2010 about 'implicit conversion from double to float'.

13 years agofixed FernDescriptorMatch; optimized keypoint regions matching in detector/descriptor...
Maria Dimashova [Mon, 4 Oct 2010 14:12:36 +0000 (14:12 +0000)]
fixed FernDescriptorMatch; optimized keypoint regions matching in detector/descriptor evaluation; added CalonderDescriptorExtractor to evaluation tests

13 years agopossible fix for ticket 380 (should not hurt camera calibration engine, as the fix...
Vadim Pisarevsky [Mon, 4 Oct 2010 13:46:37 +0000 (13:46 +0000)]
possible fix for ticket 380 (should not hurt camera calibration engine, as the fix only affects non-planar objects)

13 years agoadded Sobel, GaussianBlur, Canny to gpu module.
Vladislav Vinogradov [Mon, 4 Oct 2010 11:42:40 +0000 (11:42 +0000)]
added Sobel, GaussianBlur, Canny to gpu module.
minor fix of matrix_operations.cpp.

13 years agomuch faster exp() and log() with SSE2
Vadim Pisarevsky [Sun, 3 Oct 2010 22:45:04 +0000 (22:45 +0000)]
much faster exp() and log() with SSE2

13 years agosome more fixes in rectify3 and 3calibration (corrected disparity ratio etc.)
Vadim Pisarevsky [Fri, 1 Oct 2010 09:48:56 +0000 (09:48 +0000)]
some more fixes in rectify3 and 3calibration (corrected disparity ratio etc.)

13 years agofixed 3calibration sample
Vadim Pisarevsky [Fri, 1 Oct 2010 09:13:52 +0000 (09:13 +0000)]
fixed 3calibration sample

13 years agoadded Eigen3 support
Vadim Pisarevsky [Fri, 1 Oct 2010 09:13:35 +0000 (09:13 +0000)]
added Eigen3 support

13 years agofixed detector evaluation test
Maria Dimashova [Fri, 1 Oct 2010 09:02:54 +0000 (09:02 +0000)]
fixed detector evaluation test

13 years agoadded calib3d dependency of highgui, to visualize checkerboard detector work, and...
Vadim Pisarevsky [Thu, 30 Sep 2010 20:55:47 +0000 (20:55 +0000)]
added calib3d dependency of highgui, to visualize checkerboard detector work, and probably other algorithms

13 years agofixed detection of the checkerboards in some extreme cases (ticket #298)
Vadim Pisarevsky [Thu, 30 Sep 2010 20:31:09 +0000 (20:31 +0000)]
fixed detection of the checkerboards in some extreme cases (ticket #298)

13 years agoback to previous default params
Maria Dimashova [Thu, 30 Sep 2010 15:47:10 +0000 (15:47 +0000)]
back to previous default params

13 years agoUpdated a recall curve construction in descriptors evaluation
Ilya Lysenkov [Thu, 30 Sep 2010 15:33:40 +0000 (15:33 +0000)]
Updated a recall curve construction in descriptors evaluation

13 years agoadded BOWTrainer::add()
Maria Dimashova [Thu, 30 Sep 2010 14:21:22 +0000 (14:21 +0000)]
added BOWTrainer::add()

13 years agoadded gpu 1d window sum, convertTo, based on NPP.
Vladislav Vinogradov [Wed, 29 Sep 2010 09:07:53 +0000 (09:07 +0000)]
added gpu 1d window sum, convertTo, based on NPP.
added RGB <-> XYZ color conversion.
gpu morphology minor fix.