platform/upstream/opencv.git
13 years agoadded version detection for NPP
Anatoly Baksheev [Wed, 24 Nov 2010 18:44:11 +0000 (18:44 +0000)]
added version detection for NPP

13 years agoAdding the simplest opencv starter. This may be a good template or turn into
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

13 years agoadding a check for if the first arg is an image - annoying if it overwrites
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.

13 years agoadded to DetectorExtractor test the check of compute() on empty data. Added test...
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.

13 years agoadded to FeatureDetector test the check of detect() on empty data
Maria Dimashova [Wed, 24 Nov 2010 13:00:23 +0000 (13:00 +0000)]
added to FeatureDetector test the check of detect() on empty data

13 years agoadded minMaxLoc function into gpu module
Alexey Spizhevoy [Wed, 24 Nov 2010 11:40:14 +0000 (11:40 +0000)]
added minMaxLoc function into gpu module

13 years agofixed canny test; fixed mhi-global test & implementation (hopefully, for the last...
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

13 years ago1) more convenient naming for samples gpu
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.

13 years agojust for more convenient naming
Anatoly Baksheev [Wed, 24 Nov 2010 09:36:18 +0000 (09:36 +0000)]
just for more convenient naming

13 years agooptimized gpu::minMax a little
Alexey Spizhevoy [Wed, 24 Nov 2010 09:19:11 +0000 (09:19 +0000)]
optimized gpu::minMax a little

13 years agoadded support of multichannel matrices in gpu::minMax
Alexey Spizhevoy [Wed, 24 Nov 2010 09:03:37 +0000 (09:03 +0000)]
added support of multichannel matrices in gpu::minMax

13 years agoadded support of all data types into gpu::minMax
Alexey Spizhevoy [Wed, 24 Nov 2010 08:55:52 +0000 (08:55 +0000)]
added support of all data types into gpu::minMax

13 years agofixed bug in StereoConstantSpaceBP - missing load max_data_term to constant memory
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

13 years agoExplaining the << cv::Mat out capabilities
Gary Bradski [Wed, 24 Nov 2010 06:10:07 +0000 (06:10 +0000)]
Explaining the << cv::Mat out capabilities

13 years agofind and drawContours doc
Gary Bradski [Wed, 24 Nov 2010 06:03:21 +0000 (06:03 +0000)]
find and drawContours doc

13 years agodescribed
Gary Bradski [Wed, 24 Nov 2010 05:51:04 +0000 (05:51 +0000)]
described

13 years agoworking on the dynamic detectors documentation.
Ethan Rublee [Wed, 24 Nov 2010 03:23:51 +0000 (03:23 +0000)]
working on the dynamic detectors documentation.

13 years agoDocs for using BRIEF in features2d
Gary Bradski [Wed, 24 Nov 2010 02:35:10 +0000 (02:35 +0000)]
Docs for using BRIEF in features2d

13 years agoadded and moved docs
Gary Bradski [Wed, 24 Nov 2010 01:44:36 +0000 (01:44 +0000)]
added and moved docs

13 years agoFleshed out file docs for train and test on PASCAL VOC. This sample need simplification
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

13 years agoAdding a .tex document for the dynamic feature detectors
Ethan Rublee [Tue, 23 Nov 2010 23:19:52 +0000 (23:19 +0000)]
Adding a .tex document for the dynamic feature detectors

13 years agoContinue to refeactor the dynamic stuff - may have broken build on last commit.
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.

13 years agorefactoring dynamic detectors
Ethan Rublee [Tue, 23 Nov 2010 22:26:36 +0000 (22:26 +0000)]
refactoring dynamic detectors

13 years agoupdated documentation on features2d; minor features2d changes
Maria Dimashova [Tue, 23 Nov 2010 17:00:55 +0000 (17:00 +0000)]
updated documentation on features2d; minor features2d changes

13 years agoAdding stubb of documentation for the Dynamic feature detectors
Ethan Rublee [Tue, 23 Nov 2010 16:47:30 +0000 (16:47 +0000)]
Adding stubb of documentation for the Dynamic feature detectors

13 years agoadded hconcat & vconcat functions for joining matrices; moved some inline functions...
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

13 years agomoved failed tests to blacklists:
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

13 years agonow opencv_tests_gpu takes path to tesdata from OPENCV_TEST_DATA_PATH
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

