Vadim Pisarevsky [Fri, 26 Nov 2010 18:25:30 +0000 (18:25 +0000)]
fixed warnings and errors reported by VS2010
Vadim Pisarevsky [Fri, 26 Nov 2010 18:01:16 +0000 (18:01 +0000)]
update the old and the new-style headers after moving some old stuff to the legacy
Vadim Pisarevsky [Fri, 26 Nov 2010 17:59:40 +0000 (17:59 +0000)]
use the new-style headers in the samples to improve OpenCV build time.
Vadim Pisarevsky [Fri, 26 Nov 2010 17:58:20 +0000 (17:58 +0000)]
moved some old stuff to the legacy module; merge "compat_c.h" headers and moved to the legacy as well. moved implementation of many non-critical/obsolete inline functions and methods to .cpp to improve Opencv build time
Anatoly Baksheev [Fri, 26 Nov 2010 17:24:12 +0000 (17:24 +0000)]
1) gpu test refactoring.
2) fixed gpu bm test fail
3) CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3)
Alexey Spizhevoy [Fri, 26 Nov 2010 17:12:48 +0000 (17:12 +0000)]
added first version of gpu::countNonZero for all data types, it doesn't support compute capability 1.0 yet, also fixed some little bugs
Anatoly Baksheev [Fri, 26 Nov 2010 15:51:43 +0000 (15:51 +0000)]
restored version check (VERSION_VAR)
Maria Dimashova [Fri, 26 Nov 2010 14:13:46 +0000 (14:13 +0000)]
updated test thresholds
Martin Baeum [Fri, 26 Nov 2010 13:19:42 +0000 (13:19 +0000)]
remove spurious VERSION_VAR (fixes #711)
Maria Dimashova [Fri, 26 Nov 2010 12:15:08 +0000 (12:15 +0000)]
fixed warnings of gcc
Maria Dimashova [Fri, 26 Nov 2010 12:06:07 +0000 (12:06 +0000)]
minor addition to SURF doc (#188)
Maria Dimashova [Fri, 26 Nov 2010 10:57:01 +0000 (10:57 +0000)]
made MaskPredicate safer (#419)
Maria Dimashova [Fri, 26 Nov 2010 10:35:48 +0000 (10:35 +0000)]
fixed warnings under win32
Maria Dimashova [Fri, 26 Nov 2010 08:43:27 +0000 (08:43 +0000)]
minor changes of f2d tests log
Alexey Spizhevoy [Fri, 26 Nov 2010 07:50:11 +0000 (07:50 +0000)]
added support of buffers into gpu::minMaxLoc, reduced memory requirements, refactored
Vadim Pisarevsky [Thu, 25 Nov 2010 23:16:32 +0000 (23:16 +0000)]
fixed the ordering of parameters in PyArg_ParseTupleAndKeywords, added correct Ptr<CvDTreeSplit>::delete_obj() (ticket #406)
Vadim Pisarevsky [Thu, 25 Nov 2010 23:12:37 +0000 (23:12 +0000)]
updated installation package for Windows
Vadim Pisarevsky [Thu, 25 Nov 2010 21:22:30 +0000 (21:22 +0000)]
deleted obsolete scripts
Vadim Pisarevsky [Thu, 25 Nov 2010 18:32:40 +0000 (18:32 +0000)]
fixed problem with missing minMaxIdx (ticket #703)
Maria Dimashova [Thu, 25 Nov 2010 17:44:16 +0000 (17:44 +0000)]
update features2d documentation after changes create functions and DynamicAdaptedFeatureDetector
Vadim Pisarevsky [Thu, 25 Nov 2010 16:55:46 +0000 (16:55 +0000)]
fixed multiple warnings from VS2010.
Maria Dimashova [Thu, 25 Nov 2010 15:59:37 +0000 (15:59 +0000)]
added tests for some detectors; made features2d object create functions as static classes methods; fixed OpponentColorDescriptorExtractor, BriefDescriptorExtractor (on rgb); renamed DynamicDetector
Alexey Spizhevoy [Thu, 25 Nov 2010 11:52:15 +0000 (11:52 +0000)]
fixed compile time errors in gpu module (if one compiles without CUDA)
Anatoly Baksheev [Thu, 25 Nov 2010 11:40:04 +0000 (11:40 +0000)]
include gpu tests in dally build
Vadim Pisarevsky [Thu, 25 Nov 2010 10:52:57 +0000 (10:52 +0000)]
renamed PooledAllocator::malloc to PooledAllocator::allocateBytes, Matrix::free to Matrix::release to avoid conflicts with VisualStudio
Anatoly Baksheev [Thu, 25 Nov 2010 10:42:09 +0000 (10:42 +0000)]
cuda+npp version check at configure time.
Vadim Pisarevsky [Thu, 25 Nov 2010 10:33:25 +0000 (10:33 +0000)]
fixed 2 warnings from VS2010 64-bit
Alexey Spizhevoy [Thu, 25 Nov 2010 10:19:06 +0000 (10:19 +0000)]
added buf support into gpu::minMax
Vadim Pisarevsky [Thu, 25 Nov 2010 10:05:03 +0000 (10:05 +0000)]
fifixed compile problem on VS2010 64-bit. fixed L1 and L2 distances
Alexey Spizhevoy [Thu, 25 Nov 2010 09:57:02 +0000 (09:57 +0000)]
optimized memory requirements for gpu::minMax's buffers, added support of compute capability 1.0
Maria Dimashova [Thu, 25 Nov 2010 09:22:22 +0000 (09:22 +0000)]
fixed compile error under win32
Anatoly Baksheev [Thu, 25 Nov 2010 08:42:12 +0000 (08:42 +0000)]
npp version check
Gary Bradski [Thu, 25 Nov 2010 02:48:18 +0000 (02:48 +0000)]
clarified docs
Gary Bradski [Thu, 25 Nov 2010 02:41:22 +0000 (02:41 +0000)]
created help function, added more docs
Ethan Rublee [Thu, 25 Nov 2010 00:42:11 +0000 (00:42 +0000)]
renaming the filestorage_sample - getting rid of redundant _sample postfix
Ethan Rublee [Thu, 25 Nov 2010 00:40:52 +0000 (00:40 +0000)]
renaming the cvout_sample.cpp to cout_mat.cpp
Ethan Rublee [Thu, 25 Nov 2010 00:39:43 +0000 (00:39 +0000)]
adding two simple templates
Ethan Rublee [Thu, 25 Nov 2010 00:39:17 +0000 (00:39 +0000)]
renaming cvstarter and breaking it appart
Vadim Pisarevsky [Wed, 24 Nov 2010 22:54:52 +0000 (22:54 +0000)]
added user mode selection (thanks to tito for the patch, ticket #563)
Vadim Pisarevsky [Wed, 24 Nov 2010 19:50:52 +0000 (19:50 +0000)]
pass the correct rgb->gray coefficients to PNG decoder, to match cvtColor's.
Anatoly Baksheev [Wed, 24 Nov 2010 18:44:11 +0000 (18:44 +0000)]
added version detection for NPP
Ethan Rublee [Wed, 24 Nov 2010 16:41:28 +0000 (16:41 +0000)]
Adding the simplest opencv starter. This may be a good template or turn into
a good template for people to start quickly with image lists and video processing
Ethan Rublee [Wed, 24 Nov 2010 16:39:13 +0000 (16:39 +0000)]
adding a check for if the first arg is an image - annoying if it overwrites
your files if you put in the wrong params.
Maria Dimashova [Wed, 24 Nov 2010 16:03:11 +0000 (16:03 +0000)]
added to DetectorExtractor test the check of compute() on empty data. Added test for BRIEF.
Maria Dimashova [Wed, 24 Nov 2010 13:00:23 +0000 (13:00 +0000)]
added to FeatureDetector test the check of detect() on empty data
Alexey Spizhevoy [Wed, 24 Nov 2010 11:40:14 +0000 (11:40 +0000)]
added minMaxLoc function into gpu module
Vadim Pisarevsky [Wed, 24 Nov 2010 09:46:46 +0000 (09:46 +0000)]
fixed canny test; fixed mhi-global test & implementation (hopefully, for the last time); added sse 4.1 & 4.2 support (not working in Xcode for some reason); moved splineInterpolation to color.cpp; fixed a few bugs in documentation
Anatoly Baksheev [Wed, 24 Nov 2010 09:43:17 +0000 (09:43 +0000)]
1) more convenient naming for samples gpu
2) added mask support to device 'transform' function
3) sample hog gpu: waitKey(1) -> waitKey(3), in other case image is not displayed.
Anatoly Baksheev [Wed, 24 Nov 2010 09:36:18 +0000 (09:36 +0000)]
just for more convenient naming
Alexey Spizhevoy [Wed, 24 Nov 2010 09:19:11 +0000 (09:19 +0000)]
optimized gpu::minMax a little
Alexey Spizhevoy [Wed, 24 Nov 2010 09:03:37 +0000 (09:03 +0000)]
added support of multichannel matrices in gpu::minMax
Alexey Spizhevoy [Wed, 24 Nov 2010 08:55:52 +0000 (08:55 +0000)]
added support of all data types into gpu::minMax
Vladislav Vinogradov [Wed, 24 Nov 2010 08:39:52 +0000 (08:39 +0000)]
fixed bug in StereoConstantSpaceBP - missing load max_data_term to constant memory
Gary Bradski [Wed, 24 Nov 2010 06:10:07 +0000 (06:10 +0000)]
Explaining the << cv::Mat out capabilities
Gary Bradski [Wed, 24 Nov 2010 06:03:21 +0000 (06:03 +0000)]
find and drawContours doc
Gary Bradski [Wed, 24 Nov 2010 05:51:04 +0000 (05:51 +0000)]
described
Ethan Rublee [Wed, 24 Nov 2010 03:23:51 +0000 (03:23 +0000)]
working on the dynamic detectors documentation.
Gary Bradski [Wed, 24 Nov 2010 02:35:10 +0000 (02:35 +0000)]
Docs for using BRIEF in features2d
Gary Bradski [Wed, 24 Nov 2010 01:44:36 +0000 (01:44 +0000)]
added and moved docs
Gary Bradski [Wed, 24 Nov 2010 01:09:50 +0000 (01:09 +0000)]
Fleshed out file docs for train and test on PASCAL VOC. This sample need simplification
Ethan Rublee [Tue, 23 Nov 2010 23:19:52 +0000 (23:19 +0000)]
Adding a .tex document for the dynamic feature detectors
Ethan Rublee [Tue, 23 Nov 2010 22:45:49 +0000 (22:45 +0000)]
Continue to refeactor the dynamic stuff - may have broken build on last commit.
Fairly certain that it builds now.
Ethan Rublee [Tue, 23 Nov 2010 22:26:36 +0000 (22:26 +0000)]
refactoring dynamic detectors
Maria Dimashova [Tue, 23 Nov 2010 17:00:55 +0000 (17:00 +0000)]
updated documentation on features2d; minor features2d changes
Ethan Rublee [Tue, 23 Nov 2010 16:47:30 +0000 (16:47 +0000)]
Adding stubb of documentation for the Dynamic feature detectors
Vadim Pisarevsky [Tue, 23 Nov 2010 16:39:20 +0000 (16:39 +0000)]
added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs
Alexander Shishkov [Tue, 23 Nov 2010 16:19:08 +0000 (16:19 +0000)]
moved failed tests to blacklists:
mhi-global //ticket 457
canny //ticket 702
Anatoly Baksheev [Tue, 23 Nov 2010 10:01:16 +0000 (10:01 +0000)]
now opencv_tests_gpu takes path to tesdata from OPENCV_TEST_DATA_PATH
Vladislav Vinogradov [Tue, 23 Nov 2010 09:00:32 +0000 (09:00 +0000)]
fixed compile errors
Vladislav Vinogradov [Tue, 23 Nov 2010 08:21:26 +0000 (08:21 +0000)]
deleted NPP_VERSION and NPP_HAVE_COMPLEX_TYPE macros, because last NPP supports complex types under linux
Gary Bradski [Tue, 23 Nov 2010 08:13:53 +0000 (08:13 +0000)]
forgot to escape after 'help'
Gary Bradski [Tue, 23 Nov 2010 08:09:06 +0000 (08:09 +0000)]
minor docs and help code at top
Gary Bradski [Tue, 23 Nov 2010 03:18:31 +0000 (03:18 +0000)]
added more documenation
Ethan Rublee [Tue, 23 Nov 2010 00:06:33 +0000 (00:06 +0000)]
fix little warning - opencv2/imgproc/types_c.h:235: warning: comma at end of enumerator list
Ethan Rublee [Mon, 22 Nov 2010 23:59:25 +0000 (23:59 +0000)]
Adding some dynamic feature detectors...
Ethan Rublee [Mon, 22 Nov 2010 22:48:52 +0000 (22:48 +0000)]
patch from ticket #699 added
Vadim Pisarevsky [Mon, 22 Nov 2010 21:05:22 +0000 (21:05 +0000)]
added type selection in the Kalman filter (thanks to Nghia Ho for the patch; see ticket #693)
Maria Dimashova [Mon, 22 Nov 2010 18:27:08 +0000 (18:27 +0000)]
refactored features2d and sample on matching to many images
Vadim Pisarevsky [Mon, 22 Nov 2010 17:37:29 +0000 (17:37 +0000)]
added 64f support in cv::resize
Vadim Pisarevsky [Mon, 22 Nov 2010 17:02:51 +0000 (17:02 +0000)]
integrated multi-threaded version of SURF (thanks to imahon and yvo2m for the patch; see ticket #275)
Alexey Spizhevoy [Mon, 22 Nov 2010 16:46:49 +0000 (16:46 +0000)]
fixed compiling bug under g++ in gpi HOG sample
Alexey Spizhevoy [Mon, 22 Nov 2010 16:21:49 +0000 (16:21 +0000)]
fixed compile bug under g++
Vadim Pisarevsky [Mon, 22 Nov 2010 15:32:18 +0000 (15:32 +0000)]
fixes bugs #624 and #625 (thanks to chaene!)
Vadim Pisarevsky [Mon, 22 Nov 2010 15:22:13 +0000 (15:22 +0000)]
fixed background image reader (thanks to albertzeyer for the patch - ticket #651)
Alexey Spizhevoy [Mon, 22 Nov 2010 14:13:23 +0000 (14:13 +0000)]
fixed scaling in gpu HOG
Vadim Pisarevsky [Mon, 22 Nov 2010 13:07:43 +0000 (13:07 +0000)]
add protection against EAGAIN error in the streams (thanks to vrabaud for the patch - ticket #553)
Vadim Pisarevsky [Mon, 22 Nov 2010 12:53:11 +0000 (12:53 +0000)]
another fix on the ticket #518 - ignore all the circles with radius outside of the specified range
Vadim Pisarevsky [Mon, 22 Nov 2010 12:16:38 +0000 (12:16 +0000)]
decreased the lower canny threshold in HoughCircles, helps to detect some circles in low-contrast images (ticket #518)
Alexey Spizhevoy [Mon, 22 Nov 2010 09:39:34 +0000 (09:39 +0000)]
added masks support for bitwise operations on GPU
Vadim Pisarevsky [Sun, 21 Nov 2010 21:50:45 +0000 (21:50 +0000)]
added 16-bit tiff support, enabled LZW codec in tiff (tickets #588, #590)
Vadim Pisarevsky [Sun, 21 Nov 2010 13:54:19 +0000 (13:54 +0000)]
probably fixed the bug in ANN::calc_output_scale with update_weights=true (ticket #558)
Vadim Pisarevsky [Sun, 21 Nov 2010 13:09:37 +0000 (13:09 +0000)]
avoid use of writable global variables in V4L capturing module (thanks to fjmadrid for the patch! - see the ticket #384)
Ethan Rublee [Sat, 20 Nov 2010 21:37:09 +0000 (21:37 +0000)]
Adding two samples that deal with FileStorage - useful for creating image lists
Andrey Morozov [Sat, 20 Nov 2010 14:41:28 +0000 (14:41 +0000)]
fixed compilation error and warnings under ubuntu
Vadim Pisarevsky [Sat, 20 Nov 2010 13:16:16 +0000 (13:16 +0000)]
fixes Mat::empty() and Mat::create() in the case of zero sizes (ticket #691)
Vadim Pisarevsky [Sat, 20 Nov 2010 12:59:46 +0000 (12:59 +0000)]
in the case of GCC always build jcdctmgr.c with "-O1" (ticket #519)
Vadim Pisarevsky [Sat, 20 Nov 2010 12:39:52 +0000 (12:39 +0000)]
removed memset in cv::pyrMeanShiftFiltering (ticket #664)
Vadim Pisarevsky [Sat, 20 Nov 2010 12:34:16 +0000 (12:34 +0000)]
incorporated several critical fixes in EM implementation from Albert G (ticket #264)
Vadim Pisarevsky [Sat, 20 Nov 2010 12:29:57 +0000 (12:29 +0000)]
added flann
Vadim Pisarevsky [Sat, 20 Nov 2010 12:22:24 +0000 (12:22 +0000)]
raised error threshold in filter-generic test. re-enabled mhi-global & filter-generic tests