Ilya Lavrenov
5d206059a8
moved bioinspired to opencv_contrib
11 years ago
Anatoly Baksheev
130914d9f4
fixed documentation warnings
11 years ago
Ilya Lavrenov
6b9ebcbf3d
deleted extra semicolons
11 years ago
StevenPuttemans
12c25b9310
Fixed suggestion of bugfix 3431
...
Seems correct to me and builds fine
11 years ago
Peter Andreas Entschev
6f3163f62d
DescriptorExtractor: added defaultNorm() to return default norm type.
...
Added the defaultNorm() method to the DescriptorExtractor class. This method returns the default norm type for each descriptor type. The tests and C/C++ samples were updated to get the norm type directly from the DescriptorExtractor inherited classes.
This was reported in feature report #2182 (http://code.opencv.org/issues/2182 ). It will make it possible to get the norm type usually applied matching method for each descriptor, instead of passing it manually.
11 years ago
Vladislav Vinogradov
fc1d38ced8
fixed compilation of gpu-basics-similarity tutorial:
...
initialize TIMES variable with some default value (10)
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
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
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
ilya-lavrenov
7a53910495
fixed warning on windows
11 years ago
Fedor Morozov
c9ace38897
Docs updated, added InputArray, fixes for makePtr,...
11 years ago
Ozan Tonkal
8de46e1f81
removed trailing spaces
11 years ago
Ozan Tonkal
c31fb8ffff
rename widgets from *Widgets to W*
11 years ago
Ozan Tonkal
56f9168ac1
support VTK 6.0.0: cmakelist.txt might need to be refactored
11 years ago
Ozan Tonkal
2969ec0274
transformations tutorial rst
11 years ago
Ozan Tonkal
5307339f85
tutorial code for makeTransformToGlobal, makeCameraPose, minor fixes in widget_pose tutorial
11 years ago
Ozan Tonkal
7116e22b52
some of the tutorials
11 years ago
Ozan Tonkal
fdbf20c172
delete common.h, viz_types.hpp, rendering properties are public, setcolor in creating_widgets tutorial
11 years ago
Vladislav Vinogradov
0c7663eb3b
Merge branch 'master' into gpu-cuda-rename
...
Conflicts:
modules/core/include/opencv2/core/cuda.hpp
modules/cudacodec/src/thread.cpp
modules/cudacodec/src/thread.hpp
modules/superres/perf/perf_superres.cpp
modules/superres/src/btv_l1_cuda.cpp
modules/superres/src/optical_flow.cpp
modules/videostab/src/global_motion.cpp
modules/videostab/src/inpainting.cpp
samples/cpp/stitching_detailed.cpp
samples/cpp/videostab.cpp
samples/gpu/stereo_multi.cpp
11 years ago
Ozan Tonkal
f99e874704
tutorial: creating_widgets code
11 years ago
Ozan Tonkal
b60894c1dd
launching viz tutorial
11 years ago
Roman Donchenko
62353b7980
Boring changes - samples.
11 years ago
Vladislav Vinogradov
fd88654b45
replaced GPU -> CUDA
11 years ago
Vladislav Vinogradov
219b662127
renamed gpufilters -> cudafilters
11 years ago
Vladislav Vinogradov
dcd600cc47
renamed gpuarithm -> cudaarithm
11 years ago
Vladislav Vinogradov
e895b7455e
renamed gpu namespace -> cuda
11 years ago
dbloisi
20f932bd46
fixing trailing whitespaces
11 years ago
dbloisi
f0910466f9
fixing trailing whitespaces
11 years ago
dbloisi
a34f7b7714
fixing other white spaces
11 years ago
Fedor Morozov
833f8d16fa
Robertson and tutorial
11 years ago
berak
50288f1314
rebased commits
11 years ago
berak
926d6876d3
using VideoCapture instead of CvCapture* in cascade tutorial
...
corrected constants, changed objdetection.cpp as well
updated objDetection2.cpp as well
fixed headers in objdetection2.cpp
removed useles RNG
fixed buildbot warnings (wow, i like that bot!)
victim of the war on whitespace
fixing buildbot warnings
fixing last buildbot warning, heya .
trying to rebase/squash commits
11 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
11 years ago
zio dodo
449b4d8a65
Added the tutorial on background subtraction, in the video section
11 years ago
Bahram Dahi
230bc03d97
Moved Scalar variable 'value' to int main() to work around a GCC -Wshadow warning in operations.hpp
11 years ago
alexandre benoit
7fe78efda3
retina included in namespace bioinspired + followed suggestions made by Vadim
12 years ago
hbristow
2059972bf7
Preparing to rebase
12 years ago
Vladislav Vinogradov
12ae11e2ff
refactored Separable Linear Filters
12 years ago
Sergei Nosov
982ef83f80
Fixes bug #3071 .
...
If we have perfect matches (min_dist == 0.0), then strict comparison
fails. Making it non-strict results in treating perfect matches as
good.
12 years ago
alexandre benoit
cdbbe0dfbe
1. created module bioinspired. 2.transfered Retina module into the new module bioinspired. 3. added a fast tone mapping method to Retina interface and wrapped existing reinafilter dedicated method
12 years ago
Vladislav Vinogradov
76f4b02b06
refactored gpu::Stream (minor fixes)
12 years ago
Vladislav Vinogradov
3eeaa9189c
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
12 years ago
alexandre benoit
9c26387ce0
updated sources to correct buildbot warnings
12 years ago
alexandre benoit
a659e287fb
minor error correction
12 years ago