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 |
|
Anatoly Baksheev
|
acd19fe36c
|
test7
|
2012-07-25 22:20:41 +04:00 |
|
Andrey Pavlenko
|
de90033e93
|
test
|
2012-07-25 18:26:07 +04:00 |
|
Anatoly Baksheev
|
29fee9cab3
|
test2
|
2012-07-25 18:11:07 +04:00 |
|
Anatoly Baksheev
|
2b0c0e71bb
|
test
|
2012-07-25 18:05:39 +04:00 |
|
Maria Dimashova
|
a39cf2dd28
|
updated doc on triangulatePoints (#2167)
|
2012-07-25 17:51:37 +04:00 |
|
marina.kolpakova
|
e1e0c46639
|
integrated patch: HOG confidence calculation. Thanks, Wongun.
|
2012-07-25 15:26:26 +04:00 |
|
marina.kolpakova
|
4fa282e1a9
|
fixed SURf according to clockwise descriptor convention
|
2012-07-25 13:08:05 +04:00 |
|
marina.kolpakova
|
fdfa402428
|
fixed surf for upright case
|
2012-07-25 12:19:08 +04:00 |
|
marina.kolpakova
|
cf92e4b4e0
|
Merge branch 'master' of git://5.9.49.245/opencv
|
2012-07-25 08:33:51 +04:00 |
|
marina.kolpakova
|
51f7a3ca81
|
fixed #2190
|
2012-07-25 08:32:14 +04:00 |
|
Andrey Pavlenko
|
794b07ba11
|
removing unused files
|
2012-07-24 23:58:52 +04:00 |
|
Andrey Pavlenko
|
e16ae33a17
|
removing unused file
|
2012-07-24 23:55:14 +04:00 |
|
Andrey Pavlenko
|
e1c7bcab3a
|
minor updates to android tutorials
|
2012-07-24 19:04:38 +04:00 |
|
Maria Dimashova
|
6b7470f683
|
fixed gcc compilation
|
2012-07-24 18:25:46 +04:00 |
|
Andrey Pavlenko
|
39554ead21
|
updating README content
|
2012-07-24 17:59:55 +04:00 |
|