13 years agofixed compile errors
Vladislav Vinogradov [Tue, 23 Nov 2010 09:00:32 +0000 (09:00 +0000)]
fixed compile errors

13 years agodeleted NPP_VERSION and NPP_HAVE_COMPLEX_TYPE macros, because last NPP supports compl...
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

13 years agoforgot to escape after 'help'
Gary Bradski [Tue, 23 Nov 2010 08:13:53 +0000 (08:13 +0000)]
forgot to escape after 'help'

13 years agominor docs and help code at top
Gary Bradski [Tue, 23 Nov 2010 08:09:06 +0000 (08:09 +0000)]
minor docs and help code at top

13 years agoadded more documenation
Gary Bradski [Tue, 23 Nov 2010 03:18:31 +0000 (03:18 +0000)]
added more documenation

13 years agofix little warning - opencv2/imgproc/types_c.h:235: warning: comma at end of enumerat...
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

13 years agoAdding some dynamic feature detectors...
Ethan Rublee [Mon, 22 Nov 2010 23:59:25 +0000 (23:59 +0000)]
Adding some dynamic feature detectors...

13 years agopatch from ticket #699 added
Ethan Rublee [Mon, 22 Nov 2010 22:48:52 +0000 (22:48 +0000)]
patch from ticket #699 added

13 years agoadded type selection in the Kalman filter (thanks to Nghia Ho for the patch; see...
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)

13 years agorefactored features2d and sample on matching to many images
Maria Dimashova [Mon, 22 Nov 2010 18:27:08 +0000 (18:27 +0000)]
refactored features2d and sample on matching to many images

13 years agoadded 64f support in cv::resize
Vadim Pisarevsky [Mon, 22 Nov 2010 17:37:29 +0000 (17:37 +0000)]
added 64f support in cv::resize

13 years agointegrated multi-threaded version of SURF (thanks to imahon and yvo2m for the patch...
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)

13 years agofixed compiling bug under g++ in gpi HOG sample
Alexey Spizhevoy [Mon, 22 Nov 2010 16:46:49 +0000 (16:46 +0000)]
fixed compiling bug under g++ in gpi HOG sample

13 years agofixed compile bug under g++
Alexey Spizhevoy [Mon, 22 Nov 2010 16:21:49 +0000 (16:21 +0000)]
fixed compile bug under g++

13 years agofixes bugs #624 and #625 (thanks to chaene!)
Vadim Pisarevsky [Mon, 22 Nov 2010 15:32:18 +0000 (15:32 +0000)]
fixes bugs #624 and #625 (thanks to chaene!)

13 years agofixed background image reader (thanks to albertzeyer for the patch - ticket #651)
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)

13 years agofixed scaling in gpu HOG
Alexey Spizhevoy [Mon, 22 Nov 2010 14:13:23 +0000 (14:13 +0000)]
fixed scaling in gpu HOG

13 years agoadd protection against EAGAIN error in the streams (thanks to vrabaud for the patch...
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)

13 years agoanother fix on the ticket #518 - ignore all the circles with radius outside of the...
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

13 years agodecreased the lower canny threshold in HoughCircles, helps to detect some circles...
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)

13 years agoadded masks support for bitwise operations on GPU
Alexey Spizhevoy [Mon, 22 Nov 2010 09:39:34 +0000 (09:39 +0000)]
added masks support for bitwise operations on GPU

13 years agoadded 16-bit tiff support, enabled LZW codec in tiff (tickets #588, #590)
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)

13 years agoprobably fixed the bug in ANN::calc_output_scale with update_weights=true (ticket...
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)

13 years agoavoid use of writable global variables in V4L capturing module (thanks to fjmadrid...
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)

13 years agoAdding two samples that deal with FileStorage - useful for creating image lists
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

13 years agofixed compilation error and warnings under ubuntu
Andrey Morozov [Sat, 20 Nov 2010 14:41:28 +0000 (14:41 +0000)]
fixed compilation error and warnings under ubuntu

13 years agofixes Mat::empty() and Mat::create() in the case of zero sizes (ticket #691)
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)

13 years agoin the case of GCC always build jcdctmgr.c with "-O1" (ticket #519)
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)

