Kirill Kornyakov [Fri, 3 Jun 2011 16:41:41 +0000 (16:41 +0000)]
The samples were updated through CommandLineParser class
Vadim Pisarevsky [Fri, 3 Jun 2011 15:45:50 +0000 (15:45 +0000)]
added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686); fixed bug in cv.CreateHist() when no ranges are passed (ticket #990)
Andrey Kamaev [Fri, 3 Jun 2011 15:09:21 +0000 (15:09 +0000)]
Added missed method declarations. Fix for r5343
Kirill Kornyakov [Fri, 3 Jun 2011 14:53:38 +0000 (14:53 +0000)]
The samples were updated corresponding a single standart for <help>
Vadim Pisarevsky [Fri, 3 Jun 2011 14:26:30 +0000 (14:26 +0000)]
added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686)
Ilya Lysenkov [Fri, 3 Jun 2011 14:13:43 +0000 (14:13 +0000)]
minor formatting
Ilya Lysenkov [Fri, 3 Jun 2011 14:13:03 +0000 (14:13 +0000)]
Added displaying of the mean background image in the bgfg_segm sample (ticket #317).
Ilya Lysenkov [Fri, 3 Jun 2011 14:10:12 +0000 (14:10 +0000)]
Added computing of the mean background image in the BackgroundSubtractorMOG2 model.
Vadim Pisarevsky [Fri, 3 Jun 2011 13:25:44 +0000 (13:25 +0000)]
fixed incorrect output of resize(...scalex, scaley, INTER_NEAREST) when scalex and scaley are even integers (ticket #1013)
Andrey Kamaev [Fri, 3 Jun 2011 12:01:55 +0000 (12:01 +0000)]
Fixed Android build
Andrey Morozov [Fri, 3 Jun 2011 08:33:27 +0000 (08:33 +0000)]
added several new highgui tests
Anatoly Baksheev [Fri, 3 Jun 2011 08:13:03 +0000 (08:13 +0000)]
fix compilation for macos
Alexander Shishkov [Fri, 3 Jun 2011 07:57:07 +0000 (07:57 +0000)]
added check input data
Vincent Rabaud [Thu, 2 Jun 2011 23:12:52 +0000 (23:12 +0000)]
- fixed the grayscale case
Vincent Rabaud [Thu, 2 Jun 2011 22:58:52 +0000 (22:58 +0000)]
- make sure we deal with a grayscale image
Vincent Rabaud [Thu, 2 Jun 2011 18:08:30 +0000 (18:08 +0000)]
- fix potential crash if the first scale level is not 0
Andrey Morozov [Thu, 2 Jun 2011 15:23:37 +0000 (15:23 +0000)]
converted all highgui tests to the format of google test system
Ilya Lysenkov [Thu, 2 Jun 2011 15:16:35 +0000 (15:16 +0000)]
Removed direct tiff writing to in-memory buffers if libtiff is used
Vadim Pisarevsky [Thu, 2 Jun 2011 12:45:00 +0000 (12:45 +0000)]
fixed drawing test
Anatoly Baksheev [Thu, 2 Jun 2011 12:38:50 +0000 (12:38 +0000)]
added begin/and with Thrust iterators for Device classes
Ilya Lysenkov [Thu, 2 Jun 2011 12:35:52 +0000 (12:35 +0000)]
Added reading of floating point tiff data: 32- and 64-bit (ticket #955)
Alexey Spizhevoy [Thu, 2 Jun 2011 12:13:06 +0000 (12:13 +0000)]
fixed error in gcgraph which led to problems in opencv_stitching GC seam finder, added check for duplication in matches (opencv_stitching)
Vadim Pisarevsky [Thu, 2 Jun 2011 12:10:18 +0000 (12:10 +0000)]
improved CV_RGBHSV_FULL accuracy (ticket #938)
Andrey Morozov [Thu, 2 Jun 2011 11:43:13 +0000 (11:43 +0000)]
commented several tests because it's very slow
Andrey Morozov [Thu, 2 Jun 2011 10:05:24 +0000 (10:05 +0000)]
converted drawing tests to the format of google test system
Alexander Shishkov [Thu, 2 Jun 2011 10:02:08 +0000 (10:02 +0000)]
fixed problem with static compilation of highgui_tests on Windows
Alexander Shishkov [Thu, 2 Jun 2011 09:51:25 +0000 (09:51 +0000)]
fixed ticket #675
Andrey Morozov [Thu, 2 Jun 2011 09:33:15 +0000 (09:33 +0000)]
added a test on read/write images
Ilya Lysenkov [Thu, 2 Jun 2011 09:06:00 +0000 (09:06 +0000)]
Added writing of compressed tiffs using libtiff library (patch #1080, thanks to Pieter-Jan Busschaert)
Andrey Morozov [Thu, 2 Jun 2011 08:53:12 +0000 (08:53 +0000)]
minor fix in highgui tests
Ethan Rublee [Wed, 1 Jun 2011 21:49:08 +0000 (21:49 +0000)]
Quiet the errors from the circlesgrid pattern detector. These were really verbose.
Vadim Pisarevsky [Wed, 1 Jun 2011 21:15:36 +0000 (21:15 +0000)]
very first version of the documentation checking script
Ethan Rublee [Wed, 1 Jun 2011 18:54:34 +0000 (18:54 +0000)]
Placed the if in the wrong place.
Ethan Rublee [Wed, 1 Jun 2011 18:28:20 +0000 (18:28 +0000)]
Fix misspelling of a logical block endif.
Vincent Rabaud [Wed, 1 Jun 2011 18:24:53 +0000 (18:24 +0000)]
- fix a memory leak
Ethan Rublee [Wed, 1 Jun 2011 18:04:46 +0000 (18:04 +0000)]
Wrapping the tests in an if guard. Fails to build if the BUILD_TESTS flag is
not enabled.
Andrey Morozov [Wed, 1 Jun 2011 17:41:30 +0000 (17:41 +0000)]
minor fix
Andrey Morozov [Wed, 1 Jun 2011 16:14:17 +0000 (16:14 +0000)]
fixed bugs for windows. added 2 tests for ffmpeg
Anatoly Baksheev [Wed, 1 Jun 2011 15:42:11 +0000 (15:42 +0000)]
compilation for macos
Anatoly Baksheev [Wed, 1 Jun 2011 15:35:30 +0000 (15:35 +0000)]
compilation for macos
Vadim Pisarevsky [Wed, 1 Jun 2011 14:23:55 +0000 (14:23 +0000)]
added opencv_test_highgui
Alexey Spizhevoy [Wed, 1 Jun 2011 13:57:14 +0000 (13:57 +0000)]
mac worlaround
Alexey Spizhevoy [Wed, 1 Jun 2011 13:50:41 +0000 (13:50 +0000)]
fixed logging function in opencv_stitching
Vadim Pisarevsky [Wed, 1 Jun 2011 13:45:08 +0000 (13:45 +0000)]
make scalar and SSE versions of minEigenVal & cornerHarris give [almost] the same results (ticket #811)
Vadim Pisarevsky [Wed, 1 Jun 2011 13:44:09 +0000 (13:44 +0000)]
proper fix for reduce with op=CV_REDUCE_AVG and ddepth==CV_8U
Alexey Spizhevoy [Wed, 1 Jun 2011 13:34:53 +0000 (13:34 +0000)]
added \n into help message (opencv_stitching)
Vadim Pisarevsky [Wed, 1 Jun 2011 13:15:43 +0000 (13:15 +0000)]
fix bilateral filter behavior when color_sigma == 0 and/or spatial_sigma == 0 (ticket #469)
Ilya Lysenkov [Wed, 1 Jun 2011 13:10:14 +0000 (13:10 +0000)]
Removed using of homogeneous coordinates in cvProjectPoints2 (ticket #845)
Andrey Kamaev [Wed, 1 Jun 2011 12:42:44 +0000 (12:42 +0000)]
fixed compilation problems with new SIFT on Android
Ilya Lysenkov [Wed, 1 Jun 2011 12:06:39 +0000 (12:06 +0000)]
Fixed cluster centers returning in cvKMeans2 (ticket #706)
Vladislav Vinogradov [Wed, 1 Jun 2011 10:11:27 +0000 (10:11 +0000)]
added resetDevice function, removed MultiGpuManager
Ilya Lysenkov [Wed, 1 Jun 2011 10:05:11 +0000 (10:05 +0000)]
Fixed reading of the user class from *.xml (ticket #840).
Anatoly Baksheev [Wed, 1 Jun 2011 08:19:21 +0000 (08:19 +0000)]
compilation for windows
Ilya Lysenkov [Wed, 1 Jun 2011 08:14:59 +0000 (08:14 +0000)]
Added support of the CV_64F depth to solvePnP (ticket #835)
Anatoly Baksheev [Wed, 1 Jun 2011 08:01:04 +0000 (08:01 +0000)]
minor
Vincent Rabaud [Wed, 1 Jun 2011 03:26:08 +0000 (03:26 +0000)]
- serialize/deserialize the edge threshold too
Vincent Rabaud [Wed, 1 Jun 2011 03:25:53 +0000 (03:25 +0000)]
- make sure we rescale the input keypoints
Vincent Rabaud [Wed, 1 Jun 2011 02:09:31 +0000 (02:09 +0000)]
- hide the patch size from the user (only one is used now as training was only done at that scale)
- enable a border_threshold just like for SIFt so that calling ORB, or descriptor after feature gives the same number of features
Ethan Rublee [Wed, 1 Jun 2011 00:25:32 +0000 (00:25 +0000)]
Fix # of features in orb.
Alexander Shishkov [Tue, 31 May 2011 22:51:16 +0000 (22:51 +0000)]
fixed compilation problems with new SIFT on Windows
Alexander Shishkov [Tue, 31 May 2011 22:03:55 +0000 (22:03 +0000)]
fixed compilation problems with new SIFT on MacOs
Alexander Shishkov [Tue, 31 May 2011 21:42:49 +0000 (21:42 +0000)]
reverted the floating-point number formatting (exception in ml tests)
Alexander Shishkov [Tue, 31 May 2011 21:14:42 +0000 (21:14 +0000)]
removed ddepth from matrix (after Vadim's commit, it generates problem with core and ml tests)
returned the new floating-point number formatting
Maria Dimashova [Tue, 31 May 2011 18:18:02 +0000 (18:18 +0000)]
replaced SIFT implementation (Some default parameters can be changed in the near future)
Maria Dimashova [Tue, 31 May 2011 18:05:43 +0000 (18:05 +0000)]
commented opponent descriptor test (temporarily)
Alexander Shishkov [Tue, 31 May 2011 15:50:16 +0000 (15:50 +0000)]
added SSE compiler flags under Windows+MSVC (ticket #371)
Vadim Pisarevsky [Tue, 31 May 2011 15:43:11 +0000 (15:43 +0000)]
resolved ticket #1104 (processing of transposed numpy arrays)
Maria Dimashova [Tue, 31 May 2011 15:30:49 +0000 (15:30 +0000)]
removed evaluation testbetch to sample
Vadim Pisarevsky [Tue, 31 May 2011 15:27:31 +0000 (15:27 +0000)]
fixed multi-channel 1x1 array construction (ticket #1103)
Vadim Pisarevsky [Tue, 31 May 2011 15:25:50 +0000 (15:25 +0000)]
reverted the floating-point number formatting
Alexander Shishkov [Tue, 31 May 2011 15:22:22 +0000 (15:22 +0000)]
fixed build on GNU/Hurd (ticket #761)
Ilya Lysenkov [Tue, 31 May 2011 14:50:25 +0000 (14:50 +0000)]
Added support of the 1 width element in morphology (ticket #1099).
Vadim Pisarevsky [Tue, 31 May 2011 14:35:00 +0000 (14:35 +0000)]
always build ffmpeg_opencv as a shared lib (ticket #687)
Vadim Pisarevsky [Tue, 31 May 2011 14:24:45 +0000 (14:24 +0000)]
added KeyPoint::hash() (ticket #1100)
Alexander Shishkov [Tue, 31 May 2011 14:22:25 +0000 (14:22 +0000)]
removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS
removed one more OPENCV_BUILD_SHARED_LIB flag
Vadim Pisarevsky [Tue, 31 May 2011 14:02:19 +0000 (14:02 +0000)]
fixed warning from GCC
Vadim Pisarevsky [Tue, 31 May 2011 14:01:21 +0000 (14:01 +0000)]
resolved tickets #904 (nicer floating-point formatting) and #816 (reduce with CV_REDUCE_AVG on 8-bit arrays)
Leonid Beynenson [Tue, 31 May 2011 13:44:13 +0000 (13:44 +0000)]
Made small optimization: for some processors using float accumulator gives speedup.
Alexander Shishkov [Tue, 31 May 2011 13:17:59 +0000 (13:17 +0000)]
removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS
Vladislav Vinogradov [Tue, 31 May 2011 08:31:10 +0000 (08:31 +0000)]
modified according to CUDA 4.0 API updates
Alexey Spizhevoy [Tue, 31 May 2011 08:28:24 +0000 (08:28 +0000)]
updated help message in opencv_stitching app
Ethan Rublee [Mon, 30 May 2011 22:13:32 +0000 (22:13 +0000)]
Making the install and lib, bin directories consistent.
Elena Fedotova [Mon, 30 May 2011 20:29:47 +0000 (20:29 +0000)]
Purpose: 2nd review cycle - see ??. added index entries
Kirill Kornyakov [Mon, 30 May 2011 19:20:57 +0000 (19:20 +0000)]
Update CommandLineParser class: move method's definition from header to source
Maria Dimashova [Mon, 30 May 2011 16:20:17 +0000 (16:20 +0000)]
fixed sample
Maria Dimashova [Mon, 30 May 2011 15:11:34 +0000 (15:11 +0000)]
Fixed #727
Alexey Spizhevoy [Mon, 30 May 2011 14:12:20 +0000 (14:12 +0000)]
updated default params for preview mode (opencv_stitching)
Alexander Shishkov [Mon, 30 May 2011 14:08:43 +0000 (14:08 +0000)]
fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573)
added ignore linker flags for opencv2_python
Alexander Shishkov [Mon, 30 May 2011 13:32:57 +0000 (13:32 +0000)]
fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573)
Andrey Kamaev [Mon, 30 May 2011 13:12:01 +0000 (13:12 +0000)]
Tegra optimization of cv::threshold
Vadim Pisarevsky [Mon, 30 May 2011 12:36:07 +0000 (12:36 +0000)]
added optional encoding parameter to cvOpenFileStorage() and FileStorage::open() (ticket #976). moved some implementation parts of CommandLineParser to cmdparser.cpp.
Alexey Spizhevoy [Mon, 30 May 2011 10:19:11 +0000 (10:19 +0000)]
minor change
Alexey Spizhevoy [Mon, 30 May 2011 10:18:02 +0000 (10:18 +0000)]
added --blend_strength parameter into opencv_stitching
Maria Dimashova [Mon, 30 May 2011 09:11:27 +0000 (09:11 +0000)]
fixed drawKeypoints (keypoint orientation)
Ilya Lysenkov [Mon, 30 May 2011 09:02:17 +0000 (09:02 +0000)]
Fixed #797.
Ilya Lysenkov [Mon, 30 May 2011 08:01:09 +0000 (08:01 +0000)]
Fixed #886
Alexey Spizhevoy [Mon, 30 May 2011 07:07:37 +0000 (07:07 +0000)]
updated help message (opencv_stitching)
Ilya Lysenkov [Mon, 30 May 2011 06:54:59 +0000 (06:54 +0000)]
Added drawing of a new image for debugging of the SimpleBlobDetector class.
Ilya Lysenkov [Mon, 30 May 2011 06:18:52 +0000 (06:18 +0000)]
Fixed #1063
Alexey Spizhevoy [Mon, 30 May 2011 05:29:42 +0000 (05:29 +0000)]
updated --help message (opencv_stitching)