Andrey Kamaev
|
cd59cf3ab5
|
Fixed java camera release in Android tutorial-0 sample
|
2012-08-28 20:37:06 +04:00 |
|
Andrey Kamaev
|
47b9640785
|
Updated package version in Android samples
|
2012-08-28 15:07:42 +04:00 |
|
Andrey Kamaev
|
ba862ffdff
|
Fix/workaround bogus error in Android samples running on Android 4.1.1
|
2012-08-24 16:24:53 +04:00 |
|
Andrey Kamaev
|
e9e0668549
|
Fix crash on resume in face detection sample
|
2012-08-24 16:24:53 +04:00 |
|
Andrey Kamaev
|
285af48040
|
Fix Andoid samples: black screen after resume problem
|
2012-08-24 16:17:42 +04:00 |
|
Alexander Mordvintesv
|
4fb15ae1f0
|
Merge branch 'master' of code.opencv.org:opencv
|
2012-08-22 16:43:48 +03:00 |
|
Alexander Mordvintesv
|
d9185ec21b
|
added _doc.py -- doc-string ckecking utility
added some sample description
|
2012-08-22 16:42:19 +03:00 |
|
Vadim Pisarevsky
|
bbf679267a
|
modified facedetect to properly display very oblong objects and optionally flip image horizontally (for profile face detection). Added LBP cascades by Attila Novak for profile face detection and silverware detection (those are results of GSoC 2012)
|
2012-08-22 15:48:57 +04:00 |
|
Andrey Kamaev
|
f2a02feffa
|
Fix Windows build issues
* No /arch:SSE3 in MSVC
* Warnings fixed or suppressed
|
2012-08-22 11:21:09 +04:00 |
|
Alexander Mordvintesv
|
c9f2ff4487
|
added texture_flow.py sample
|
2012-08-19 20:36:50 +03:00 |
|
Alexander Mordvintesv
|
4c15465fbb
|
Merge branch 'master' of code.opencv.org:opencv
|
2012-08-18 19:43:46 +03:00 |
|
Alexander Mordvintesv
|
a4bffd96c4
|
added deconvolution.py sample and example images
|
2012-08-18 19:43:32 +03:00 |
|
Alexander Smorkalov
|
a1d8091e10
|
ColorBlobDetection Sample, ImageManpulations Sample and Tutorial2 updated. Issues with native camera on Nexus 7 (Android 4.1) fixed.
|
2012-08-16 16:52:53 +04:00 |
|
bitwangyaoyao
|
a091f9e4e2
|
bug fix of "squares" sample for ocl module
|
2012-08-16 20:34:24 +08:00 |
|
yao
|
d363d5589c
|
add an "squares" sample for ocl module
|
2012-08-16 16:01:40 +08:00 |
|
Alexey Spizhevoy
|
7992203598
|
Fixed CMakeLists.txt
|
2012-08-13 14:44:41 +04:00 |
|
Alexey Spizhevoy
|
27eb5d07cf
|
Added getScale/setScale for image warpers (stitching module)
|
2012-08-13 14:39:47 +04:00 |
|
Philipp Wagner
|
9c75ff43ba
|
Bug #2257: Adding a quick workaround for truncated labels on 64bit machines in the Python FaceRecognizer wrapper code. This is only a temporary bugfix, that will be fixed at a better point as soon as possible.
|
2012-08-11 22:36:35 +02:00 |
|
Philipp Wagner
|
6161a3335c
|
Removed writing the test.png, wasn't meant to be commited.
|
2012-08-09 23:52:09 +02:00 |
|
Vladislav Vinogradov
|
79ef454c5f
|
Merge branch 'bgfg-gmg-optimized' into bgfg-gmg-merged
|
2012-08-09 14:55:36 +04:00 |
|
Vladislav Vinogradov
|
beb3e6ff18
|
added GMG_GPU to bgfg_segm sample
|
2012-08-09 12:59:18 +04:00 |
|
Vladislav Vinogradov
|
42c1d4f4b1
|
new optimized version of BackgroundSubtractorGMG
|
2012-08-08 18:15:06 +04:00 |
|
Vladislav Vinogradov
|
c5e92c31ba
|
fixed Bug #2252
error in the tutorial Similarity check (PNSR and SSIM) on the GPU
|
2012-08-08 14:38:14 +04:00 |
|
yao
|
2fed1fcbff
|
add an ocl sample
|
2012-08-08 17:12:53 +08:00 |
|
Alexander Mordvintesv
|
7db1f711f6
|
Merge branch 'master' of code.opencv.org:opencv
Conflicts:
samples/python2/common.py
samples/python2/feature_homography.py
samples/python2/plane_ar.py
samples/python2/plane_tracker.py
|
2012-08-07 23:21:56 +03:00 |
|
Alexander Mordvintesv
|
a29be81d77
|
typo fix in features_homography.py
|
2012-08-07 21:37:46 +03:00 |
|
alexey.spizhevoy
|
a39bce204d
|
implemented DP-based seam estimation method
|
2012-08-07 16:24:21 +04:00 |
|
Andrey Kamaev
|
5100ca7508
|
svn repository web references are replaced with links to git
|
2012-08-07 14:30:36 +04:00 |
|
Vadim Pisarevsky
|
2013118971
|
new/improved Python samples by Alexander Mordvintsev
|
2012-08-06 16:35:35 +04:00 |
|
Alexander Mordvintesv
|
d9dc02541a
|
Added descriptions to PlaneTracker samples
|
2012-08-05 10:20:42 +03:00 |
|
Alexander Mordvintesv
|
353c69e017
|
created PlaneTracker (int plane_tracker.py), which implements multitarget planar tracking
rewritten feature_homography.py using it
added plane_ar.py - simple augmented reality sample
|
2012-08-03 22:17:11 +03:00 |
|
Alexander Mordvintesv
|
ffa8c32348
|
work on feature_homography.py: multiple targets
|
2012-08-01 21:41:03 +03:00 |
|
Philipp Wagner
|
40e65b9603
|
facerec_demo.py: Updated contact mail address.
|
2012-07-30 19:31:49 +02: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 |
|
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 |
|
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
|
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 |
|
Alexander Mordvintsev
|
ea96047f78
|
small doc fix
|
2012-07-16 14:17:39 +00:00 |
|
Alexander Mordvintsev
|
200357fdf4
|
window name changed
|
2012-07-16 14:16:36 +00:00 |
|
Alexander Mordvintsev
|
ad7a6ec41f
|
correct unknown feature report in find_obj.py
|
2012-07-16 12:31:56 +00:00 |
|
Alexander Mordvintsev
|
3ce5b01543
|
added asift.py sample
|
2012-07-16 12:29:49 +00:00 |
|