13 years agoremoved memset in cv::pyrMeanShiftFiltering (ticket #664)
Vadim Pisarevsky [Sat, 20 Nov 2010 12:39:52 +0000 (12:39 +0000)]
removed memset in cv::pyrMeanShiftFiltering (ticket #664)

13 years agoincorporated several critical fixes in EM implementation from Albert G (ticket #264)
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)

13 years agoadded flann
Vadim Pisarevsky [Sat, 20 Nov 2010 12:29:57 +0000 (12:29 +0000)]
added flann

13 years agoraised error threshold in filter-generic test. re-enabled mhi-global & filter-generic...
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

13 years agoyet another fix in mhi-global test (ticket #457)
Vadim Pisarevsky [Sat, 20 Nov 2010 12:19:22 +0000 (12:19 +0000)]
yet another fix in mhi-global test (ticket #457)

13 years agofixed some GCC 4.4 warnings
Vadim Pisarevsky [Sat, 20 Nov 2010 12:05:28 +0000 (12:05 +0000)]
fixed some GCC 4.4 warnings

13 years agodoc what cvout_sample does
Gary Bradski [Sat, 20 Nov 2010 02:04:41 +0000 (02:04 +0000)]
doc what cvout_sample does

13 years agoUpdated for building in latexsphinx directory
Gary Bradski [Fri, 19 Nov 2010 22:19:00 +0000 (22:19 +0000)]
Updated for building in latexsphinx directory

13 years agomoved failed tests to blacklists
Alexander Shishkov [Fri, 19 Nov 2010 14:29:37 +0000 (14:29 +0000)]
moved failed tests to blacklists
filter-generic - ticket 690
mhi-global - ticket 457

fixed issue 689

13 years agoadded support of different descriptor formats into gpu HOGDescriptor
Alexey Spizhevoy [Fri, 19 Nov 2010 12:06:11 +0000 (12:06 +0000)]
added support of different descriptor formats into gpu HOGDescriptor

13 years agoadded bitwise operations into gpu module
Alexey Spizhevoy [Fri, 19 Nov 2010 10:19:35 +0000 (10:19 +0000)]
added bitwise operations into gpu module

13 years agoAdded description, fixed missing >
Gary Bradski [Fri, 19 Nov 2010 06:58:37 +0000 (06:58 +0000)]
Added description, fixed missing >

13 years agoLANCZOS4 interpolation constant added to C interface
Vadim Pisarevsky [Thu, 18 Nov 2010 22:04:32 +0000 (22:04 +0000)]
LANCZOS4 interpolation constant added to C interface

13 years agoextended cv::convertPointsHomogeneous to handle 4D input. corrected documentation
Vadim Pisarevsky [Thu, 18 Nov 2010 22:03:20 +0000 (22:03 +0000)]
extended cv::convertPointsHomogeneous to handle 4D input. corrected documentation

13 years agoDataType::generic renamed to DataType::generic_type (ticket #681)
Vadim Pisarevsky [Thu, 18 Nov 2010 10:54:12 +0000 (10:54 +0000)]
DataType::generic renamed to DataType::generic_type (ticket #681)

13 years agoadded getDescriptors support into gpu HOG, also added commented test for this feature
Alexey Spizhevoy [Thu, 18 Nov 2010 09:22:23 +0000 (09:22 +0000)]
added getDescriptors support into gpu HOG, also added commented test for this feature

13 years agoadded max window size parameter for cascade classifier
Kirill Kornyakov [Thu, 18 Nov 2010 09:10:47 +0000 (09:10 +0000)]
added max window size parameter for cascade classifier

13 years agoadded getDescriptors function (draft version)
Alexey Spizhevoy [Wed, 17 Nov 2010 17:10:23 +0000 (17:10 +0000)]
added getDescriptors function (draft version)

13 years agoadded different win_stride values feature into gpu HOG, refactored gpu HOG sample
Alexey Spizhevoy [Wed, 17 Nov 2010 14:11:30 +0000 (14:11 +0000)]
added different win_stride values feature into gpu HOG, refactored gpu HOG sample

13 years agorefactored hog GPU
Alexey Spizhevoy [Wed, 17 Nov 2010 13:02:31 +0000 (13:02 +0000)]
refactored hog GPU

13 years agoadded gpu HOG sample
Alexey Spizhevoy [Wed, 17 Nov 2010 12:49:53 +0000 (12:49 +0000)]
added gpu HOG sample

13 years agoadded getPeopleDetector_48x96 into gpu HOG
Alexey Spizhevoy [Wed, 17 Nov 2010 08:31:24 +0000 (08:31 +0000)]
added getPeopleDetector_48x96 into gpu HOG

13 years agoadded operator != for some basic structures (ticket #678)
Vadim Pisarevsky [Tue, 16 Nov 2010 16:58:40 +0000 (16:58 +0000)]
added operator != for some basic structures (ticket #678)

13 years agofixed wrapper generation
Vadim Pisarevsky [Tue, 16 Nov 2010 16:52:20 +0000 (16:52 +0000)]
fixed wrapper generation

13 years agoupdated some included headers
Maria Dimashova [Tue, 16 Nov 2010 16:34:27 +0000 (16:34 +0000)]
updated some included headers

13 years agoupdated user prompt and included headers
Maria Dimashova [Tue, 16 Nov 2010 16:01:56 +0000 (16:01 +0000)]
updated user prompt and included headers

13 years agofixed linker error undo mingw (#657)
Maria Dimashova [Tue, 16 Nov 2010 15:42:31 +0000 (15:42 +0000)]
fixed linker error undo mingw (#657)

13 years agoremoved unnecessary fix
Maria Dimashova [Tue, 16 Nov 2010 15:27:40 +0000 (15:27 +0000)]
removed unnecessary fix

13 years agoadded default detector for winSize(64,128) for hog on gpu
Anatoly Baksheev [Tue, 16 Nov 2010 12:33:19 +0000 (12:33 +0000)]
added default detector for winSize(64,128) for hog on gpu

13 years agominor fix
Vladislav Vinogradov [Tue, 16 Nov 2010 07:40:37 +0000 (07:40 +0000)]
minor fix

13 years agofixed big in gpu::HOGDescriptor, added property into CPU's HOGDescriptor
Alexey Spizhevoy [Tue, 16 Nov 2010 07:40:32 +0000 (07:40 +0000)]
fixed big in gpu::HOGDescriptor, added property into CPU's HOGDescriptor

13 years agofixed duplicated external symbols in the static version of OpenCV
Vadim Pisarevsky [Mon, 15 Nov 2010 21:23:14 +0000 (21:23 +0000)]
fixed duplicated external symbols in the static version of OpenCV

13 years agokeep the SURFPoint.laplacian as KeyPoint.class_id (ticket #341)
Vadim Pisarevsky [Mon, 15 Nov 2010 21:08:28 +0000 (21:08 +0000)]
keep the SURFPoint.laplacian as KeyPoint.class_id (ticket #341)

13 years agomapstep type was also changed to ptrdiff_t (ticket #157)
Vadim Pisarevsky [Mon, 15 Nov 2010 20:59:09 +0000 (20:59 +0000)]
mapstep type was also changed to ptrdiff_t (ticket #157)

13 years agotry to make a more elegant workaround for the incorrectly generated code in Canny...
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)

13 years agoadded range check in the keypoint interpolation in SURF algorithm (ticket #497)
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)

13 years agoremoved cv prefix
Vadim Pisarevsky [Mon, 15 Nov 2010 20:09:55 +0000 (20:09 +0000)]
removed cv prefix

13 years agosmall brief edit, was trying to allow user to pass integral image but this introduced...
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.

13 years agoFixing a small error in compilation for gpu - anatoly should review.
Ethan Rublee [Mon, 15 Nov 2010 17:42:34 +0000 (17:42 +0000)]
Fixing a small error in compilation for gpu - anatoly should review.

13 years agoextended out << mat/vec operators; added opencv license
Vadim Pisarevsky [Mon, 15 Nov 2010 17:40:57 +0000 (17:40 +0000)]
extended out << mat/vec operators; added opencv license

13 years agofixed error reporting in GPU module (exceptions in destructors, etc)
Anatoly Baksheev [Mon, 15 Nov 2010 16:22:52 +0000 (16:22 +0000)]
fixed error reporting in GPU module (exceptions in destructors, etc)

13 years agofixed compilation error under nvcc
Anatoly Baksheev [Mon, 15 Nov 2010 13:51:48 +0000 (13:51 +0000)]
fixed compilation error under nvcc

13 years agofixed some bugs, added tests for gpu::HOGDescriptor
Alexey Spizhevoy [Mon, 15 Nov 2010 12:51:30 +0000 (12:51 +0000)]
fixed some bugs, added tests for gpu::HOGDescriptor

13 years agoadded HOGDescriptor on GPU
Alexey Spizhevoy [Mon, 15 Nov 2010 11:01:56 +0000 (11:01 +0000)]
added HOGDescriptor on GPU