ValeryTyumen
|
297808e6b9
|
Feature #3957
|
9 years ago |
LorenaGdL
|
b21b24fd8a
|
Update train_HOG.cpp
Incorrect number of input arguments in main function
|
10 years ago |
Maksim Shabunin
|
79e8f0680c
|
Updated ml module interfaces and documentation
|
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 |
Vadim Pisarevsky
|
c20ff6ce19
|
made everything compile and even run somehow
|
11 years ago |
Roman Donchenko
|
6a511755b2
|
Fixed build for samples/cpp/train_HOG.cpp.
get_hogdescriptor_visu is passed img->clone(), which is not usable
as a non-const reference (and it doesn't modify the argument, anyway).
|
11 years ago |
Mathieu Barnachon
|
089b8e2f4a
|
Suppress a space!
|
11 years ago |
Mathieu Barnachon
|
e015691b41
|
Fix warnings as errors.
|
11 years ago |
Mathieu Barnachon
|
e1955759af
|
Fix some warning.
Adding missing credit for a function.
|
11 years ago |
Mathieu Barnachon
|
a4ceb7b6ee
|
Fix compilation issues.
|
11 years ago |
Mathieu Barnachon
|
0934344a3d
|
Update sample and code with external computation of HOG detector.
|
12 years ago |
Mathieu Barnachon
|
2fe340bf8a
|
adding sample to train HOG and compare it with default people detector.
|
12 years ago |