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
10 years ago
edgarriba
43301096d3
Update tutorial
10 years ago
Alexander Alekhin
55188fe991
world fix
10 years ago
edgarriba
7b0be9cf8f
Update code
10 years ago
edgarriba
0d2bc9b0a1
Removed whitespaces
10 years ago
edgarriba
55819ae464
Tutorial code restructure
10 years ago
edgarriba
23785faf02
Update for NON BOOST libraries
10 years ago
edgarriba
16e750dd37
Update for Boost libraries
10 years ago
edgarriba
1727e0acf6
Update for Boost libraries
10 years ago
edgarriba
dfa3ccdea9
Update for Boost libraries
10 years ago
Vadim Pisarevsky
cb9b88e65b
fixed more compile warnings on Windows
10 years ago
Vadim Pisarevsky
c20ff6ce19
made everything compile and even run somehow
10 years ago
Vadim Pisarevsky
10b60f8d16
continuing refactoring ml samples; added "max vote" response to ANN_MLP. Probably, should make it in less hacky way
10 years ago
Vadim Pisarevsky
223cdcd0ee
fixed compilation of some samples; fixed ANN_MLP::predict
10 years ago
f-morozov
7f82960897
AKAZE fixes, tests and tutorial
10 years ago
edgarriba
85ccac2633
Added help()
10 years ago
edgarriba
4a86900761
Added help()
10 years ago
edgarriba
69f1ee8732
Code tutorial
10 years ago
edgarriba
6ff58f02e2
Code tutorial
10 years ago
edgarriba
94968c81e0
Code tutorial
10 years ago
edgarriba
b58979d057
Code tutorial
10 years ago
edgarriba
38c2cc8521
Code tutorial
10 years ago
edgarriba
31bec45998
Code tutorial
10 years ago
edgarriba
b33a2f24fa
Code tutorial
10 years ago
edgarriba
9d18f5c458
Code tutorial
10 years ago
edgarriba
6f5876f8f7
Code tutorial
10 years ago
edgarriba
2848f43acc
Code tutorial
10 years ago
edgarriba
319dbd2eb7
Code tutorial
10 years ago
edgarriba
924e062426
Code tutorial
10 years ago
edgarriba
3b24aa2441
Code tutorial
10 years ago
edgarriba
be4c1afb0b
Code tutorial
10 years ago
edgarriba
550e3721ae
Code tutorial
10 years ago
edgarriba
64c164c111
Code tutorial
10 years ago
edgarriba
74e52df3cd
Code tutorial
10 years ago
edgarriba
7334e54a63
Code tutorial
10 years ago
siddharth
88d05a89d4
removed build error
...
Whitespaces removed
10 years ago
siddharth
14d0b763ec
changed demo tutorial path
10 years ago
Vadim Pisarevsky
1ad9827fc4
removed ERFilter (to be moved to opencv_contrib/modules/text) and lineMOD (to be moved to opencv_contrib/modules/rgbd)
10 years ago
Alexander Karsakov
b17bf031f6
Added DFT_SCALE for forward transforms
11 years ago
Alexander Karsakov
5dd9263848
Multi-radix with kernel generation
11 years ago
Petr Glotov
7a77cf584a
added timelapse
11 years ago
vbystricky
d58f736935
Split highgui module to videoio and highgui
11 years ago
Andrey Pavlenko
64d8cf1e2e
improving face-rec sample:
...
* CSV can contain dir-s and wildcards
* save trained model
11 years ago
Marvin Smith
67e23ed972
Fixing double to uchar conversion warning.
11 years ago
vbystricky
4286f60387
Extract imgcodecs module from highgui
11 years ago
Adi Shavit
7674f3ddbf
Added call to clone() to avoid unexpected change to external data.
...
- Fix both stitching_detailed.cpp sample and cv::Stitcher.
11 years ago
Marvin Smith
561703ca27
Fixed the compiler warnings for the demo program.
11 years ago
Marvin Smith
14548227ca
Adding support for GDAL raster images.
11 years ago
Vadim Pisarevsky
07c0d50edf
put the detection-based tracker back (to objdetect module), so that the Android face detection sample builds fine. The patch by Konstantin Matskevich that adds C++11 threads support has been merged in too. Also, fixed compile error in the doc builder.
11 years ago
Vadim Pisarevsky
3858f2291d
removed contrib, legacy and softcsscade modules; removed latentsvm and datamatrix detector from objdetect. removed haartraining and sft apps.
...
some of the stuff will be moved to opencv_contrib module.
in order to make this PR pass buildbot, please, comment off opencv_legacy, opencv_contrib and opencv_softcascade test runs.
11 years ago