profile/ivi/opencv.git
11 years agoMerge branch 'master' of git://code.opencv.org/opencv
niko [Fri, 3 Aug 2012 06:09:04 +0000 (14:09 +0800)]
Merge branch 'master' of git://code.opencv.org/opencv

11 years agoperformance and bug fix for addWeighted cartToPolar div exp log resize setTo
niko [Fri, 3 Aug 2012 06:08:36 +0000 (14:08 +0800)]
performance and bug fix for addWeighted cartToPolar div exp log resize setTo
add channel 3 support
add fast way Between CPU and GPU for the data which is aligned

11 years agoparallel version of bilateral filter was implemented using parallel_for_
Ilya Lavrenov [Thu, 2 Aug 2012 12:25:30 +0000 (16:25 +0400)]
parallel version of bilateral filter was implemented using parallel_for_

11 years agofixed 2228
marina.kolpakova [Thu, 2 Aug 2012 09:18:55 +0000 (13:18 +0400)]
fixed 2228

11 years agofacerec.cpp: Removed Original LBP wrapper, because it is not in use and therefore...
Philipp Wagner [Tue, 31 Jul 2012 19:54:48 +0000 (21:54 +0200)]
facerec.cpp: Removed Original LBP wrapper, because it is not in use and therefore generates a warning.

11 years agofacerec.cpp: Added an exception to the LBP extraction, so now a meaningful exception...
Philipp Wagner [Tue, 31 Jul 2012 19:50:46 +0000 (21:50 +0200)]
facerec.cpp: Added an exception to the LBP extraction, so now a meaningful exception is thrown if the wrong image type was given. Thanks to Eric Christiansen for reporting.

