Vadim Pisarevsky [Mon, 15 Nov 2010 20:53:33 +0000 (20:53 +0000)]
try to make a more elegant workaround for the incorrectly generated code in Canny (ticket #157)
Vadim Pisarevsky [Mon, 15 Nov 2010 20:26:21 +0000 (20:26 +0000)]
added range check in the keypoint interpolation in SURF algorithm (ticket #497)
Vadim Pisarevsky [Mon, 15 Nov 2010 20:09:55 +0000 (20:09 +0000)]
removed cv prefix
Ethan Rublee [Mon, 15 Nov 2010 18:14:14 +0000 (18:14 +0000)]
small brief edit, was trying to allow user to pass integral image but this introduced some bugs, so no longer doing this...
for now.
Ethan Rublee [Mon, 15 Nov 2010 17:42:34 +0000 (17:42 +0000)]
Fixing a small error in compilation for gpu - anatoly should review.
Vadim Pisarevsky [Mon, 15 Nov 2010 17:40:57 +0000 (17:40 +0000)]
extended out << mat/vec operators; added opencv license
Anatoly Baksheev [Mon, 15 Nov 2010 16:22:52 +0000 (16:22 +0000)]
fixed error reporting in GPU module (exceptions in destructors, etc)
Anatoly Baksheev [Mon, 15 Nov 2010 13:51:48 +0000 (13:51 +0000)]
fixed compilation error under nvcc
Alexey Spizhevoy [Mon, 15 Nov 2010 12:51:30 +0000 (12:51 +0000)]
fixed some bugs, added tests for gpu::HOGDescriptor
Alexey Spizhevoy [Mon, 15 Nov 2010 11:01:56 +0000 (11:01 +0000)]
added HOGDescriptor on GPU
Maria Dimashova [Mon, 15 Nov 2010 10:24:38 +0000 (10:24 +0000)]
fixed compile error undo win32 (due to int32_t using)
Anatoly Baksheev [Mon, 15 Nov 2010 08:42:10 +0000 (08:42 +0000)]
some device layer utility functions
Vladislav Vinogradov [Mon, 15 Nov 2010 07:57:30 +0000 (07:57 +0000)]
fixed gpu linear filters
Ethan Rublee [Sun, 14 Nov 2010 06:28:41 +0000 (06:28 +0000)]
adding samples for brief and the cout << cv::Mat functions.
Ethan Rublee [Sun, 14 Nov 2010 06:27:48 +0000 (06:27 +0000)]
adding the Brief descriptor, associated hamming distance functors for bruteforce matching. Also adding cout << cv::Mat functions in core.
Vadim Pisarevsky [Sat, 13 Nov 2010 22:00:10 +0000 (22:00 +0000)]
fixed uninitialized variable use in writeGraph (reported by valgrind when running opencv_test_core)
Vadim Pisarevsky [Sat, 13 Nov 2010 21:59:07 +0000 (21:59 +0000)]
fixed buffer allocation for constant-value borders in the filter engine (ticket #524)
Vadim Pisarevsky [Sat, 13 Nov 2010 20:31:47 +0000 (20:31 +0000)]
fixed member initialization in the sparse bundle adjustment code (ticket #385)
Vadim Pisarevsky [Sat, 13 Nov 2010 20:23:20 +0000 (20:23 +0000)]
fixed initialization of the border interpolation table in the filter engine (ticket #161)
Ilya Lysenkov [Sat, 13 Nov 2010 05:40:40 +0000 (05:40 +0000)]
Updated user prompt in the generic_descriptor_match sample
Vadim Pisarevsky [Fri, 12 Nov 2010 21:23:54 +0000 (21:23 +0000)]
fixed some more failing tests
Vadim Pisarevsky [Fri, 12 Nov 2010 21:07:41 +0000 (21:07 +0000)]
switched from 8-point kernel to 7-point kernel in the fundamental matrix estimator (fixes some corner cases; see ticket #434)
Vadim Pisarevsky [Fri, 12 Nov 2010 20:57:01 +0000 (20:57 +0000)]
rewrote matchTemplate in C++; added border awareness to crossCorr (ticket #557)
Vadim Pisarevsky [Fri, 12 Nov 2010 20:55:32 +0000 (20:55 +0000)]
rewrote matchTemplate in C++; added border awareness to crossCorr (ticket #557)
Alexey Polovinkin [Fri, 12 Nov 2010 19:39:20 +0000 (19:39 +0000)]
fixed latentsvmdetector test (ticket #661)
Vadim Pisarevsky [Fri, 12 Nov 2010 14:40:29 +0000 (14:40 +0000)]
fixed transparent border handling one more time (tickets #572 & #575)
Maria Dimashova [Fri, 12 Nov 2010 14:04:35 +0000 (14:04 +0000)]
minor
Maria Dimashova [Fri, 12 Nov 2010 13:24:20 +0000 (13:24 +0000)]
modified grabCut test to stable verification
Alexander Shishkov [Fri, 12 Nov 2010 10:04:19 +0000 (10:04 +0000)]
moved failed tests to blacklists:
warp-affine //ticket 572
warp-perspective //ticket 575
segmentation-grabcut //ticket 666
_3d-fundam //ticket 434
posit //ticket 430
Maria Dimashova [Fri, 12 Nov 2010 08:20:51 +0000 (08:20 +0000)]
added CV_EXPORTS to OpponentColorDescriptorExtractor
Victor Erukhimov [Thu, 11 Nov 2010 20:00:19 +0000 (20:00 +0000)]
Fixed a build problem in windows
Maria Dimashova [Thu, 11 Nov 2010 17:07:05 +0000 (17:07 +0000)]
modified grabCut test slightly; updated test data due to latest grabCut() fix (#666)
Maria Dimashova [Thu, 11 Nov 2010 16:06:22 +0000 (16:06 +0000)]
fixed SURF::operator() (#423)
Maria Dimashova [Thu, 11 Nov 2010 15:45:54 +0000 (15:45 +0000)]
fixed MserFeatureDetector
Anatoly Baksheev [Thu, 11 Nov 2010 12:05:48 +0000 (12:05 +0000)]
minor (compilation fix)
Maria Dimashova [Thu, 11 Nov 2010 12:04:40 +0000 (12:04 +0000)]
modified grabCut: noise is added only if covariance determinant = 0
Alexander Shishkov [Thu, 11 Nov 2010 10:12:03 +0000 (10:12 +0000)]
moved segmentation-grabcut test to blacklist (#issue 666)
Vadim Pisarevsky [Wed, 10 Nov 2010 21:23:04 +0000 (21:23 +0000)]
fixed sparse histogram update (ticket #526)
Vadim Pisarevsky [Wed, 10 Nov 2010 21:14:57 +0000 (21:14 +0000)]
fixed remap with transparent border (ticket #582)
Vadim Pisarevsky [Wed, 10 Nov 2010 20:45:54 +0000 (20:45 +0000)]
further improved accuracy of Delaunay triangulation (ticket #433)
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)
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
Anatoly Baksheev [Wed, 10 Nov 2010 17:05:36 +0000 (17:05 +0000)]
some utility for GPU module internal purposes
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
Maria Dimashova [Wed, 10 Nov 2010 15:01:25 +0000 (15:01 +0000)]
replace include file in sample
Alexander Shishkov [Wed, 10 Nov 2010 12:20:14 +0000 (12:20 +0000)]
moved failed tests to corresponding blacklists (issues #433, 454, 661, 662)
Ethan Rublee [Tue, 9 Nov 2010 19:19:59 +0000 (19:19 +0000)]
Making highgui build for android
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
Vadim Pisarevsky [Tue, 9 Nov 2010 15:45:56 +0000 (15:45 +0000)]
put extra check to cv::findChessboardCorners (ticket #648)
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
Maria Dimashova [Mon, 8 Nov 2010 15:27:56 +0000 (15:27 +0000)]
updated doc on features2d
Maria Dimashova [Mon, 8 Nov 2010 15:21:56 +0000 (15:21 +0000)]
minor change of BOW
Vladislav Vinogradov [Mon, 8 Nov 2010 10:22:47 +0000 (10:22 +0000)]
disabled some gpu tests
Vladislav Vinogradov [Mon, 8 Nov 2010 09:55:10 +0000 (09:55 +0000)]
fix gpu module compilation under linux
Vadim Pisarevsky [Sun, 7 Nov 2010 20:58:58 +0000 (20:58 +0000)]
fixed cvPreprocessIndexArray (ticket #517)
Vadim Pisarevsky [Sun, 7 Nov 2010 20:33:22 +0000 (20:33 +0000)]
added opencv_flann to pkg-config script for opencv
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)
Vadim Pisarevsky [Sun, 7 Nov 2010 15:09:50 +0000 (15:09 +0000)]
excluded some tests from blacklist that now pass
Vadim Pisarevsky [Sun, 7 Nov 2010 13:58:15 +0000 (13:58 +0000)]
made calcBackproject slightly more robust.
Vadim Pisarevsky [Sun, 7 Nov 2010 11:34:19 +0000 (11:34 +0000)]
added workaround for a weird Mingw 4.5.1 bug
Vadim Pisarevsky [Sat, 6 Nov 2010 22:10:21 +0000 (22:10 +0000)]
a few small fixes in Matx operators
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
Vadim Pisarevsky [Sat, 6 Nov 2010 14:56:01 +0000 (14:56 +0000)]
fixed most of the failures in opencv_test
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)
Alexey Polovinkin [Sat, 6 Nov 2010 09:56:40 +0000 (09:56 +0000)]
Latent SVM detector test was added
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
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)
Vadim Pisarevsky [Thu, 4 Nov 2010 12:38:27 +0000 (12:38 +0000)]
fixed possible overflow in getThreshVal_Otsu_8u (ticket #602)
Vadim Pisarevsky [Thu, 4 Nov 2010 10:04:42 +0000 (10:04 +0000)]
fixed failure in rand test (ticket #449)
Vadim Pisarevsky [Wed, 3 Nov 2010 17:57:51 +0000 (17:57 +0000)]
fixed building Python wrappers when Numpy is not available
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
Maria Dimashova [Wed, 3 Nov 2010 10:00:24 +0000 (10:00 +0000)]
minor changes
Vadim Pisarevsky [Tue, 2 Nov 2010 22:01:15 +0000 (22:01 +0000)]
modified mhi-update test to avoid rounding problems (ticket #639)
Vadim Pisarevsky [Tue, 2 Nov 2010 17:58:22 +0000 (17:58 +0000)]
almost finished Python wrappers
Ilya Lysenkov [Tue, 2 Nov 2010 12:30:52 +0000 (12:30 +0000)]
Fixed problem with conflicting filenames in the online documentation
Anatoly Baksheev [Mon, 1 Nov 2010 15:13:17 +0000 (15:13 +0000)]
fixed compilation under gcc
Anatoly Baksheev [Mon, 1 Nov 2010 12:49:45 +0000 (12:49 +0000)]
compilation errors
Anatoly Baksheev [Mon, 1 Nov 2010 12:48:47 +0000 (12:48 +0000)]
Fixed a minor bug in PtrElemStep::ptr
Alexander Shishkov [Mon, 1 Nov 2010 10:27:58 +0000 (10:27 +0000)]
Moved mhi-update test to blacklist (issue #639)
Maria Dimashova [Mon, 1 Nov 2010 09:38:48 +0000 (09:38 +0000)]
Updated test threshold (#637)
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
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.
Anatoly Baksheev [Sun, 31 Oct 2010 17:15:09 +0000 (17:15 +0000)]
compilation errors under GCC
Anatoly Baksheev [Sun, 31 Oct 2010 13:23:25 +0000 (13:23 +0000)]
added PtrStep PtrElemStep structures. Refactored name spaces,
P. Druzhkov [Sat, 30 Oct 2010 12:42:11 +0000 (12:42 +0000)]
fix gbtrees test
Alexander Shishkov [Sat, 30 Oct 2010 11:04:47 +0000 (11:04 +0000)]
moved descriptor-matcher-flann-based test to blacklist (issue #637)
Maria Dimashova [Fri, 29 Oct 2010 14:39:23 +0000 (14:39 +0000)]
fixed compile error on Win
Maria Dimashova [Fri, 29 Oct 2010 13:13:46 +0000 (13:13 +0000)]
added possibility of matcher filtering to sample
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
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
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
Alexander Shishkov [Fri, 29 Oct 2010 08:34:45 +0000 (08:34 +0000)]
moved stereogc to blacklist (issue #439)
Vadim Pisarevsky [Wed, 27 Oct 2010 20:13:42 +0000 (20:13 +0000)]
renamed rectify3 to rectify3Collinear
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.)
Stefano Fabri [Tue, 26 Oct 2010 13:55:16 +0000 (13:55 +0000)]
Reverting, release beahviour was changed. Investigating on deallocate() issue
Stefano Fabri [Tue, 26 Oct 2010 13:42:25 +0000 (13:42 +0000)]
Linking doesn't find deallocate()
Vladislav Vinogradov [Tue, 26 Oct 2010 09:37:24 +0000 (09:37 +0000)]
moved gpu::cvtColor from imgproc_gpu.cpp to color.cpp
Alexander Shishkov [Tue, 26 Oct 2010 09:18:46 +0000 (09:18 +0000)]
moved CvGBTrees_test test to blacklist (issue 630)
Vladislav Vinogradov [Tue, 26 Oct 2010 05:44:50 +0000 (05:44 +0000)]
fix unnecessary memory allocation in gpu::magnitude and gpu::phase
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