Alexander Alekhin
c4c31f5bba
samples: use findFile() in "cpp"
6 years ago
tompollok
2da56d5af6
refactoring catching all exceptions as const ref
6 years ago
Alexander Alekhin
df8b057b44
avoid `Ptr<> == NULL` checks
6 years ago
Paul92
8c7555523b
Merge pull request #12032 from Paul92:mser-sample-improvments
...
Mser sample improvments (#12032 )
* Fixed bug in detect_mser sample
Wrong number of colors used to generate the synthetic images
* Formatting improvements
* Using safer casts
* Improved readability of legend generation
* Various readability fixes in detect_mser sample
6 years ago
Maksim Shabunin
633b0e56a5
Fixed compilation warnings in samples:
...
- use per-module includes instead of "opencv.hpp"
- unused function warnings
- undefined macro warning
7 years ago
Alexander Alekhin
602f047fe8
build: replace WIN32 => _WIN32
7 years ago
LaurentBerger
8638bba670
Merge pull request #8220 from LaurentBerger:Issue5035
8 years ago
StevenPuttemans
6d34d6b47e
update samples: waitKey() usage
...
Original commit is a5f19f7dd6
8 years ago
LaurentBerger
fb456eb69c
Merge pull request #7691 from LaurentBerger:I7676
...
* Solve issue 7676
* I7676 bis
8 years ago
Alexander Alekhin
5da8d65371
eliminate compiler warnings
8 years ago
Julien Nabet
a29c814bd8
cppcheck: fix some reports
...
All of these: (performance) Prefer prefix ++/-- operators for non-primitive types.
[modules/calib3d/src/fundam.cpp:1049] -> [modules/calib3d/src/fundam.cpp:1049]: (style) Same expression on both sides of '&&'.
9 years ago
Bleach666
93e50dabcd
fix build detect_mser sample in vc2010
9 years ago
ValeryTyumen
297808e6b9
Feature #3957
9 years ago
laurentBerger
b204013483
back to #include "opencv2/cvconfig.h"
10 years ago
laurentBerger
b116d6c6e8
use ifndef HAVE_GTK
10 years ago
laurentBerger
a6a0fc5b21
replace "cvconfig.h" it with "opencv2/cvconfig.h".
10 years ago
laurentBerger
268283ff16
suppress android and mac warnings
10 years ago
laurentBerger
546f70a6f0
some warnings and errors
10 years ago
laurentBerger
187ab0ca61
include cvconfig.h to use constant HAVE_OPENGL
10 years ago
laurentBerger
7cf5de0ed0
trailing whitespace and some bracket
10 years ago
laurentBerger
68e9d19743
An example how to use features2d for MSER. Data results are visualized in 3D using openglwith mouse or keyboard
10 years ago