Alexander Alekhin
18151e79bb
cmake(samples): use LINK_PRIVATE in target_link_libraries
6 years ago
catree
3c92d40f6e
Fix arguments parsing. Add possibility to choose between different features type. Add keypoints matching visualization. Auto format code.
6 years ago
Alexander Alekhin
c4c31f5bba
samples: use findFile() in "cpp"
6 years ago
catree
d02ecff881
Clarify the Euler angles convention chosen. Replace rotation inverse with matrix transpose.
7 years ago
Steven
6f4e35cc0e
fix tutorial on real time pose estimation
7 years ago
Maksim Shabunin
2200e13c71
cmake: refactored scripts with samples building:
...
- allow installing samples sources on all platforms
even if BUILD_EXAMPLES is disabled, fixed minor
issues in sources installation process
- use 'example_<group>_<name>' scheme for target and binary file naming
- use single function for sample executable creation
7 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
Alexander Alekhin
35738bcadd
samples: remove orphan documentation snippet: SBM_Sample.cpp
7 years ago
Ryan Pavlik
5d699e9ba5
Honor fixing principal point in camera calib tutorial.
7 years ago
Suleyman TURKMEN
89480801b8
some improvements on tutorials
7 years ago
Tony Lian
c8783f3e23
Merge pull request #9075 from TonyLianLong:master
...
Remove unnecessary Non-ASCII characters from source code (#9075 )
* Remove unnecessary Non-ASCII characters from source code
Remove unnecessary Non-ASCII characters and replace them with ASCII
characters
* Remove dashes in the @param statement
Remove dashes and place single space in the @param statement to keep
coding style
* misc: more fixes for non-ASCII symbols
* misc: fix non-ASCII symbol in CMake file
7 years ago
umbraclet16
17ece5861a
Solve issue #8264
...
Fix bug in camera_calibration.cpp that the program tries to
parse input of type VIDEO_FILE as IMAGE_LIST which causes the
program to crash.
8 years ago
StevenPuttemans
6d34d6b47e
update samples: waitKey() usage
...
Original commit is a5f19f7dd6
8 years ago
Vladislav Sovrasov
46c8b09453
Improvements in camera_calibration tutorial code
8 years ago
Suleyman TURKMEN
11ca1c95f8
update cpp samples and tutorials
9 years ago
Enes Ateş
5df2713b16
XML file path correction
...
in documentation exact path is images/CameraCalibration/VID5
see also PR #5393
9 years ago
Enes Ateş
769fe82743
XML file path correction
...
in documentation exact path is images/CameraCalibration/VID5
9 years ago
Pavel Rojtberg
d0e16b21d4
add support for fisheye camera model
9 years ago
berak
dc265071d0
Update PnPProblem.cpp
9 years ago
Pavel Rojtberg
7c5084e385
- update documentation
...
* correct the part about fixed aspect
* improve formatting
* add snippet markers to source
* replace inline code by @snippet
- do not run calibration twice when using a imageList
- make output consistent in itself (CamelCase vs no_camel_case) as well as with old camera calibrate sample
- respect write extrinsic/ points flags
- set the aspectRatio value when specified
- fix writing of calibration settings. also update grammar.
- fix intendation and remove some size_t -> int casts by using size_t
10 years ago
Vadim Pisarevsky
d2b9dc5530
quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
10 years ago
Vadim Pisarevsky
d36b546df8
trying to fix strange compiler bug
10 years ago
Vadim Pisarevsky
06d4aa6060
now all the samples and opencv_contrib compile!
10 years ago
Vadim Pisarevsky
48a860a335
trying to fix strange compiler bug
10 years ago
Vadim Pisarevsky
d017faa06c
now all the samples and opencv_contrib compile!
10 years ago
Adil Ibragimov
8a4a1bb018
Several type of formal refactoring:
...
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
10 years ago
edgarriba
301ed34142
removed old headers
10 years ago
edgarriba
7da9800694
removed old headers
10 years ago
edgarriba
4a214c08e5
removed old code
10 years ago
edgarriba
afdb67b462
SOLVEPNP_* flags
10 years ago
edgarriba
b7a19a9a5f
Removed Timer
10 years ago
edgarriba
c7f6c0cb9f
Fixed warnings + RANSAC confidence to double
10 years ago
edgarriba
bc250c2e3f
bug fixed
10 years ago
edgarriba
80b4f99b1e
bug fixed
10 years ago
edgarriba
d09b404178
tutorial update
10 years ago
edgarriba
7ecad71ab0
fixed warnings
10 years ago
edgarriba
8c4b8cc0b4
fixed warnings
10 years ago
edgarriba
3f5d3b2d40
video opening path modified
10 years ago
edgarriba
7d8a16ae39
remove unused tutorials
10 years ago
edgarriba
8b732e086d
updated ransanc model
10 years ago
edgarriba
c07cd007eb
Multi class tutorial compilation
10 years ago
edgarriba
8c08258cf2
moved headers
10 years ago
edgarriba
837f001789
update cmake
10 years ago
edgarriba
381574bdb7
Modified cmake
10 years ago
edgarriba
f1b6809eee
Updated Utils functions
10 years ago
edgarriba
2881f2a096
Fixed warnings
10 years ago
edgarriba
d2665b655e
Fixed warnings
10 years ago
edgarriba
e14f91dd37
Update headers
10 years ago
edgarriba
ddf5c86f3a
Added code
10 years ago