Alexander Smorkalov
2cfd635e9e
Image processing sample for WinRT added.
11 years ago
Adrien BAK
38904c9a11
fix exception being thrown when no arguments are passed
11 years ago
Adrien BAK
094d7c4926
build fix
11 years ago
Adrien BAK
dda3b534ad
fix indent
11 years ago
Adrien BAK
1c025be068
fix typos
11 years ago
Adrien BAK
514f1fae95
improved error handling
11 years ago
Adrien BAK
8a2de2ecca
modified HoughCircleDemo to introduce variable params via trackbars
...
Conflicts:
samples/cpp/tutorial_code/ImgTrans/HoughCircle_Demo.cpp
11 years ago
StevenPuttemans
6f892b10ff
Applied feature #3375 and fix of pull 1842 to avoid merging problems later
11 years ago
StevenPuttemans
1b0297d92b
Added fixes mentioned in bugreport 3306
...
- Added author provided fixes
- Added code example
- Added documentation fixes
11 years ago
Mathieu Barnachon
089b8e2f4a
Suppress a space!
11 years ago
berak
10639d63f5
mouse_and_match.py missing import cv2
11 years ago
Mathieu Barnachon
e015691b41
Fix warnings as errors.
11 years ago
Mathieu Barnachon
e1955759af
Fix some warning.
...
Adding missing credit for a function.
11 years ago
StevenPuttemans
2427c03625
Wrong example at the visual studio tutorial. Fixed link, fixed sample
...
content and renamed to a more sensible name. Also fixed a wrong link in the
actual display_image tutorial.
11 years ago
Roman Donchenko
b8283edfca
Fix the Qt sample, broken after #1722 .
11 years ago
Vadim Pisarevsky
8c44995ea6
another attempt to fix compile errors
11 years ago
Vadim Pisarevsky
241002384c
fixed some more compile errors
11 years ago
Vadim Pisarevsky
e2bbe7597b
fixed few compile errors and doc build errors
11 years ago
Vadim Pisarevsky
d914f20a4c
updated patch to bring in the first functions with "transparent API"
11 years ago
StevenPuttemans
2b106db02f
Applied all fixes related to translating C to C++ code
...
Also fixed some typos and code alignment
Also adapted tutorial CPP samples
Fixed some identation problems
11 years ago
moodoki
b8de81749c
Slight modification to example code for FLANN matcher with comment on #3344
11 years ago
Mathieu Barnachon
a4ceb7b6ee
Fix compilation issues.
11 years ago
Harris Gasparakis
a1de91a4fd
Cleaned up adaptive bilateral filtering, added support for gaussian interpolation, updated sample and docs
11 years ago
Peng Xiao
7a2a810de5
Update retina_ocl.cpp
11 years ago
peng xiao
8adebcbc00
Add ocl retina sample.
11 years ago
peng xiao
2a111f7a6c
Let perf/accuracy test of ocl haar uses detectMultiScale api.
...
Fix image to be used by perf test.
11 years ago
Roman Donchenko
d07e7897a0
Fixed building with OpenCL, but without the ocl module.
...
HAVE_opencv_ocl implies HAVE_OPENCL, so checking for both is not
necessary.
11 years ago
Peng Xiao
252f13f53e
Fix a typo
11 years ago
Ilya Lavrenov
ee8f0a3f36
ocl example typo
11 years ago
Ilya Lavrenov
4d86e2140d
OpenCL examples refactoring
11 years ago
peng xiao
7285341083
1. Let btvRegWeights to be constant per `process` call.
...
2. Let Farneback to be the default optical flow method.
3. Fix a timing method bug for ocl path.
4. Remove useless finish operation in farneback
5. Refactor buffer usage.
11 years ago
Vladislav Vinogradov
5673e7e435
fix bug in gpu bgsegm sample
...
create `d_fgimg` matrix before cleaning.
11 years ago
Alexander Alekhin
74329ee416
cmake: revert CRT linkage option for MSVS
11 years ago
ilya-lavrenov
7a53910495
fixed warning on windows
11 years ago
Alexander Alekhin
555c505b70
update cmake 'install' target for Windows platform
...
Allow to build samples via OpenCV binaries from distribution package
(find_package with OpenCV_DIR).
11 years ago
Ilya Lavrenov
35d9ce0c0c
fixed warnings
11 years ago
Alexander Smorkalov
fdc1a06397
Invalid copy-passed exception messages in FaceDetect sample for Android fixed.
11 years ago
Alexander Alekhin
69c2ef5ed2
ocl: update ocl samples
11 years ago
John Stowers
51341738ba
Add cv::logPolar, cv::linearPolar, and a python example
11 years ago
Juan Manuel Perez
fe7bab499f
Corrections for compiling issues in Win, And and Doc
11 years ago
Juan Manuel Perez
61c27ac81e
Shape module added
11 years ago
Alexander Mordvintsev
20fe614c2f
createLineSegmentDetectorPtr -> createLineSegmentDetector in tests and samples
11 years ago
Nghia Ho
b9e542e35e
Missing closedir with opendir
11 years ago
lluis
047b568f6d
erGrouping now uses a classifier for group validation instead of a set of heuristical ifos.
...
Updated documentation and sample to use the new function API
11 years ago
Fedor Morozov
c9ace38897
Docs updated, added InputArray, fixes for makePtr,...
11 years ago
Andrey Pavlenko
0a695eb314
hortening the file names (HighDynamicRange -> HDR)
11 years ago
John Stowers
4b19fda1d6
Add brisk features to python demos
11 years ago
John Stowers
42faaa8b39
Fix mouse handling in python demos
11 years ago
lluis
2837bfd9fa
Added erGrouping function: Find groups of Extremal Regions that are organized as text blocks. Updated sample/cpp to use the complete text detection pipeline
11 years ago
Ozan Tonkal
5780b418c9
delete duplicate bunny.ply, remove tabs and extra lines
11 years ago