Alexandre Benoit
|
9ea9cbf489
|
Updated retina access methods and OpenEXR image tone mapping demo cleaned
|
13 years ago |
Alexander Mordvintsev
|
700ef09a23
|
opt_flow.py sample fixed
|
13 years ago |
Alexander Mordvintsev
|
fa7e45897f
|
obj_detect.py sample removed
|
13 years ago |
Alexander Mordvintsev
|
e61f4c4a4b
|
lk_homography.py sample added
|
13 years ago |
Vladislav Vinogradov
|
47d68f6967
|
implemented gpu::remap for all types
|
13 years ago |
Alexander Mordvintsev
|
785428546b
|
lk_track.py description
|
13 years ago |
Vladislav Vinogradov
|
5f9e47a9cd
|
refactored gpu::BruteForceMatcher (moved some utility functions to device layer)
|
13 years ago |
Alexander Mordvintsev
|
6abb46254d
|
mser.py sample added
|
13 years ago |
Alexander Mordvintsev
|
02788eb32e
|
camshift.py description
|
13 years ago |
Vadim Pisarevsky
|
df1b04c302
|
removed irrelevant pyc file
|
13 years ago |
Vadim Pisarevsky
|
ae83fe7645
|
added hybrid (feature-based & meanshift-based) tracker (by Pushkar)
|
13 years ago |
Vladislav Vinogradov
|
173ac5a64b
|
optimized gpu pyrDown and pyrUp
|
13 years ago |
Alexandre Benoit
|
e268e0704d
|
enhanced input image format support
|
13 years ago |
Alexander Mordvintsev
|
fc771363d3
|
all video processing samples use camera as default source (and fallback to synth in case of capture error)
|
13 years ago |
Bernat Gabor
|
df49158863
|
Added the "Camera calibration With OpenCV" tutorial. Extended with a few global links the conf.py file. Corrected an error in the linux_install.rst and one in the cascade_classifier.rst file.
|
13 years ago |
Vadim Pisarevsky
|
628447c251
|
replaced non-available in MacOSX' numpy deg2rad in motempl.py
|
13 years ago |
Vadim Pisarevsky
|
8dacbeb157
|
fixed 2 bugs in python samples (crash in camshift and running samples from within the demo)
|
13 years ago |
Alexander Mordvintsev
|
fd69c8b34a
|
running demos with enter key
|
13 years ago |
Alexandre Benoit
|
bd198d2b7b
|
updated default parameters, more contrast by default
|
13 years ago |
Alexander Mordvintsev
|
67cbcd2fa6
|
work on demo.py: sample running
|
13 years ago |
Alexander Mordvintsev
|
0de8ed1099
|
demo description url parsing
|
13 years ago |
Alexander Mordvintsev
|
5b00763bb0
|
work on demo.py shell
|
13 years ago |
Alexandre Benoit
|
d5d2290ffd
|
updated GUI photoreceptors sensitivity paramaer management
|
13 years ago |
Vladislav Vinogradov
|
5e9ae6b19f
|
added TransformFunctorTraits, optimized some functions that use transform
|
13 years ago |
Alexander Mordvintsev
|
b3ae2c181a
|
added flann matching to find_obj.py
|
13 years ago |
Alexandre Benoit
|
cd8d3afe37
|
enhanced basic error management when input image could not be loaded
|
13 years ago |
Alexandre Benoit
|
58c0bea68a
|
added openexr sample file
|
13 years ago |
Vladislav Vinogradov
|
6e3a1f7b49
|
implement optimized version of gpu::BruteForceMatcher::knnMatch when k == 2
|
13 years ago |
Alexander Mordvintsev
|
5bc5d9a47e
|
camshift.py sample
small cleaning
|
13 years ago |
Ana Huaman
|
dd836f1bdd
|
Modified sample for object detection with LBP in tutorial_code
|
13 years ago |
Ana Huaman
|
e228b5c70d
|
Added sample for object detection with LBP in tutorial_code
|
13 years ago |
Bernat Gabor
|
fec995391f
|
Added to the tutorials the "Support Vector Machines for Non-Linearly Separable Data" contributed by Fernando Iglesias García. Corrected a mistake in the gpu-basics-similarity.rst file.
|
13 years ago |
Ana Huaman
|
4c74b28ee3
|
Sample code simplified for object Detection
|
13 years ago |
Bernat Gabor
|
695311d709
|
Added the "Similarity check (PNSR and SSIM) on the GPU" tutorial. Corrected an highgui TOC tree mistake.
|
13 years ago |
Alexandre Benoit
|
e95618d0b4
|
nicer default parameters set
|
13 years ago |
Alexander Mordvintsev
|
a0af870719
|
added CV_OUT to CvANN_MLP::predict
python cv2 MLP sample done
|
13 years ago |
Alexander Mordvintsev
|
622bd42224
|
work on MLP sample in letter_recog.py (in progress...)
|
13 years ago |
Alexandre Benoit
|
638f3d31cf
|
added more explicit titles on figures and cleaned std output
|
13 years ago |
Alexandre Benoit
|
23c15d562d
|
added comments/contacts link
|
13 years ago |
Alexandre Benoit
|
9d7c0141bb
|
added comments/contacts link
|
13 years ago |
Alexandre Benoit
|
6395a738cb
|
adding openexr images tone mapping demo
|
13 years ago |
Bernat Gabor
|
bdfc0201de
|
Added the How to create videos with OpenCV Tutorial. Made some corrections to the feature2d, to get rid of some documentation build errors.
|
13 years ago |
Alexander Mordvintsev
|
d2da81401f
|
work on camshift.py
|
13 years ago |
Alexander Mordvintsev
|
8c06a275f7
|
use default HOG people detector
minor cleaning
|
13 years ago |
Ana Huaman
|
6b88d7a898
|
Added base tutorial for using FlannBasedMatcher with SURF detector + descriptor in rst
|
13 years ago |
Ana Huaman
|
f803fc259b
|
Added tutorial for features2d using homography to find a planar object (Based on the well known find_obj.cpp
|
13 years ago |
Ana Huaman
|
ea971df8bf
|
Added SURF_Homography sample codee
|
13 years ago |
Alexander Mordvintsev
|
d80a41a543
|
comment
|
13 years ago |
Alexander Mordvintsev
|
d7a2081230
|
peopledetect.py sample added (TODO: use builtin svm data instead of people_hog.txt)
some old cv api use cleaning
|
13 years ago |
Ana Huaman
|
9fba5e8d8c
|
Added code for SURF using FLANN Matcher and drawMatches options
|
13 years ago |