profile/ivi/opencv.git
13 years agofixed sparse histogram update (ticket #526)
Vadim Pisarevsky [Wed, 10 Nov 2010 21:23:04 +0000 (21:23 +0000)]
fixed sparse histogram update (ticket #526)

13 years agofixed remap with transparent border (ticket #582)
Vadim Pisarevsky [Wed, 10 Nov 2010 21:14:57 +0000 (21:14 +0000)]
fixed remap with transparent border (ticket #582)

13 years agofurther improved accuracy of Delaunay triangulation (ticket #433)
Vadim Pisarevsky [Wed, 10 Nov 2010 20:45:54 +0000 (20:45 +0000)]
further improved accuracy of Delaunay triangulation (ticket #433)

13 years agofixed infinite loop in FileStorage::open when reading incomplete XML's (ticket #663)
Vadim Pisarevsky [Wed, 10 Nov 2010 20:11:07 +0000 (20:11 +0000)]
fixed infinite loop in FileStorage::open when reading incomplete XML's (ticket #663)

13 years agoincreased number of points in optflow-estimate-rigid test, because in the presense...
Vadim Pisarevsky [Wed, 10 Nov 2010 19:49:36 +0000 (19:49 +0000)]
increased number of points in optflow-estimate-rigid test, because in the presense of noise there should be enough points for robust transform estimation

13 years agosome utility for GPU module internal purposes
Anatoly Baksheev [Wed, 10 Nov 2010 17:05:36 +0000 (17:05 +0000)]
some utility for GPU module internal purposes

13 years agofixed grabCut: moved to double precision and added the noise to avoid zero determinan...
Maria Dimashova [Wed, 10 Nov 2010 15:24:11 +0000 (15:24 +0000)]
fixed grabCut: moved to double precision and added the noise to avoid zero determinant of covariance matrix

13 years agoreplace include file in sample
Maria Dimashova [Wed, 10 Nov 2010 15:01:25 +0000 (15:01 +0000)]
replace include file in sample

13 years agomoved failed tests to corresponding blacklists (issues #433, 454, 661, 662)
Alexander Shishkov [Wed, 10 Nov 2010 12:20:14 +0000 (12:20 +0000)]
moved failed tests to corresponding blacklists (issues #433, 454, 661, 662)

13 years agoMaking highgui build for android
Ethan Rublee [Tue, 9 Nov 2010 19:19:59 +0000 (19:19 +0000)]
Making highgui build for android

13 years agochanging the names of the opencv libraries for android, all except 3rd parties have...
Ethan Rublee [Tue, 9 Nov 2010 17:59:27 +0000 (17:59 +0000)]
changing the names of the opencv libraries for android, all except 3rd parties have opencv_ prepended

13 years agoput extra check to cv::findChessboardCorners (ticket #648)
Vadim Pisarevsky [Tue, 9 Nov 2010 15:45:56 +0000 (15:45 +0000)]
put extra check to cv::findChessboardCorners (ticket #648)

13 years agofixed crash in color-luv when OpenCV is built using GCC 4.1
Vadim Pisarevsky [Tue, 9 Nov 2010 14:32:06 +0000 (14:32 +0000)]
fixed crash in color-luv when OpenCV is built using GCC 4.1

13 years agoupdated doc on features2d
Maria Dimashova [Mon, 8 Nov 2010 15:27:56 +0000 (15:27 +0000)]
updated doc on features2d

13 years agominor change of BOW
Maria Dimashova [Mon, 8 Nov 2010 15:21:56 +0000 (15:21 +0000)]
minor change of BOW

13 years agodisabled some gpu tests
Vladislav Vinogradov [Mon, 8 Nov 2010 10:22:47 +0000 (10:22 +0000)]
disabled some gpu tests

13 years agofix gpu module compilation under linux
Vladislav Vinogradov [Mon, 8 Nov 2010 09:55:10 +0000 (09:55 +0000)]
fix gpu module compilation under linux

13 years agofixed cvPreprocessIndexArray (ticket #517)
Vadim Pisarevsky [Sun, 7 Nov 2010 20:58:58 +0000 (20:58 +0000)]
fixed cvPreprocessIndexArray (ticket #517)

13 years agoadded opencv_flann to pkg-config script for opencv
Vadim Pisarevsky [Sun, 7 Nov 2010 20:33:22 +0000 (20:33 +0000)]
added opencv_flann to pkg-config script for opencv

13 years agocorrect 2 bugs in cvSolveCubic (linear and quadratic cases: tickets #525 and #364)
Vadim Pisarevsky [Sun, 7 Nov 2010 19:23:48 +0000 (19:23 +0000)]
correct 2 bugs in cvSolveCubic (linear and quadratic cases: tickets #525 and #364)

13 years agoexcluded some tests from blacklist that now pass
Vadim Pisarevsky [Sun, 7 Nov 2010 15:09:50 +0000 (15:09 +0000)]
excluded some tests from blacklist that now pass

13 years agomade calcBackproject slightly more robust.
Vadim Pisarevsky [Sun, 7 Nov 2010 13:58:15 +0000 (13:58 +0000)]
made calcBackproject slightly more robust.

13 years agoadded workaround for a weird Mingw 4.5.1 bug
Vadim Pisarevsky [Sun, 7 Nov 2010 11:34:19 +0000 (11:34 +0000)]
added workaround for a weird Mingw 4.5.1 bug

13 years agoa few small fixes in Matx operators
Vadim Pisarevsky [Sat, 6 Nov 2010 22:10:21 +0000 (22:10 +0000)]
a few small fixes in Matx operators

13 years agofixed some more tests on Windows; changed inheritance Matx -> Vec to Vec -> Matx
Vadim Pisarevsky [Sat, 6 Nov 2010 21:51:21 +0000 (21:51 +0000)]
fixed some more tests on Windows; changed inheritance Matx -> Vec to Vec -> Matx

13 years agofixed most of the failures in opencv_test
Vadim Pisarevsky [Sat, 6 Nov 2010 14:56:01 +0000 (14:56 +0000)]
fixed most of the failures in opencv_test

13 years agomoved hist-backproj and projectPoints-c tests to blacklist (#issues 579, 652)
Alexander Shishkov [Sat, 6 Nov 2010 13:50:55 +0000 (13:50 +0000)]
moved hist-backproj and projectPoints-c tests to blacklist (#issues 579, 652)

13 years agoLatent SVM detector test was added
Alexey Polovinkin [Sat, 6 Nov 2010 09:56:40 +0000 (09:56 +0000)]
Latent SVM detector test was added

13 years agoFixed a compilation problem when the DEMO_MIX_API_USE is not defined
Victor Erukhimov [Fri, 5 Nov 2010 11:23:42 +0000 (11:23 +0000)]
Fixed a compilation problem when the DEMO_MIX_API_USE is not defined

13 years agofixed several GCC warnings; fixed crash in kmeans test (because of cv::swap(Mat&a...
Vadim Pisarevsky [Thu, 4 Nov 2010 15:59:10 +0000 (15:59 +0000)]
fixed several GCC warnings; fixed crash in kmeans test (because of cv::swap(Mat&a, Mat&b)) (ticket #616)

13 years agofixed possible overflow in getThreshVal_Otsu_8u (ticket #602)
Vadim Pisarevsky [Thu, 4 Nov 2010 12:38:27 +0000 (12:38 +0000)]
fixed possible overflow in getThreshVal_Otsu_8u (ticket #602)

13 years agofixed failure in rand test (ticket #449)
Vadim Pisarevsky [Thu, 4 Nov 2010 10:04:42 +0000 (10:04 +0000)]
fixed failure in rand test (ticket #449)

13 years agofixed building Python wrappers when Numpy is not available
Vadim Pisarevsky [Wed, 3 Nov 2010 17:57:51 +0000 (17:57 +0000)]
fixed building Python wrappers when Numpy is not available

13 years agoupdated doc on common interfaces of features2d; added some method for GenericDescript...
Maria Dimashova [Wed, 3 Nov 2010 16:39:58 +0000 (16:39 +0000)]
updated doc on common interfaces of features2d; added some method for GenericDescriptorMatcher

13 years agominor changes
Maria Dimashova [Wed, 3 Nov 2010 10:00:24 +0000 (10:00 +0000)]
minor changes

13 years agomodified mhi-update test to avoid rounding problems (ticket #639)
Vadim Pisarevsky [Tue, 2 Nov 2010 22:01:15 +0000 (22:01 +0000)]
modified mhi-update test to avoid rounding problems (ticket #639)

13 years agoalmost finished Python wrappers
Vadim Pisarevsky [Tue, 2 Nov 2010 17:58:22 +0000 (17:58 +0000)]
almost finished Python wrappers

13 years agoFixed problem with conflicting filenames in the online documentation
Ilya Lysenkov [Tue, 2 Nov 2010 12:30:52 +0000 (12:30 +0000)]
Fixed problem with conflicting filenames in the online documentation

13 years agofixed compilation under gcc
Anatoly Baksheev [Mon, 1 Nov 2010 15:13:17 +0000 (15:13 +0000)]
fixed compilation under gcc

13 years agocompilation errors
Anatoly Baksheev [Mon, 1 Nov 2010 12:49:45 +0000 (12:49 +0000)]
compilation errors

13 years agoFixed a minor bug in PtrElemStep::ptr
Anatoly Baksheev [Mon, 1 Nov 2010 12:48:47 +0000 (12:48 +0000)]
Fixed a minor bug in PtrElemStep::ptr

13 years agoMoved mhi-update test to blacklist (issue #639)
Alexander Shishkov [Mon, 1 Nov 2010 10:27:58 +0000 (10:27 +0000)]
Moved mhi-update test to blacklist (issue #639)

13 years agoUpdated test threshold (#637)
Maria Dimashova [Mon, 1 Nov 2010 09:38:48 +0000 (09:38 +0000)]
Updated test threshold (#637)

13 years agoMade calibration a bit faster in the absense of a checkboard and trying to fix
Ethan Rublee [Mon, 1 Nov 2010 06:20:36 +0000 (06:20 +0000)]
Made calibration a bit faster in the absense of a checkboard and trying to fix
a crash with the libv4l capture code

13 years agoBrute force implementation had issues with the type of distances it was storing.
Ethan Rublee [Mon, 1 Nov 2010 05:34:51 +0000 (05:34 +0000)]
Brute force implementation had issues with the type of distances it was storing.
Rectified this, hopefully.

13 years agocompilation errors under GCC
Anatoly Baksheev [Sun, 31 Oct 2010 17:15:09 +0000 (17:15 +0000)]
compilation errors under GCC

13 years agoadded PtrStep PtrElemStep structures. Refactored name spaces,
Anatoly Baksheev [Sun, 31 Oct 2010 13:23:25 +0000 (13:23 +0000)]
added PtrStep PtrElemStep structures. Refactored name spaces,

13 years agofix gbtrees test
P. Druzhkov [Sat, 30 Oct 2010 12:42:11 +0000 (12:42 +0000)]
fix gbtrees test

13 years agomoved descriptor-matcher-flann-based test to blacklist (issue #637)
Alexander Shishkov [Sat, 30 Oct 2010 11:04:47 +0000 (11:04 +0000)]
moved descriptor-matcher-flann-based test to blacklist (issue #637)

13 years agofixed compile error on Win
Maria Dimashova [Fri, 29 Oct 2010 14:39:23 +0000 (14:39 +0000)]
fixed compile error on Win

13 years agoadded possibility of matcher filtering to sample
Maria Dimashova [Fri, 29 Oct 2010 13:13:46 +0000 (13:13 +0000)]
added possibility of matcher filtering to sample

13 years agoextended Python bindings; not merged into cv.cpp yet; and many of the helper function...
Vadim Pisarevsky [Fri, 29 Oct 2010 13:11:53 +0000 (13:11 +0000)]
extended Python bindings; not merged into cv.cpp yet; and many of the helper functions, like pyopencv_to_*, pyopencv_from_* etc. are still missing

13 years agoextended Python bindings; not merged into cv.cpp yet; and many of the helper function...
Vadim Pisarevsky [Fri, 29 Oct 2010 13:09:49 +0000 (13:09 +0000)]
extended Python bindings; not merged into cv.cpp yet; and many of the helper functions, like pyopencv_to_*, pyopencv_from_* etc. are still missing

13 years agomodified features2d interface; added algorithmic test for DescriptorMatcher; added...
Maria Dimashova [Fri, 29 Oct 2010 08:44:42 +0000 (08:44 +0000)]
modified features2d interface; added algorithmic test for DescriptorMatcher; added sample on matching to many images

13 years agomoved stereogc to blacklist (issue #439)
Alexander Shishkov [Fri, 29 Oct 2010 08:34:45 +0000 (08:34 +0000)]
moved stereogc to blacklist (issue #439)

13 years agorenamed rectify3 to rectify3Collinear
Vadim Pisarevsky [Wed, 27 Oct 2010 20:13:42 +0000 (20:13 +0000)]
renamed rectify3 to rectify3Collinear

13 years agoadded more helper macros to the function declarations, to assist the Python wrapper...
Vadim Pisarevsky [Wed, 27 Oct 2010 18:26:39 +0000 (18:26 +0000)]
added more helper macros to the function declarations, to assist the Python wrapper generator. Fixed memleak in Mat::operator()(Range,Range) and the related functions (Mat::row, Mat::col etc.)

13 years agoReverting, release beahviour was changed. Investigating on deallocate() issue
Stefano Fabri [Tue, 26 Oct 2010 13:55:16 +0000 (13:55 +0000)]
Reverting, release beahviour was changed. Investigating on deallocate() issue

13 years agoLinking doesn't find deallocate()
Stefano Fabri [Tue, 26 Oct 2010 13:42:25 +0000 (13:42 +0000)]
Linking doesn't find deallocate()

13 years agomoved gpu::cvtColor from imgproc_gpu.cpp to color.cpp
Vladislav Vinogradov [Tue, 26 Oct 2010 09:37:24 +0000 (09:37 +0000)]
moved gpu::cvtColor from imgproc_gpu.cpp to color.cpp

13 years agomoved CvGBTrees_test test to blacklist (issue 630)
Alexander Shishkov [Tue, 26 Oct 2010 09:18:46 +0000 (09:18 +0000)]
moved CvGBTrees_test test to blacklist (issue 630)

13 years agofix unnecessary memory allocation in gpu::magnitude and gpu::phase
Vladislav Vinogradov [Tue, 26 Oct 2010 05:44:50 +0000 (05:44 +0000)]
fix unnecessary memory allocation in gpu::magnitude and gpu::phase

13 years agoadding an include director to android cmake <opencv2/opencv.hpp> should work now
Ethan Rublee [Tue, 26 Oct 2010 01:38:31 +0000 (01:38 +0000)]
adding an include director to android cmake <opencv2/opencv.hpp> should work now

13 years agoadding a copy of the wiki entry for android build
Ethan Rublee [Mon, 25 Oct 2010 21:53:55 +0000 (21:53 +0000)]
adding a copy of the wiki entry for android build

13 years agodefine expl as exp on android - may break things.
Ethan Rublee [Mon, 25 Oct 2010 20:15:45 +0000 (20:15 +0000)]
define expl as exp on android - may break things.
opencv/modules/ml/src/gbt.cpp

13 years agoFixed wiki links in flann in the online documentation
Ilya Lysenkov [Mon, 25 Oct 2010 13:26:24 +0000 (13:26 +0000)]
Fixed wiki links in flann in the online documentation

13 years agofixed CascadeClassifier::detectMultiScale when TBB
Maria Dimashova [Mon, 25 Oct 2010 12:05:22 +0000 (12:05 +0000)]
fixed CascadeClassifier::detectMultiScale when TBB

13 years agoFixed flann linking
Stefano Fabri [Mon, 25 Oct 2010 11:32:16 +0000 (11:32 +0000)]
Fixed flann linking

13 years agoFixed missing semicolon
Stefano Fabri [Mon, 25 Oct 2010 11:29:08 +0000 (11:29 +0000)]
Fixed missing semicolon

13 years agofixed crash in color-lab (ticket #627)
Vadim Pisarevsky [Mon, 25 Oct 2010 10:31:39 +0000 (10:31 +0000)]
fixed crash in color-lab (ticket #627)

13 years agomoved cascade-detector test to blacklist (issue #432)
Alexander Shishkov [Mon, 25 Oct 2010 10:03:12 +0000 (10:03 +0000)]
moved cascade-detector test to blacklist (issue #432)

13 years agoImplemented dynamic loading of the Wiki in the online documentation.
Ilya Lysenkov [Mon, 25 Oct 2010 09:54:47 +0000 (09:54 +0000)]
Implemented dynamic loading of the Wiki in the online documentation.

13 years agoupdated test threshold
Maria Dimashova [Mon, 25 Oct 2010 09:51:23 +0000 (09:51 +0000)]
updated test threshold

13 years agoremove failed test (see issues #449, 627, 502)
Alexander Shishkov [Sun, 24 Oct 2010 20:25:36 +0000 (20:25 +0000)]
remove failed test (see issues #449, 627, 502)

13 years agoFixing a problem with SURF detector crash due to large keypoint sizes
Victor Erukhimov [Sun, 24 Oct 2010 12:36:47 +0000 (12:36 +0000)]
Fixing a problem with SURF detector crash due to large keypoint sizes

13 years agocorrect spelling of my email address..
Ethan Rublee [Sat, 23 Oct 2010 18:17:30 +0000 (18:17 +0000)]
correct spelling of my email address..

13 years agoremoved detector-surf test from black list (ticket 578)
Maria Dimashova [Sat, 23 Oct 2010 16:43:23 +0000 (16:43 +0000)]
removed detector-surf test from black list (ticket 578)

13 years agofixed fail of descriptor-surf-test (ticket 568)
Maria Dimashova [Sat, 23 Oct 2010 15:15:19 +0000 (15:15 +0000)]
fixed fail of descriptor-surf-test (ticket 568)

13 years agofixed fail of descriptor-sift test (ticket 567)
Maria Dimashova [Sat, 23 Oct 2010 14:26:37 +0000 (14:26 +0000)]
fixed fail of descriptor-sift test (ticket 567)

13 years agofixed fails of cascade-detector and hog-detector tests (tickets 428, 432)
Maria Dimashova [Sat, 23 Oct 2010 13:52:04 +0000 (13:52 +0000)]
fixed fails of cascade-detector and hog-detector tests (tickets 428, 432)

13 years agofixed crashes in color-luv & color-lab when gcc 4.2 on x64 is used (tickets #502...
Vadim Pisarevsky [Fri, 22 Oct 2010 18:32:07 +0000 (18:32 +0000)]
fixed crashes in color-luv & color-lab when gcc 4.2 on x64 is used (tickets #502, #627)

13 years agoadded PtrStep structure to pass in __global__ functions
Anatoly Baksheev [Fri, 22 Oct 2010 16:57:22 +0000 (16:57 +0000)]
added PtrStep structure to pass in __global__ functions

13 years agomoved color-lab test to blacklist (issue #627)
Alexander Shishkov [Fri, 22 Oct 2010 14:06:00 +0000 (14:06 +0000)]
moved color-lab test to blacklist (issue #627)

13 years agoadded "-ggdb3" to GCC flags in Debug configuratin. Hopefully, it will solve problems...
Vadim Pisarevsky [Fri, 22 Oct 2010 12:02:39 +0000 (12:02 +0000)]
added "-ggdb3" to GCC flags in Debug configuratin. Hopefully, it will solve problems with tracing code with debuggers

13 years agofixed MatConstIterator::operator *() (the bug caused "operations" test failure...
Vadim Pisarevsky [Fri, 22 Oct 2010 11:47:11 +0000 (11:47 +0000)]
fixed MatConstIterator::operator *()   (the bug caused "operations" test failure; ticket #613)

13 years agofixed bug with Mat::dataend initialization. Now morph-ex test passes; Also fixed...
Vadim Pisarevsky [Thu, 21 Oct 2010 21:07:11 +0000 (21:07 +0000)]
fixed bug with Mat::dataend initialization. Now morph-ex test passes; Also fixed CV_Assert() implementation

13 years agofixed several gcc 4.1 warnings
Vadim Pisarevsky [Thu, 21 Oct 2010 18:30:57 +0000 (18:30 +0000)]
fixed several gcc 4.1 warnings

13 years agotwo small fixes in the recently added stuff
Vadim Pisarevsky [Thu, 21 Oct 2010 15:51:23 +0000 (15:51 +0000)]
two small fixes in the recently added stuff

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)