profile/ivi/opencv.git
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

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

11 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

11 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

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

11 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.

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

11 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.

11 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.

11 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

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

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

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

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

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

11 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.

11 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

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

11 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

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

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

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

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

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

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

11 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

11 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

11 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

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

11 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

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

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

11 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)

12 years agoadded tests to check rotation invariance of detectors
Maria Dimashova [Fri, 13 Jul 2012 18:03:20 +0000 (18:03 +0000)]
added tests to check rotation invariance of detectors

12 years agoa bit refactoring in LBP face detection on GPU
Anatoly Baksheev [Fri, 13 Jul 2012 15:47:09 +0000 (15:47 +0000)]
a bit refactoring in LBP face detection on GPU

12 years agoBuild pdf for Android Manager documentation
Andrey Kamaev [Fri, 13 Jul 2012 13:00:29 +0000 (13:00 +0000)]
Build pdf for Android Manager documentation

12 years agoremoving 'module' directive to eliminate "PYTHON MODULE INDEX" page in PDF
Andrey Pavlenko [Fri, 13 Jul 2012 08:39:31 +0000 (08:39 +0000)]
removing 'module' directive to eliminate "PYTHON MODULE INDEX" page in PDF

12 years agominor change in doc
Maria Dimashova [Fri, 13 Jul 2012 06:00:30 +0000 (06:00 +0000)]
minor change in doc

12 years agoadded test to check keypoints returned by FeatureDetector (center, size, angle)
Maria Dimashova [Thu, 12 Jul 2012 17:52:49 +0000 (17:52 +0000)]
added test to check keypoints returned by FeatureDetector (center, size, angle)

12 years agofiltered MSER keypoints that have centers out of image
Maria Dimashova [Thu, 12 Jul 2012 17:51:12 +0000 (17:51 +0000)]
filtered MSER keypoints that have centers out of image

12 years agofix gcc C++11 bug mentioned in http://answers.opencv.org/question/283 . Bug also...
Vincent Rabaud [Thu, 12 Jul 2012 16:02:02 +0000 (16:02 +0000)]
fix gcc C++11 bug mentioned in answers.opencv.org/question/283 . Bug also fixed in FLANN upstream

12 years agosplit file of features2d tests
Maria Dimashova [Thu, 12 Jul 2012 13:57:17 +0000 (13:57 +0000)]
split file of features2d tests

12 years agoTegra detector fixed;
Alexander Smorkalov [Thu, 12 Jul 2012 13:12:16 +0000 (13:12 +0000)]
Tegra detector fixed;
Some aditional logs added;
AndroidManifest version incremented.

12 years agofixed #2165
Maria Dimashova [Thu, 12 Jul 2012 12:32:54 +0000 (12:32 +0000)]
fixed  #2165

12 years agofixed CvBoost in mll if no tree can be trained.
Maria Dimashova [Thu, 12 Jul 2012 12:29:50 +0000 (12:29 +0000)]
fixed CvBoost in mll if no tree can be trained.