Vladislav Vinogradov [Tue, 7 Aug 2012 12:08:22 +0000 (16:08 +0400)]
fixed build with CUDA 4.2
Vladislav Vinogradov [Mon, 6 Aug 2012 06:58:11 +0000 (10:58 +0400)]
new implementation of gpu debayer
* without border extrapolation
* with aligned write
* process 4 pixels per thread in 8u case
Vladislav Vinogradov [Thu, 2 Aug 2012 11:58:25 +0000 (15:58 +0400)]
added perf tests for new gpu::cvtColor functions
Vladislav Vinogradov [Thu, 2 Aug 2012 11:56:59 +0000 (15:56 +0400)]
added missed device synchronization
Vladislav Vinogradov [Thu, 2 Aug 2012 11:04:00 +0000 (15:04 +0400)]
added debayer to gpu::cvtColor
marina.kolpakova [Mon, 6 Aug 2012 14:43:25 +0000 (18:43 +0400)]
intervales for vector type support
marina.kolpakova [Mon, 6 Aug 2012 14:10:06 +0000 (18:10 +0400)]
added connectivityMask calculation function
marina.kolpakova [Mon, 6 Aug 2012 14:08:57 +0000 (18:08 +0400)]
fixed not defined macro warningds
marina.kolpakova [Mon, 6 Aug 2012 11:08:27 +0000 (15:08 +0400)]
C.C. Labeling: added stream support
marina.kolpakova [Mon, 6 Aug 2012 10:20:21 +0000 (14:20 +0400)]
connected components labeling
marina.kolpakova [Mon, 6 Aug 2012 09:18:48 +0000 (13:18 +0400)]
minor in license file
Vadim Pisarevsky [Tue, 7 Aug 2012 08:54:22 +0000 (12:54 +0400)]
Merge remote-tracking branch 'origin/master'
yao [Tue, 7 Aug 2012 08:33:46 +0000 (16:33 +0800)]
Add dft and gemm to ocl module, using AMD's clAmdFft and clAmdBlas libraries
yao [Tue, 7 Aug 2012 00:37:38 +0000 (08:37 +0800)]
Merge branch 'master' of git://code.opencv.org/opencv
Andrey Kamaev [Mon, 6 Aug 2012 14:41:20 +0000 (18:41 +0400)]
Fixed xml name generation in run.py
Andrey Kamaev [Mon, 6 Aug 2012 11:49:07 +0000 (15:49 +0400)]
Fixed build warnings (including error in FAST)
Andrey Kamaev [Mon, 6 Aug 2012 11:48:31 +0000 (15:48 +0400)]
Added ignore for tbb source tarballs
Andrey Kamaev [Mon, 6 Aug 2012 10:48:23 +0000 (14:48 +0400)]
Intermediate files generated by Android toolchain are moved into CMakeFiles subfolder
Vadim Pisarevsky [Mon, 6 Aug 2012 12:35:35 +0000 (16:35 +0400)]
new/improved Python samples by Alexander Mordvintsev
yao [Mon, 6 Aug 2012 07:51:27 +0000 (15:51 +0800)]
fix bugs in tests, set device for each test case
Signed-off-by: yao <bitwangyaoyao@gmail.com>
yao [Mon, 6 Aug 2012 07:01:21 +0000 (15:01 +0800)]
Merge branch 'master' of git://code.opencv.org/opencv
yao [Mon, 6 Aug 2012 07:00:27 +0000 (15:00 +0800)]
Add blend, columnsum, pyrUp/down, matchTemplate for ocl module
Philipp Wagner [Sun, 5 Aug 2012 23:14:51 +0000 (01:14 +0200)]
Issue #2231: Attempt to fix segfault, when copying labels. LDA needed to be updated to generate the Wrapper correctly.
Evgeny Talanin [Fri, 3 Aug 2012 13:50:55 +0000 (17:50 +0400)]
Set correct path to repo in python tests (changed after migration to git)
Vadim Pisarevsky [Fri, 3 Aug 2012 13:12:45 +0000 (17:12 +0400)]
fixed a few compile warnings and errors with VS2010.
andrey.kamaev [Fri, 3 Aug 2012 13:00:18 +0000 (17:00 +0400)]
Android CMake toolchain is updated for NDK r8b
Vadim Pisarevsky [Fri, 3 Aug 2012 12:41:00 +0000 (16:41 +0400)]
moved parallel_for_ and ParallelLoopBody to core.hpp
Vadim Pisarevsky [Fri, 3 Aug 2012 12:14:38 +0000 (16:14 +0400)]
Merge remote-tracking branch 'origin/master'
yao [Fri, 3 Aug 2012 07:44:15 +0000 (15:44 +0800)]
Merge 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
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
Ilya Lavrenov [Thu, 2 Aug 2012 12:25:30 +0000 (16:25 +0400)]
parallel version of bilateral filter was implemented using parallel_for_
marina.kolpakova [Thu, 2 Aug 2012 09:18:55 +0000 (13:18 +0400)]
fixed 2228
yao [Thu, 2 Aug 2012 03:34:11 +0000 (11:34 +0800)]
for test
Signed-off-by: yao <bitwangyaoyao@gmail.com>
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.
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.
Vadim Pisarevsky [Tue, 31 Jul 2012 15:07:55 +0000 (19:07 +0400)]
integrated another portion of SSE optimizations from Grigory Frolov
Vadim Pisarevsky [Tue, 31 Jul 2012 13:18:35 +0000 (17:18 +0400)]
Merge remote-tracking branch 'origin/master'
Vadim Pisarevsky [Tue, 31 Jul 2012 13:17:58 +0000 (17:17 +0400)]
added FAST<5/8> & FAST<7/12> (by Vincent Rabaud)
Alexander Smorkalov [Tue, 31 Jul 2012 08:23:48 +0000 (12:23 +0400)]
Shared libraries for native Android camera updated.
Alexander Smorkalov [Tue, 31 Jul 2012 08:15:54 +0000 (12:15 +0400)]
Warning fix. ifdefs for 4.1.1 added.
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.
Vladislav Vinogradov [Tue, 31 Jul 2012 06:45:40 +0000 (10:45 +0400)]
added gpu::graphcut for float sources (CUDA 5.0)
Vladislav Vinogradov [Tue, 31 Jul 2012 06:32:16 +0000 (10:32 +0400)]
added gpu alpha premultiplication
Vladislav Vinogradov [Mon, 30 Jul 2012 14:24:52 +0000 (18:24 +0400)]
added gpu RGB<->Lab and BGR<->Luv conversions
Vladislav Vinogradov [Mon, 30 Jul 2012 11:18:48 +0000 (15:18 +0400)]
added gpu BGR<->Lab and RGB<->Luv color conversion and gammaCorrection
Andrey Pavlenko [Tue, 31 Jul 2012 08:31:23 +0000 (12:31 +0400)]
minor update (pictures resize removed, emulator screen-shot downscaled)
Philipp Wagner [Mon, 30 Jul 2012 17:31:49 +0000 (19:31 +0200)]
facerec_demo.py: Updated contact mail address.
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.
Vadim Pisarevsky [Mon, 30 Jul 2012 12:02:49 +0000 (16:02 +0400)]
made countNonZero SSE code SSE2-compliant and portable
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)
niko [Mon, 30 Jul 2012 06:34:36 +0000 (14:34 +0800)]
fix the compilation bugs
Philipp Wagner [Mon, 30 Jul 2012 00:24:39 +0000 (02:24 +0200)]
facerec_demo.py: Shortened code. Final version.
Philipp Wagner [Mon, 30 Jul 2012 00:18:27 +0000 (02:18 +0200)]
facerec_demo.py: Reworked demo to remove all matplotlib dependencies.
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.
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.
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).
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.
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.
Philipp Wagner [Sun, 29 Jul 2012 20:20:48 +0000 (22:20 +0200)]
Merge branch 'master' of git://code.opencv.org/opencv
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.
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.
Alexander Mordvintesv [Sun, 29 Jul 2012 14:24:47 +0000 (17:24 +0300)]
print description in mosse.py
Alexander Mordvintesv [Sun, 29 Jul 2012 14:21:49 +0000 (17:21 +0300)]
added MOSSE sample
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
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
marina.kolpakova [Sat, 28 Jul 2012 09:05:40 +0000 (13:05 +0400)]
fixed 2212
marina.kolpakova [Fri, 27 Jul 2012 09:06:28 +0000 (13:06 +0400)]
partly merged with sbromle/opencv fixes branch
Eric Christiansen [Thu, 26 Jul 2012 23:55:54 +0000 (16:55 -0700)]
asserted in LBPH code that images must have a single channel
Sam Bromley [Thu, 26 Jul 2012 15:16:51 +0000 (12:46 -0230)]
Fix missing remainder of line.
Sam Bromley [Thu, 26 Jul 2012 15:13:56 +0000 (12:43 -0230)]
Protect check of CV_SSE4_2 with #if defined.
OpenCV Buildbot [Thu, 26 Jul 2012 15:11:14 +0000 (19:11 +0400)]
update FFMPEG wrapper binaries
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.
Sam Bromley [Thu, 26 Jul 2012 15:05:21 +0000 (12:35 -0230)]
Protect check for _MSC_VER with #if defined.
Vadim Pisarevsky [Thu, 26 Jul 2012 13:11:00 +0000 (17:11 +0400)]
added gitignore to filter out certain temporary files
Anatoly Baksheev [Wed, 25 Jul 2012 18:20:41 +0000 (22:20 +0400)]
test7
Andrey Pavlenko [Wed, 25 Jul 2012 14:24:10 +0000 (18:24 +0400)]
test
Anatoly Baksheev [Wed, 25 Jul 2012 14:11:07 +0000 (18:11 +0400)]
test2
Anatoly Baksheev [Wed, 25 Jul 2012 14:00:42 +0000 (18:00 +0400)]
test
Maria Dimashova [Wed, 25 Jul 2012 13:51:37 +0000 (17:51 +0400)]
updated doc on triangulatePoints (#2167)
marina.kolpakova [Wed, 25 Jul 2012 11:26:26 +0000 (15:26 +0400)]
integrated patch: HOG confidence calculation. Thanks, Wongun.
marina.kolpakova [Wed, 25 Jul 2012 09:08:05 +0000 (13:08 +0400)]
fixed SURf according to clockwise descriptor convention
marina.kolpakova [Wed, 25 Jul 2012 08:19:08 +0000 (12:19 +0400)]
fixed surf for upright case
marina.kolpakova [Wed, 25 Jul 2012 04:33:51 +0000 (08:33 +0400)]
Merge branch 'master' of git://5.9.49.245/opencv
marina.kolpakova [Wed, 25 Jul 2012 04:32:14 +0000 (08:32 +0400)]
fixed #2190
Andrey Pavlenko [Tue, 24 Jul 2012 19:58:52 +0000 (23:58 +0400)]
removing unused files
Andrey Pavlenko [Tue, 24 Jul 2012 19:55:14 +0000 (23:55 +0400)]
removing unused file
Andrey Pavlenko [Tue, 24 Jul 2012 13:34:36 +0000 (17:34 +0400)]
minor updates to android tutorials
Maria Dimashova [Tue, 24 Jul 2012 14:25:46 +0000 (18:25 +0400)]
fixed gcc compilation
Andrey Pavlenko [Tue, 24 Jul 2012 09:13:21 +0000 (13:13 +0400)]
updating README content
Maria Dimashova [Tue, 24 Jul 2012 13:51:20 +0000 (17:51 +0400)]
fixed bilateralFilter on uniform CV_32F image
Vadim Pisarevsky [Tue, 24 Jul 2012 13:24:31 +0000 (17:24 +0400)]
integrated patch with some SSE2/SSE4.2 optimizations from Grigory Frolov
Maria Dimashova [Tue, 24 Jul 2012 13:09:24 +0000 (17:09 +0400)]
fixed LshIndex types in its constructor
Anatoly Baksheev [Tue, 24 Jul 2012 10:13:17 +0000 (14:13 +0400)]
test
marina.kolpakova [Tue, 24 Jul 2012 09:51:35 +0000 (13:51 +0400)]
LBP features integrated in CascadeClassifier_GPU
marina.kolpakova [Tue, 24 Jul 2012 09:41:19 +0000 (13:41 +0400)]
LBP: switched to PImpl pattern
marina.kolpakova [Tue, 24 Jul 2012 09:35:04 +0000 (13:35 +0400)]
removed division
marina.kolpakova [Tue, 24 Jul 2012 09:26:53 +0000 (13:26 +0400)]
removed unused code
Marina Kolpakova [Tue, 17 Jul 2012 08:27:34 +0000 (08:27 +0000)]
LBP: multiscale approach; refactored atomics usage
Niko Li [Tue, 17 Jul 2012 06:49:32 +0000 (06:49 +0000)]
fix a bug of detect opencl