Alexander Mordvintesv
|
c9f2ff4487
|
added texture_flow.py sample
|
12 years ago |
Alexander Mordvintesv
|
a4bffd96c4
|
added deconvolution.py sample and example images
|
12 years ago |
Alexander Smorkalov
|
a1d8091e10
|
ColorBlobDetection Sample, ImageManpulations Sample and Tutorial2 updated. Issues with native camera on Nexus 7 (Android 4.1) fixed.
|
12 years ago |
bitwangyaoyao
|
a091f9e4e2
|
bug fix of "squares" sample for ocl module
|
12 years ago |
yao
|
d363d5589c
|
add an "squares" sample for ocl module
|
12 years ago |
Alexey Spizhevoy
|
7992203598
|
Fixed CMakeLists.txt
|
12 years ago |
Alexey Spizhevoy
|
27eb5d07cf
|
Added getScale/setScale for image warpers (stitching module)
|
12 years ago |
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.
|
12 years ago |
Philipp Wagner
|
6161a3335c
|
Removed writing the test.png, wasn't meant to be commited.
|
12 years ago |
Vladislav Vinogradov
|
beb3e6ff18
|
added GMG_GPU to bgfg_segm sample
|
12 years ago |
Vladislav Vinogradov
|
42c1d4f4b1
|
new optimized version of BackgroundSubtractorGMG
|
12 years ago |
Vladislav Vinogradov
|
c5e92c31ba
|
fixed Bug #2252
error in the tutorial Similarity check (PNSR and SSIM) on the GPU
|
12 years ago |
yao
|
2fed1fcbff
|
add an ocl sample
|
12 years ago |
Alexander Mordvintesv
|
a29be81d77
|
typo fix in features_homography.py
|
12 years ago |
alexey.spizhevoy
|
a39bce204d
|
implemented DP-based seam estimation method
|
12 years ago |
Andrey Kamaev
|
5100ca7508
|
svn repository web references are replaced with links to git
|
12 years ago |
Vadim Pisarevsky
|
2013118971
|
new/improved Python samples by Alexander Mordvintsev
|
12 years ago |
Alexander Mordvintesv
|
d9dc02541a
|
Added descriptions to PlaneTracker samples
|
12 years ago |
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
|
12 years ago |
Alexander Mordvintesv
|
ffa8c32348
|
work on feature_homography.py: multiple targets
|
12 years ago |
Philipp Wagner
|
40e65b9603
|
facerec_demo.py: Updated contact mail address.
|
12 years ago |
Alexander Mordvintsev
|
72a4f1924d
|
feature_homography.py:
building descriptor index on target capture
simple AR experiment (work in progress)
|
12 years ago |
Philipp Wagner
|
c0a4105467
|
facerec_demo.py: Shortened code. Final version.
|
12 years ago |
Philipp Wagner
|
4a7e29b3f4
|
facerec_demo.py: Reworked demo to remove all matplotlib dependencies.
|
12 years ago |
Philipp Wagner
|
508a029dae
|
Moved the facerec_demo.py to the wrong directory. Now moved to the python2 folder.
|
12 years ago |
Philipp Wagner
|
1454f3d391
|
Added the facerec_demo.py to show how to perform Face Recognition with the Python module.
|
12 years ago |
Alexander Mordvintesv
|
f8facadc67
|
print description in mosse.py
|
12 years ago |
Alexander Mordvintesv
|
f6191cc5bb
|
added MOSSE sample
|
12 years ago |
Alexander Mordvintesv
|
0f9bbf85e5
|
spelling corrections, added aero images as a more impressive example for
ASIFT
|
12 years ago |
Alexander Mordvintesv
|
88a9f8f919
|
spelling corrections, added aero images as a more impressive example for
ASIFT
|
12 years ago |
marina.kolpakova
|
51f7a3ca81
|
fixed #2190
|
12 years ago |
Andrey Pavlenko
|
794b07ba11
|
removing unused files
|
12 years ago |
Andrey Pavlenko
|
e16ae33a17
|
removing unused file
|
12 years ago |
Alexander Mordvintsev
|
ea96047f78
|
small doc fix
|
13 years ago |
Alexander Mordvintsev
|
200357fdf4
|
window name changed
|
13 years ago |
Alexander Mordvintsev
|
ad7a6ec41f
|
correct unknown feature report in find_obj.py
|
13 years ago |
Alexander Mordvintsev
|
3ce5b01543
|
added asift.py sample
|
13 years ago |
Alexander Mordvintsev
|
99e404fe86
|
moving data used by sample into a separate folder
small fix in find_obj.py
|
13 years ago |
Alexander Mordvintsev
|
8610ff1b4d
|
find_obj.py allows to select detector and matcher and explore matching pairs
|
13 years ago |
Andrey Pavlenko
|
dc68a56bab
|
fixing wording
|
13 years ago |
Andrey Pavlenko
|
92e6aa5f17
|
customizing the 'Google Market error' message in samples
|
13 years ago |
Andrey Pavlenko
|
4e4db94b6b
|
removing warnings on deprecated api when targeting to android-15+
|
13 years ago |
Alexander Mordvintsev
|
7bbc42127e
|
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)
|
13 years ago |
Alexander Mordvintsev
|
65e2350606
|
work on digits_video.py
|
13 years ago |
Andrey Pavlenko
|
5ec9909b71
|
updating include dirs to make CDT project in Eclipse happy
|
13 years ago |
Alexander Mordvintsev
|
84281d284e
|
mdot function in common.py
|
13 years ago |
Alexander Mordvintsev
|
d9478252e9
|
show detected keypoints in feature_homography.py
|
13 years ago |
Alexander Mordvintsev
|
a2c3c1800a
|
new feature_homography.py sample
|
13 years ago |
Andrey Kamaev
|
620d122fc2
|
Contrib module is added to java wrappers; fixed algorithm initialisation for python bindings
|
13 years ago |
Andrey Kamaev
|
51f6127e0a
|
Merged the recent fixes from 2.4 branch
|
13 years ago |