MoonChasing
98db891851
using argv[0] represent binary executable files' name in help() function
...
in sample codes instead of cpp files' name.
5 years ago
Alexander Alekhin
d38869eb76
docs: fix links
...
- replace tutorial links via docs.opencv.org
- remove link on OpenCV 2.4
- avoid links on outdated packages
6 years ago
Alexander Alekhin
c4c31f5bba
samples: use findFile() in "cpp"
6 years ago
tompollok
2da56d5af6
refactoring catching all exceptions as const ref
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
luz.paz
dbb57cd0ae
Misc. ./samples typos
...
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
7 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
ValeryTyumen
297808e6b9
Feature #3957
9 years ago
laurentBerger
16e20e5c73
An another improvement?
10 years ago
laurentBerger
26d7da68fc
warning C4101: 'e' line 146
10 years ago
laurentBerger
f6f5b6035b
trailing whitespace
10 years ago
laurentBerger
966d50762d
Try to include comment from @eduardo and @berak
...
Akaze descriptor with DESCRIPTOR_KAZE_UPRIGHT added
10 years ago
laurentBerger
cfcef3ec98
File was not saved due to wrong file name.
...
Add a comment about bug 4308
10 years ago
laurentBerger
09930938e8
Trailing white space first step
10 years ago
laurentBerger
09e9e8ad9f
I have modified source file and add a chart to have distance between keypoint for decriptor function og matching algorithm
...
My english is not good so you can change some words in my comment
10 years ago
laurentBerger
9ddb8bdb8b
Problem with warning: comparison between signed and unsigned integer expressions
10 years ago
laurentBerger
56856a1810
Conversion size-t in int
10 years ago
laurentBerger
341de5d53f
trailing whitespace
10 years ago
laurentBerger
b28056e3dd
Trailing whitespace
10 years ago
laurentBerger
3e25c085ba
A sample program : how to use ORB AKAZE BRISK descriptors for matching.
...
see http://answers.opencv.org/question/61062/features2d-example/
10 years ago