f-morozov
886319c81d
AKAZE fixes and tracking tutorial
10 years ago
Maksim Shabunin
108caae216
Modified logistic regression module according to comments
...
- Reworked documentation to reflect actual code
- Removed some unused variables
- Removed unnecessary 'cv::' modifiers
10 years ago
Maksim Shabunin
4667e18831
Updated logistic regression example
...
- Extracted common operations to separate functions.
- Activated first parameters set.
- Some output formatting.
- Fixed loop break condition in mini_batch_gradient function.
10 years ago
Maksim Shabunin
3e26086f82
Reworked ML logistic regression implementation, initial version
10 years ago
Maksim Shabunin
71770eb790
Fixed ML module build after merge
10 years ago
Rahul Kavi
3cdd2b2761
updated logistic regression program with new api example
10 years ago
Rahul Kavi
b8ea21b2e5
updated logistic regression sample program
10 years ago
Rahul Kavi
7612e7af05
fixed trailing white-space in sample program for logistic regression
10 years ago
Rahul Kavi
3a6466d2e1
updated logistic regression sample program
10 years ago
Rahul Kavi
8355293306
added program to demonstrate use of logistic regression classifier
10 years ago
Rahul Kavi
62470d8a33
added sample data file to test logistic regression program
10 years ago
Vadim Pisarevsky
9a5aa4b23c
trying to solve compile problems; temporarily disabled some tests for just added optimization algo's
10 years ago
Vadim Pisarevsky
00b2124876
fixing more compile problems with Java bindings etc
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
Vadim Pisarevsky
31df47b6ea
moved nonfree and a part of features2d to opencv_contrib/xfeatures2d
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
Vadim Pisarevsky
d0137b6d2d
moved part of video to contrib/{outflow, bgsegm}; moved matlab to contrib
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
Vadim Pisarevsky
68305703bd
modified farneback sample to use T-API
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
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