Merge remote-tracking branch 'origin/2.4' into merge-2.4
[profile/ivi/opencv.git] / samples / cpp / bagofwords_classification.cpp
2013-11-19 Roman DonchenkoMerge remote-tracking branch 'origin/2.4' into merge-2.4
2013-11-18 Roman DonchenkoMerge pull request #1722 from StevenPuttemans:feature_1...
2013-11-17 StevenPuttemansApplied all fixes related to translating C to C++ code
2013-11-11 Roman DonchenkoMerge remote-tracking branch 'origin/2.4' into merge-2.4
2013-11-05 Roman DonchenkoMerge remote-tracking branch 'origin/2.4' into merge-2.4
2013-10-28 Roman DonchenkoMerge remote-tracking branch 'origin/2.4' into merge-2.4
2013-10-22 Roman DonchenkoMerge remote-tracking branch 'origin/2.4' into merge-2.4
2013-10-15 Alexander AlekhinMerge remote-tracking branch 'upstream/2.4' into merge-2.4
2013-10-08 Roman DonchenkoMerge remote-tracking branch 'origin/2.4' into merge-2.4
2013-10-01 Roman DonchenkoMerge remote-tracking branch 'origin/2.4'
2013-10-01 Roman DonchenkoMerge pull request #1315 from dbloisi:add_bs_tutorial
2013-09-19 Alexander SmorkalovMerge pull request #1384 from hbristow:matlab_public
2013-09-18 Fedor MorozovMergin itseez
2013-09-15 Ozan Tonkalmerge with Itseez/opencv
2013-09-13 Roman DonchenkoMerge pull request #1330 from lenlen:plantuml
2013-09-10 Roman DonchenkoMerge pull request #1425 from pengx17:master_retina_ocl_fix
2013-09-10 Roman DonchenkoMerge remote-tracking branch 'origin/2.4' into merge-2.4
2013-09-09 Roman DonchenkoMerge pull request #1381 from 23pointsNorth:master
2013-09-09 Roman DonchenkoMerge pull request #1282 from nailbiter:optimDS
2013-09-09 Nghia HoMerge remote-tracking branch 'upstream/master'
2013-09-06 Vladislav VinogradovMerge branch 'master' into gpu-cuda-rename
2013-09-06 Roman DonchenkoMerge pull request #1281 from SpecLad:the-smartest...
2013-09-05 Roman DonchenkoBoring changes - samples.
2013-09-02 hbristowMerge branch 'matlab' into matlab_public
2013-06-17 hbristowPreparing to rebase
2013-04-29 alexandre benoitresolved conflicts, updated retina class interface...
2013-01-14 Andrey KamaevMerge pull request #240 from emchristiansen:javatest2.4
2013-01-10 Vadim PisarevskyMerge pull request #135 from nevion:master
2012-12-29 marina.kolpakovamerge CUDA dev branch
2012-12-28 Andrey KamaevMerge pull request #266 from prclibo:master
2012-12-24 Suenghoon ParkMerge branch 'master' of git://github.com/Itseez/opencv...
2012-12-24 Andrey KamaevMerge pull request #247 from wswld:2.4
2012-12-24 Andrey KamaevMerge pull request #257 from AnnaKogan8:perf-tests...
2012-12-24 Andrey KamaevMerge branch 2.4
2012-12-24 Andrey KamaevMerge pull request #255 from taka-no-me:fix_batchdist_test
2012-12-24 Andrey KamaevMerge pull request #252 from taka-no-me:fix_stlport_build
2012-12-21 Andrey KamaevFix build with STLPort from NDK r8d
2012-10-22 Andrey KamaevMerge pull request #55 from vpisarev/ocl_fixes
2012-10-17 OpenCV BuildbotNormalize line endings and whitespace
2012-10-17 OpenCV BuildbotNormalize line endings and whitespace
2012-10-16 Andrey KamaevMerge branch 'release2.4.3' into 2.4
2012-09-04 Alexander SmorkalovMerge branch 'master' of git://code.opencv.org/opencv
2012-08-23 Vsevolod GlumovMerge remote-tracking branch 'origin/master'
2012-08-22 Alexander MordvintesvMerge branch 'master' of code.opencv.org:opencv
2012-08-22 Andrey KamaevFix Windows build issues
2012-07-02 Andrey KamaevMerged the trunk r8852:8880
2012-07-02 Maria Dimashovafixed bow sample
2012-06-15 Andrey KamaevMerged the trunk r8589:8653 - all changes related to...
2012-06-12 Andrey KamaevFixed number of warnings. Fixed mingw64 build.
2012-06-07 Andrey KamaevSet stricter warning rules for gcc
2012-05-30 Andrey KamaevMerged the trunk r8384:8407 (inclusive)
2012-05-21 Maria Dimashovainclude nonfree for a couple of f2d samples
2012-03-17 Vadim Pisarevskyswitched to non-constant references in Algorithm::addPa...
2012-03-16 Vadim Pisarevskyfixed hundreds of warnings from MSVC 2010.
2011-06-09 Maria Dimashovafixed #916
2011-06-09 itsyplenreverted samples with new command argument parser....
2011-06-03 Kirill KornyakovThe samples were updated through CommandLineParser...
2011-05-13 Vadim Pisarevskyremoved "#include "windows.h"" from core headers
2011-05-07 Anatoly Baksheevmore warnings fixed. +some warnings in examples
2010-12-04 Gary Bradskirevamped
2010-11-26 Maria Dimashovafixed warnings under win32
2010-11-25 Vadim Pisarevskyfixed multiple warnings from VS2010.
2010-11-25 Maria Dimashovaadded tests for some detectors; made features2d object...
2010-11-24 Gary BradskiFleshed out file docs for train and test on PASCAL...
2010-11-16 Maria Dimashovaupdated some included headers
2010-10-29 Maria Dimashovamodified features2d interface; added algorithmic test...
2010-10-20 Alexander Shishkovfixed bug with CV_ASSERT
2010-10-08 Maria Dimashovaadded sample on BOW usage to image classification ...