11 years agoMerge remote-tracking branch 'origin/master'
Vadim Pisarevsky [Tue, 31 Jul 2012 13:18:35 +0000 (17:18 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agoadded FAST<5/8> & FAST<7/12> (by Vincent Rabaud)
Vadim Pisarevsky [Tue, 31 Jul 2012 13:17:58 +0000 (17:17 +0400)]
added FAST<5/8> & FAST<7/12> (by Vincent Rabaud)

11 years agoShared libraries for native Android camera updated.
Alexander Smorkalov [Tue, 31 Jul 2012 08:23:48 +0000 (12:23 +0400)]
Shared libraries for native Android camera updated.

11 years agoWarning fix. ifdefs for 4.1.1 added.
Alexander Smorkalov [Tue, 31 Jul 2012 08:15:54 +0000 (12:15 +0400)]
Warning fix. ifdefs for 4.1.1 added.

11 years agoAndroid 4.1.1 native camera fix. BufferQueue class is used instaed of Surface texture...
Alexander Smorkalov [Tue, 31 Jul 2012 07:09:34 +0000 (11:09 +0400)]
Android 4.1.1 native camera fix. BufferQueue class is used instaed of Surface texture. Includes in cmake updated.

11 years agoadded gpu::graphcut for float sources (CUDA 5.0)
Vladislav Vinogradov [Tue, 31 Jul 2012 06:45:40 +0000 (10:45 +0400)]
added gpu::graphcut for float sources (CUDA 5.0)

11 years agoadded gpu alpha premultiplication
Vladislav Vinogradov [Tue, 31 Jul 2012 06:32:16 +0000 (10:32 +0400)]
added gpu alpha premultiplication

11 years agoadded gpu RGB<->Lab and BGR<->Luv conversions
Vladislav Vinogradov [Mon, 30 Jul 2012 14:24:52 +0000 (18:24 +0400)]
added gpu RGB<->Lab and BGR<->Luv conversions

11 years agoadded gpu BGR<->Lab and RGB<->Luv color conversion and gammaCorrection
Vladislav Vinogradov [Mon, 30 Jul 2012 11:18:48 +0000 (15:18 +0400)]
added gpu BGR<->Lab and RGB<->Luv color conversion and gammaCorrection

11 years agominor update (pictures resize removed, emulator screen-shot downscaled)
Andrey Pavlenko [Tue, 31 Jul 2012 08:31:23 +0000 (12:31 +0400)]
minor update (pictures resize removed, emulator screen-shot downscaled)

11 years agofacerec_demo.py: Updated contact mail address.
Philipp Wagner [Mon, 30 Jul 2012 17:31:49 +0000 (19:31 +0200)]
facerec_demo.py: Updated contact mail address.

11 years agoFaceRecognizer supports updating a model now. Documentation has been updated to refle...
Philipp Wagner [Mon, 30 Jul 2012 17:31:10 +0000 (19:31 +0200)]
FaceRecognizer supports updating a model now. Documentation has been updated to reflect latest changes.

11 years agomade countNonZero SSE code SSE2-compliant and portable
Vadim Pisarevsky [Mon, 30 Jul 2012 12:02:49 +0000 (16:02 +0400)]
made countNonZero SSE code SSE2-compliant and portable

11 years agofeature_homography.py:
Alexander Mordvintsev [Mon, 30 Jul 2012 08:39:41 +0000 (12:39 +0400)]
feature_homography.py:
building descriptor index on target capture
simple AR experiment (work in progress)

11 years agofix the compilation bugs
niko [Mon, 30 Jul 2012 06:34:36 +0000 (14:34 +0800)]
fix the compilation bugs

11 years agofacerec_demo.py: Shortened code. Final version.
Philipp Wagner [Mon, 30 Jul 2012 00:24:39 +0000 (02:24 +0200)]
facerec_demo.py: Shortened code. Final version.

11 years agofacerec_demo.py: Reworked demo to remove all matplotlib dependencies.
Philipp Wagner [Mon, 30 Jul 2012 00:18:27 +0000 (02:18 +0200)]
facerec_demo.py: Reworked demo to remove all matplotlib dependencies.

11 years agoMoved the facerec_demo.py to the wrong directory. Now moved to the python2 folder.
Philipp Wagner [Sun, 29 Jul 2012 23:18:58 +0000 (01:18 +0200)]
Moved the facerec_demo.py to the wrong directory. Now moved to the python2 folder.

11 years agoAdded the facerec_demo.py to show how to perform Face Recognition with the Python...
Philipp Wagner [Sun, 29 Jul 2012 23:16:38 +0000 (01:16 +0200)]
Added the facerec_demo.py to show how to perform Face Recognition with the Python module.

11 years agoUpdated the train method to be an InputArrayOfArrays, so the Python wrapper now gener...
Philipp Wagner [Sun, 29 Jul 2012 21:51:12 +0000 (23:51 +0200)]
Updated the train method to be an InputArrayOfArrays, so the Python wrapper now generates the correct code (and it works).

11 years agoUpdated the documentation to (1) reflect the latest changes and (2) answer some quest...
Philipp Wagner [Sun, 29 Jul 2012 21:16:51 +0000 (23:16 +0200)]
Updated the documentation to (1) reflect the latest changes and (2) answer some questions I were asked.

11 years agoFixed facerec_eigenfaces.cpp demo sample: it contained hardcoded values, which made...
Philipp Wagner [Sun, 29 Jul 2012 20:41:40 +0000 (22:41 +0200)]
Fixed facerec_eigenfaces.cpp demo sample: it contained hardcoded values, which made wrong element access possible. Fixed unsigned integer/signed integer warnings in facerec.cpp.

11 years agoMerge branch 'master' of git://code.opencv.org/opencv
Philipp Wagner [Sun, 29 Jul 2012 20:20:48 +0000 (22:20 +0200)]
Merge branch 'master' of git://code.opencv.org/opencv

11 years agoBug #2214: Fixed bug, when calling the train method multiple times. The Eigenfaces...
Philipp Wagner [Sun, 29 Jul 2012 20:20:07 +0000 (22:20 +0200)]
Bug #2214: Fixed bug, when calling the train method multiple times. The Eigenfaces and Fisherfaces method now re-estimate the model, the LBPH method appends the new data to the existing model.

11 years agocore/stat: fix build with 32-bit
Josh Doe [Sun, 29 Jul 2012 18:48:21 +0000 (14:48 -0400)]
core/stat: fix build with 32-bit

Optimization introduced in b782d8bb only works for 64-bit builds, but
ifdef failed to check for this.

11 years agoprint description in mosse.py
Alexander Mordvintesv [Sun, 29 Jul 2012 14:24:47 +0000 (17:24 +0300)]
print description in mosse.py

11 years agoadded MOSSE sample
Alexander Mordvintesv [Sun, 29 Jul 2012 14:21:49 +0000 (17:21 +0300)]
added MOSSE sample

11 years agospelling corrections, added aero images as a more impressive example for
Alexander Mordvintesv [Sun, 29 Jul 2012 13:26:22 +0000 (16:26 +0300)]
spelling corrections, added aero images as a more impressive example for
ASIFT

11 years agospelling corrections, added aero images as a more impressive example for
Alexander Mordvintesv [Sun, 29 Jul 2012 13:15:44 +0000 (16:15 +0300)]
spelling corrections, added aero images as a more impressive example for
ASIFT

12 years agofixed 2212
marina.kolpakova [Sat, 28 Jul 2012 09:05:40 +0000 (13:05 +0400)]
fixed 2212

12 years agopartly merged with sbromle/opencv fixes branch
marina.kolpakova [Fri, 27 Jul 2012 09:06:28 +0000 (13:06 +0400)]
partly merged with sbromle/opencv fixes branch

12 years agoasserted in LBPH code that images must have a single channel
Eric Christiansen [Thu, 26 Jul 2012 23:55:54 +0000 (16:55 -0700)]
asserted in LBPH code that images must have a single channel

12 years agoFix missing remainder of line.
Sam Bromley [Thu, 26 Jul 2012 15:16:51 +0000 (12:46 -0230)]
Fix missing remainder of line.

12 years agoProtect check of CV_SSE4_2 with #if defined.
Sam Bromley [Thu, 26 Jul 2012 15:13:56 +0000 (12:43 -0230)]
Protect check of CV_SSE4_2 with #if defined.

12 years agoupdate FFMPEG wrapper binaries
OpenCV Buildbot [Thu, 26 Jul 2012 15:11:14 +0000 (19:11 +0400)]
update FFMPEG wrapper binaries

12 years agoFix crash when polling for non-existent Kinects.
Sam Bromley [Thu, 26 Jul 2012 15:06:21 +0000 (12:36 -0230)]
Fix crash when polling for non-existent Kinects.

If no Kinects are present, crash can result from
stepping beyond end of device list. Now we check
to ensure this does not happen.

12 years agoProtect check for _MSC_VER with #if defined.
Sam Bromley [Thu, 26 Jul 2012 15:05:21 +0000 (12:35 -0230)]
Protect check for _MSC_VER with #if defined.

12 years agoadded gitignore to filter out certain temporary files
Vadim Pisarevsky [Thu, 26 Jul 2012 13:11:00 +0000 (17:11 +0400)]
added gitignore to filter out certain temporary files

12 years agotest7
Anatoly Baksheev [Wed, 25 Jul 2012 18:20:41 +0000 (22:20 +0400)]
test7

12 years agotest
Andrey Pavlenko [Wed, 25 Jul 2012 14:24:10 +0000 (18:24 +0400)]
test

12 years agotest2
Anatoly Baksheev [Wed, 25 Jul 2012 14:11:07 +0000 (18:11 +0400)]
test2

12 years agotest
Anatoly Baksheev [Wed, 25 Jul 2012 14:00:42 +0000 (18:00 +0400)]
test

12 years agoupdated doc on triangulatePoints (#2167)
Maria Dimashova [Wed, 25 Jul 2012 13:51:37 +0000 (17:51 +0400)]
updated doc on triangulatePoints (#2167)

12 years agointegrated patch: HOG confidence calculation. Thanks, Wongun.
marina.kolpakova [Wed, 25 Jul 2012 11:26:26 +0000 (15:26 +0400)]
integrated patch: HOG confidence calculation. Thanks, Wongun.

12 years agofixed SURf according to clockwise descriptor convention
marina.kolpakova [Wed, 25 Jul 2012 09:08:05 +0000 (13:08 +0400)]
fixed SURf according to clockwise descriptor convention

12 years agofixed surf for upright case
marina.kolpakova [Wed, 25 Jul 2012 08:19:08 +0000 (12:19 +0400)]
fixed surf for upright case

12 years agoMerge branch 'master' of git://5.9.49.245/opencv
marina.kolpakova [Wed, 25 Jul 2012 04:33:51 +0000 (08:33 +0400)]
Merge branch 'master' of git://5.9.49.245/opencv

12 years agofixed #2190
marina.kolpakova [Wed, 25 Jul 2012 04:32:14 +0000 (08:32 +0400)]
fixed #2190

12 years agoremoving unused files
Andrey Pavlenko [Tue, 24 Jul 2012 19:58:52 +0000 (23:58 +0400)]
removing unused files

12 years agoremoving unused file
Andrey Pavlenko [Tue, 24 Jul 2012 19:55:14 +0000 (23:55 +0400)]
removing unused file

12 years agominor updates to android tutorials
Andrey Pavlenko [Tue, 24 Jul 2012 13:34:36 +0000 (17:34 +0400)]
minor updates to android tutorials

12 years agofixed gcc compilation
Maria Dimashova [Tue, 24 Jul 2012 14:25:46 +0000 (18:25 +0400)]
fixed gcc compilation

12 years agoupdating README content
Andrey Pavlenko [Tue, 24 Jul 2012 09:13:21 +0000 (13:13 +0400)]
updating README content

12 years agofixed bilateralFilter on uniform CV_32F image
Maria Dimashova [Tue, 24 Jul 2012 13:51:20 +0000 (17:51 +0400)]
fixed bilateralFilter on uniform CV_32F image

12 years agointegrated patch with some SSE2/SSE4.2 optimizations from Grigory Frolov
Vadim Pisarevsky [Tue, 24 Jul 2012 13:24:31 +0000 (17:24 +0400)]
integrated patch with some SSE2/SSE4.2 optimizations from Grigory Frolov

12 years agofixed LshIndex types in its constructor
Maria Dimashova [Tue, 24 Jul 2012 13:09:24 +0000 (17:09 +0400)]
fixed LshIndex types in its constructor

12 years agotest
Anatoly Baksheev [Tue, 24 Jul 2012 10:13:17 +0000 (14:13 +0400)]
test

12 years agoLBP features integrated in CascadeClassifier_GPU
marina.kolpakova [Tue, 24 Jul 2012 09:51:35 +0000 (13:51 +0400)]
LBP features integrated in CascadeClassifier_GPU

12 years agoLBP: switched to PImpl pattern
marina.kolpakova [Tue, 24 Jul 2012 09:41:19 +0000 (13:41 +0400)]
LBP: switched to PImpl pattern

12 years agoremoved division
marina.kolpakova [Tue, 24 Jul 2012 09:35:04 +0000 (13:35 +0400)]
removed division

12 years agoremoved unused code
marina.kolpakova [Tue, 24 Jul 2012 09:26:53 +0000 (13:26 +0400)]
removed unused code

12 years agoLBP: multiscale approach; refactored atomics usage
Marina Kolpakova [Tue, 17 Jul 2012 08:27:34 +0000 (08:27 +0000)]
LBP: multiscale approach; refactored atomics usage

12 years agofix a bug of detect opencl
Niko Li [Tue, 17 Jul 2012 06:49:32 +0000 (06:49 +0000)]
fix a bug of detect opencl

12 years agomerged ocl module from ocl branch (it's not quite usable yet; at least on Mac)
Vadim Pisarevsky [Mon, 16 Jul 2012 17:08:14 +0000 (17:08 +0000)]
merged ocl module from ocl branch (it's not quite usable yet; at least on Mac)

12 years agofixed tests for scale invariance (uncommented sift test, it's ok now)
Maria Dimashova [Mon, 16 Jul 2012 16:21:40 +0000 (16:21 +0000)]
fixed tests for scale invariance (uncommented sift test, it's ok now)

12 years agosmall doc fix
Alexander Mordvintsev [Mon, 16 Jul 2012 14:17:39 +0000 (14:17 +0000)]
small doc fix

12 years agowindow name changed
Alexander Mordvintsev [Mon, 16 Jul 2012 14:16:36 +0000 (14:16 +0000)]
window name changed

12 years agochanged tests for rotation/scale invariance of descriptors
Maria Dimashova [Mon, 16 Jul 2012 13:01:55 +0000 (13:01 +0000)]
changed tests for rotation/scale invariance of descriptors

12 years agocorrect unknown feature report in find_obj.py
Alexander Mordvintsev [Mon, 16 Jul 2012 12:31:56 +0000 (12:31 +0000)]
correct unknown feature report in find_obj.py

12 years agoadded asift.py sample
Alexander Mordvintsev [Mon, 16 Jul 2012 12:29:49 +0000 (12:29 +0000)]
added asift.py sample

12 years agomoving data used by sample into a separate folder
Alexander Mordvintsev [Mon, 16 Jul 2012 11:46:05 +0000 (11:46 +0000)]
moving data used by sample into a separate folder
small fix in find_obj.py

12 years agofind_obj.py allows to select detector and matcher and explore matching pairs
Alexander Mordvintsev [Mon, 16 Jul 2012 11:31:43 +0000 (11:31 +0000)]
find_obj.py allows to select detector and matcher and explore matching pairs

12 years agochanged the way of HARRIS creation
Maria Dimashova [Mon, 16 Jul 2012 09:26:02 +0000 (09:26 +0000)]
changed the way of HARRIS creation

12 years agofixed #2167
Maria Dimashova [Mon, 16 Jul 2012 09:00:25 +0000 (09:00 +0000)]
fixed #2167

12 years agorevert my incorrect fix of #2167
Maria Dimashova [Mon, 16 Jul 2012 08:02:50 +0000 (08:02 +0000)]
revert my incorrect fix of #2167

12 years agoTegra3 package support enabled;
Alexander Smorkalov [Mon, 16 Jul 2012 07:56:12 +0000 (07:56 +0000)]
Tegra3 package support enabled;
Version code incremented;

12 years agofixed #2167
Maria Dimashova [Sun, 15 Jul 2012 19:10:52 +0000 (19:10 +0000)]
fixed #2167

12 years agoadded tests on scale invariance of detectors and descriptors
Maria Dimashova [Sun, 15 Jul 2012 17:42:41 +0000 (17:42 +0000)]
added tests on scale invariance of detectors and descriptors

12 years agofixing wording
Andrey Pavlenko [Sun, 15 Jul 2012 05:51:29 +0000 (05:51 +0000)]
fixing wording

12 years agofixed brocken tests by classifier loger from r9027
Marina Kolpakova [Sun, 15 Jul 2012 04:11:46 +0000 (04:11 +0000)]
fixed brocken tests by classifier loger from r9027

12 years agofixed typo in test class names
Maria Dimashova [Sat, 14 Jul 2012 20:32:31 +0000 (20:32 +0000)]
fixed typo in test class names

12 years agoadded tests to check rotation invariance of descriptors (features2d and nonfree)
Maria Dimashova [Sat, 14 Jul 2012 20:03:07 +0000 (20:03 +0000)]
added tests to check rotation invariance of descriptors (features2d and nonfree)

12 years agocustomizing the 'Google Market error' message in samples
Andrey Pavlenko [Sat, 14 Jul 2012 19:49:00 +0000 (19:49 +0000)]
customizing the 'Google Market error' message in samples

12 years agoremoving warnings on deprecated api when targeting to android-15+
Andrey Pavlenko [Sat, 14 Jul 2012 19:07:27 +0000 (19:07 +0000)]
removing warnings on deprecated api when targeting to android-15+

12 years agominor LBP for GPU
Anatoly Baksheev [Sat, 14 Jul 2012 16:23:56 +0000 (16:23 +0000)]
minor LBP for GPU

12 years agofixed nonfree rotation invariance tests for detectors
Maria Dimashova [Sat, 14 Jul 2012 16:07:48 +0000 (16:07 +0000)]
fixed nonfree rotation invariance tests for detectors

12 years agochanged sift angles according to KeyPoint::angle specification in r9034
Maria Dimashova [Sat, 14 Jul 2012 16:02:45 +0000 (16:02 +0000)]
changed sift angles according to KeyPoint::angle specification in r9034

12 years agofixed build after r9027
Marina Kolpakova [Sat, 14 Jul 2012 15:50:49 +0000 (15:50 +0000)]
fixed build after r9027

12 years agospecified KeyPoint::angle in rst doc and code comment
Maria Dimashova [Sat, 14 Jul 2012 15:36:35 +0000 (15:36 +0000)]
specified KeyPoint::angle in rst doc and code comment

12 years agominor in LBP for GPU
Anatoly Baksheev [Sat, 14 Jul 2012 15:36:25 +0000 (15:36 +0000)]
minor in LBP for GPU

12 years agofixed features2d rotation invariance tests
Maria Dimashova [Sat, 14 Jul 2012 15:05:41 +0000 (15:05 +0000)]
fixed features2d rotation invariance tests

12 years agofixed mser (angle is -1 now)
Maria Dimashova [Sat, 14 Jul 2012 15:03:39 +0000 (15:03 +0000)]
fixed mser (angle is -1 now)

12 years agofixed compile errors under win
Maria Dimashova [Sat, 14 Jul 2012 13:25:41 +0000 (13:25 +0000)]
fixed compile errors under win

12 years agorefactored find_obj.py sample:
Alexander Mordvintsev [Fri, 13 Jul 2012 20:27:54 +0000 (20:27 +0000)]
refactored find_obj.py sample:
- handle bad matching case
- use BFMatcher and FlannBasedMatcher (and thus fixing a bug: L2^2 metric was used for flann)