andrey.kamaev
|
5b4297cccf
|
Android CMake toolchain is updated for NDK r8b
|
2012-08-03 17:00:46 +04:00 |
|
Vadim Pisarevsky
|
310b1ad7b9
|
moved parallel_for_ and ParallelLoopBody to core.hpp
|
2012-08-03 16:41:00 +04:00 |
|
Vadim Pisarevsky
|
fd9069422a
|
Merge remote-tracking branch 'origin/master'
|
2012-08-03 16:14:38 +04:00 |
|
yao
|
687d7639a8
|
Merge branch 'master' of git://code.opencv.org/opencv
|
2012-08-03 15:44:15 +08:00 |
|
niko
|
3180bbe3a8
|
Merge branch 'master' of git://code.opencv.org/opencv
|
2012-08-03 14:09:04 +08:00 |
|
niko
|
8eeacc8cc8
|
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
|
2012-08-03 14:08:36 +08:00 |
|
Ilya Lavrenov
|
27c2aa3a4e
|
parallel version of bilateral filter was implemented using parallel_for_
|
2012-08-02 16:25:30 +04:00 |
|
marina.kolpakova
|
8d73bbb8b7
|
fixed 2228
|
2012-08-02 13:18:55 +04:00 |
|
yao
|
1eedcea58d
|
for test
Signed-off-by: yao <bitwangyaoyao@gmail.com>
|
2012-08-02 11:34:11 +08:00 |
|
Philipp Wagner
|
989631c5cc
|
facerec.cpp: Removed Original LBP wrapper, because it is not in use and therefore generates a warning.
|
2012-07-31 21:54:48 +02:00 |
|
Philipp Wagner
|
4a4f90c406
|
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.
|
2012-07-31 21:50:46 +02:00 |
|
Vadim Pisarevsky
|
fac3d9994c
|
integrated another portion of SSE optimizations from Grigory Frolov
|
2012-07-31 19:07:55 +04:00 |
|
Vadim Pisarevsky
|
5f2ce22fbf
|
Merge remote-tracking branch 'origin/master'
|
2012-07-31 17:18:35 +04:00 |
|
Vadim Pisarevsky
|
640408ebe7
|
added FAST<5/8> & FAST<7/12> (by Vincent Rabaud)
|
2012-07-31 17:17:58 +04:00 |
|
Alexander Smorkalov
|
d0608c2cd4
|
Shared libraries for native Android camera updated.
|
2012-07-31 13:20:36 +04:00 |
|
Alexander Smorkalov
|
f1e3bc850b
|
Warning fix. ifdefs for 4.1.1 added.
|
2012-07-31 13:20:36 +04:00 |
|
Alexander Smorkalov
|
7d63f9f680
|
Android 4.1.1 native camera fix. BufferQueue class is used instaed of Surface texture. Includes in cmake updated.
|
2012-07-31 13:20:36 +04:00 |
|
Vladislav Vinogradov
|
b43cec3301
|
added gpu::graphcut for float sources (CUDA 5.0)
|
2012-07-31 12:46:04 +04:00 |
|
Vladislav Vinogradov
|
4f99f69a29
|
added gpu alpha premultiplication
|
2012-07-31 12:46:04 +04:00 |
|
Vladislav Vinogradov
|
79d0dc25f4
|
added gpu RGB<->Lab and BGR<->Luv conversions
|
2012-07-31 12:46:04 +04:00 |
|
Vladislav Vinogradov
|
051adcb786
|
added gpu BGR<->Lab and RGB<->Luv color conversion and gammaCorrection
|
2012-07-31 12:46:04 +04:00 |
|
Andrey Pavlenko
|
484e83a9b6
|
minor update (pictures resize removed, emulator screen-shot downscaled)
|
2012-07-31 12:31:23 +04:00 |
|
Philipp Wagner
|
40e65b9603
|
facerec_demo.py: Updated contact mail address.
|
2012-07-30 19:31:49 +02:00 |
|
Philipp Wagner
|
62a8f6783e
|
FaceRecognizer supports updating a model now. Documentation has been updated to reflect latest changes.
|
2012-07-30 19:31:10 +02:00 |
|
Vadim Pisarevsky
|
b9d7c712f5
|
made countNonZero SSE code SSE2-compliant and portable
|
2012-07-30 16:02:49 +04:00 |
|
Alexander Mordvintsev
|
72a4f1924d
|
feature_homography.py:
building descriptor index on target capture
simple AR experiment (work in progress)
|
2012-07-30 12:39:41 +04:00 |
|
niko
|
cf04fed369
|
fix the compilation bugs
|
2012-07-30 14:34:36 +08:00 |
|
Philipp Wagner
|
c0a4105467
|
facerec_demo.py: Shortened code. Final version.
|
2012-07-30 02:24:39 +02:00 |
|
Philipp Wagner
|
4a7e29b3f4
|
facerec_demo.py: Reworked demo to remove all matplotlib dependencies.
|
2012-07-30 02:18:27 +02:00 |
|
Philipp Wagner
|
508a029dae
|
Moved the facerec_demo.py to the wrong directory. Now moved to the python2 folder.
|
2012-07-30 01:18:58 +02:00 |
|
Philipp Wagner
|
1454f3d391
|
Added the facerec_demo.py to show how to perform Face Recognition with the Python module.
|
2012-07-30 01:16:38 +02:00 |
|
Philipp Wagner
|
f29d73fe86
|
Updated the train method to be an InputArrayOfArrays, so the Python wrapper now generates the correct code (and it works).
|
2012-07-29 23:51:12 +02:00 |
|
Philipp Wagner
|
b2deab2175
|
Updated the documentation to (1) reflect the latest changes and (2) answer some questions I were asked.
|
2012-07-29 23:16:51 +02:00 |
|
Philipp Wagner
|
5983f8008f
|
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.
|
2012-07-29 22:41:40 +02:00 |
|
Philipp Wagner
|
f160c49473
|
Merge branch 'master' of git://code.opencv.org/opencv
|
2012-07-29 22:20:48 +02:00 |
|
Philipp Wagner
|
79b45b1392
|
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.
|
2012-07-29 22:20:07 +02:00 |
|
Josh Doe
|
f1690557bf
|
core/stat: fix build with 32-bit
Optimization introduced in b782d8bb only works for 64-bit builds, but
ifdef failed to check for this.
|
2012-07-29 14:48:21 -04:00 |
|
Alexander Mordvintesv
|
f8facadc67
|
print description in mosse.py
|
2012-07-29 17:24:47 +03:00 |
|
Alexander Mordvintesv
|
f6191cc5bb
|
added MOSSE sample
|
2012-07-29 17:21:49 +03:00 |
|
Alexander Mordvintesv
|
0f9bbf85e5
|
spelling corrections, added aero images as a more impressive example for
ASIFT
|
2012-07-29 16:26:22 +03:00 |
|
Alexander Mordvintesv
|
88a9f8f919
|
spelling corrections, added aero images as a more impressive example for
ASIFT
|
2012-07-29 16:15:44 +03:00 |
|
marina.kolpakova
|
22673c161a
|
fixed 2212
|
2012-07-28 13:05:40 +04:00 |
|
marina.kolpakova
|
4869e846f3
|
partly merged with sbromle/opencv fixes branch
|
2012-07-27 13:09:53 +04:00 |
|
Eric Christiansen
|
f08996bd37
|
asserted in LBPH code that images must have a single channel
|
2012-07-26 16:55:54 -07:00 |
|
Sam Bromley
|
8506ce06c1
|
Fix missing remainder of line.
|
2012-07-26 12:46:51 -02:30 |
|
Sam Bromley
|
fd98520d78
|
Protect check of CV_SSE4_2 with #if defined.
|
2012-07-26 12:43:56 -02:30 |
|
OpenCV Buildbot
|
8f41f592d7
|
update FFMPEG wrapper binaries
|
2012-07-26 19:11:14 +04:00 |
|
Sam Bromley
|
966a652142
|
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.
|
2012-07-26 12:36:21 -02:30 |
|
Sam Bromley
|
49b55a7245
|
Protect check for _MSC_VER with #if defined.
|
2012-07-26 12:35:21 -02:30 |
|
Vadim Pisarevsky
|
318151d75b
|
added gitignore to filter out certain temporary files
|
2012-07-26 17:11:00 +04:00 |
|