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
StevenPuttemans
f33fe94c0d
Added the sample from patch #2288 : reading in sequence of images
...
Added bugfixes
- Changed CV_WINDOW_NORMAL to 1
- Changed the help function to static
- Added extra help information on mask specifics
11 years ago
Daniel Angelov
ae93a3e681
The accurate LineSegmentDetector object.
11 years ago
Daniel Angelov
26847f92b3
Fixed the sample.
11 years ago
Daniel Angelov
982ccd784e
Added the update on the sample.
11 years ago
Daniel Angelov
965b3759b1
Update on the class to reflect the review. Split the class into virtual and implementation. change of name to LineSegmentDetector, using Input/Output-Arrays, general clean ups.
11 years ago
lluis
5abe3b59f5
Class-specific Extremal Region Filter algorithm as proposed in :
...
Neumann L., Matas J.: Real-Time Scene Text Localization and Recognition, CVPR 2012.
High-level C++ interface and implementation of algorithm is in the objdetect module.
C++ example, a test image, and the default classifiers in xml files.
11 years ago
alexandre benoit
7fe78efda3
retina included in namespace bioinspired + followed suggestions made by Vadim
12 years ago
Daniel Angelov
22c8010b2d
Added needed header, changed macro name.
12 years ago
Daniel Angelov
6bd5e12be3
Added a sample to show usage of the class.
12 years ago
Alexey Spizhevoy
37ea872204
added handling of camera parameters estimation errors ( #3122 )
12 years ago
Kirill Kornyakov
aef347e7b3
Removed references to opencv.itseez.com
12 years ago
Kirill Kornyakov
cbed07bc18
Removed references to YG from samples
12 years ago
Alexander Smorkalov
91c519467d
WinRT build fix for samples and static libs.
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
2c1fb5fd71
minor correction after buildbot warnings
12 years ago
alexandre benoit
7bff79bbeb
updated demos and tutorial regarding the Retina class transfer to bioinspired module.
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
Andrey Kamaev
b8ed00bd64
Compile OpenCV with GCC visibility set to hidden
12 years ago
alexandre benoit
9c26387ce0
updated sources to correct buildbot warnings
12 years ago
alexandre benoit
a659e287fb
minor error correction
12 years ago
alexandre benoit
9549949228
minor chnges for conflict removal
12 years ago
alexandre benoit
ea1a64477f
updated tutorial with new retina interface use
12 years ago
alexandre benoit
b62d101115
updated retina interface for cleaner use, following OpenCV standards
12 years ago
Kevin Hughes
69c626e720
starter_video.cpp hid local functions
12 years ago
Kevin Hughes
3441b2df65
starter_video.cpp changed CV WINDOW KEEPRATIO to just WINDOW KEEPTATIO to fix build error
12 years ago
Pastafarianist
28427ce2e8
Fixed typo
12 years ago
Andrey Kamaev
416fb50594
Revert "Merge pull request #836 from jet47:gpu-modules"
...
This reverts commit fba72cb60d
, reversing
changes made to 02131ffb62
.
12 years ago
Vladislav Vinogradov
564f609885
fixed samples compilation
12 years ago
Vladislav Vinogradov
5ee9d3111d
fixed gpu tutorial
12 years ago
Vladislav Vinogradov
13d087e62d
videostab module fixes
12 years ago
Vladislav Vinogradov
fdeec6896c
stitching module fixes
12 years ago
Vladislav Vinogradov
ac0f506d0e
split gpuvideo onto gpuoptflow and gpubgsegm
12 years ago
Vladislav Vinogradov
eda124ec32
removed gpuobjdetect module
12 years ago
Vladislav Vinogradov
28b1caa730
gpustereo module for stereo correspondence
12 years ago
Vladislav Vinogradov
fc3730fcc2
gpuwarping module for image warping
12 years ago
Vladislav Vinogradov
a6648b5372
gpuobjdetect module for object detection
12 years ago
Vladislav Vinogradov
b08b9ab83b
gpucalib3d module for camera calibration and stereo correspondence
12 years ago
Vladislav Vinogradov
fc1fa28556
gpuvideo module for video processing
12 years ago
Vladislav Vinogradov
7544ddbfef
gpufeatures2d module 2d for feature detection and matching
12 years ago
Vladislav Vinogradov
e41aea0acf
gpuimgproc module for image processing
12 years ago
Vladislav Vinogradov
84de6ce036
gpufilters module for image filtering
12 years ago