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
11 years ago
edgarriba
301ed34142
removed old headers
11 years ago
edgarriba
7da9800694
removed old headers
11 years ago
edgarriba
4a214c08e5
removed old code
11 years ago
edgarriba
afdb67b462
SOLVEPNP_* flags
11 years ago
edgarriba
b7a19a9a5f
Removed Timer
11 years ago
edgarriba
c7f6c0cb9f
Fixed warnings + RANSAC confidence to double
11 years ago
edgarriba
bc250c2e3f
bug fixed
11 years ago
edgarriba
80b4f99b1e
bug fixed
11 years ago
edgarriba
d09b404178
tutorial update
11 years ago
edgarriba
7ecad71ab0
fixed warnings
11 years ago
edgarriba
8c4b8cc0b4
fixed warnings
11 years ago
edgarriba
3f5d3b2d40
video opening path modified
11 years ago
edgarriba
7d8a16ae39
remove unused tutorials
11 years ago
edgarriba
8b732e086d
updated ransanc model
11 years ago
edgarriba
c07cd007eb
Multi class tutorial compilation
11 years ago
edgarriba
8c08258cf2
moved headers
11 years ago
edgarriba
837f001789
update cmake
11 years ago
edgarriba
381574bdb7
Modified cmake
11 years ago
edgarriba
f1b6809eee
Updated Utils functions
11 years ago
edgarriba
2881f2a096
Fixed warnings
11 years ago
edgarriba
d2665b655e
Fixed warnings
11 years ago
edgarriba
e14f91dd37
Update headers
11 years ago
edgarriba
ddf5c86f3a
Added code
11 years ago
edgarriba
57d2cb8962
deleted: src/CsvReader.cpp
...
deleted: src/CsvReader.h
deleted: src/CsvWriter.cpp
deleted: src/CsvWriter.h
deleted: src/Mesh.cpp
deleted: src/Mesh.h
deleted: src/Model.cpp
deleted: src/Model.h
deleted: src/ModelRegistration.cpp
deleted: src/ModelRegistration.h
deleted: src/PnPProblem.cpp
deleted: src/PnPProblem.h
deleted: src/RobustMatcher.cpp
deleted: src/RobustMatcher.h
deleted: src/Utils.cpp
deleted: src/Utils.h
deleted: src/main_detection.cpp
deleted: src/main_registration.cpp
deleted: src/main_verification.cpp
deleted: src/test_pnp.cpp
11 years ago
edgarriba
43301096d3
Update tutorial
11 years ago
edgarriba
7b0be9cf8f
Update code
11 years ago
edgarriba
0d2bc9b0a1
Removed whitespaces
11 years ago
edgarriba
55819ae464
Tutorial code restructure
11 years ago
edgarriba
23785faf02
Update for NON BOOST libraries
11 years ago
edgarriba
16e750dd37
Update for Boost libraries
11 years ago
edgarriba
1727e0acf6
Update for Boost libraries
11 years ago
edgarriba
dfa3ccdea9
Update for Boost libraries
11 years ago
edgarriba
85ccac2633
Added help()
11 years ago
edgarriba
4a86900761
Added help()
11 years ago
edgarriba
69f1ee8732
Code tutorial
11 years ago
edgarriba
6ff58f02e2
Code tutorial
11 years ago
edgarriba
94968c81e0
Code tutorial
11 years ago
edgarriba
b58979d057
Code tutorial
11 years ago
edgarriba
38c2cc8521
Code tutorial
11 years ago