- 29 Oct, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 06 Aug, 2015 2 commits
-
-
StevenPuttemans authored
make the software system dependent add LICENSE on top
-
StevenPuttemans authored
opening a folder is system specific - made system specific code added license
-
- 18 May, 2015 1 commit
-
-
zenev authored
-
- 07 Apr, 2015 4 commits
-
-
Maksim Shabunin authored
-
Vadim Pisarevsky authored
2. Algorithm::load/save added (moved from StatModel) 3. copyrights updated; added copyright/licensing info for ffmpeg 4. some warnings from Xcode 6.x are fixed
-
greensea authored
-
greensea authored
work_var_count and sample_count are both 32bit integer, if the product of work_var_count and sample_count is bigger than 2^31, the compiler will treat (work_var_count*sample_count) as a negative number. Force work_var_count as an unsigned 64bit integer to avoid this issue.
-
- 03 Apr, 2015 3 commits
-
-
StevenPuttemans authored
-
StevenPuttemans authored
-
StevenPuttemans authored
-
- 17 Mar, 2015 1 commit
-
-
StevenPuttemans authored
-
- 09 Mar, 2015 2 commits
-
-
StevenPuttemans authored
-
StevenPuttemans authored
-
- 06 Mar, 2015 3 commits
-
-
StevenPuttemans authored
-
StevenPuttemans authored
-
StevenPuttemans authored
-
- 05 Mar, 2015 1 commit
-
-
StevenPuttemans authored
-
- 04 Mar, 2015 1 commit
-
-
StevenPuttemans authored
-
- 25 Feb, 2015 2 commits
-
-
StevenPuttemans authored
-
StevenPuttemans authored
-
- 17 Feb, 2015 2 commits
-
-
StevenPuttemans authored
-
StevenPuttemans authored
-
- 16 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 10 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 03 Feb, 2015 1 commit
-
-
VBystricky authored
-
- 29 Jan, 2015 1 commit
-
-
StevenPuttemans authored
-
- 10 Dec, 2014 1 commit
-
-
vbystricky authored
-
- 23 Oct, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 18 Sep, 2014 1 commit
-
-
Stephen Mell authored
Check sure that we're not already below required leaf false alarm rate before continuing to get negative samples.
-
- 05 Sep, 2014 2 commits
-
-
Grigory Serebryakov authored
-
Grigory Serebryakov authored
-
- 01 Sep, 2014 1 commit
-
-
Grigory Serebryakov authored
-
- 27 Aug, 2014 1 commit
-
-
Grigory Serebryakov authored
-
- 26 Aug, 2014 1 commit
-
-
Grigory Serebryakov authored
Documentation improvement Bug in output format for JPG set fixed
-
- 25 Aug, 2014 2 commits
-
-
Grigory Serebryakov authored
-
Grigory Serebryakov authored
The format of the training set can be changed with the `-pngoutput` key. Output image will be resized to a 640x480 size if greater.
-
- 13 Aug, 2014 1 commit
-
-
Adil Ibragimov authored
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
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 02 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-