Merge pull request #1263 from abidrahmank:pyCLAHE_24
[profile/ivi/opencv.git] / modules / objdetect / include / opencv2 / objdetect / objdetect.hpp
2013-08-14 Roman DonchenkoMerge pull request #1263 from abidrahmank:pyCLAHE_24
2013-08-12 Roman DonchenkoMerge pull request #1242 from asmorkalov:android_native_cam
2013-08-12 Roman DonchenkoMerge pull request #1163 from kdrobnyh:Morphology
2013-08-07 Roman DonchenkoMerge pull request #1189 from pengx17:2.4_sort_by_key
2013-08-06 Andrey PavlenkoMerge pull request #1187 from kdrobnyh:mean_and_sum
2013-08-05 Roman DonchenkoMerge pull request #1196 from rdm12:bugfix_3121_cvtcolor
2013-08-05 Andrey PavlenkoMerge pull request #1222 from philippefoubert:branch_2...
2013-08-02 Andrey PavlenkoMerge pull request #1205 from asmorkalov:winrt_api_cert_fix
2013-07-31 Andrey PavlenkoMerge pull request #891 from NCBee:2.4
2013-06-10 Roman DonchenkoRevert "Add a variant of detectMultiScale with an argum...
2013-06-10 Vadim PisarevskyMerge pull request #961 from PeterMinin:detected_object...
2013-06-06 Peter MininAdd a variant of detectMultiScale with an argument...
2013-05-24 Bahram DahiReverted back to the previous method where a public...
2012-10-22 Andrey KamaevMerge pull request #55 from vpisarev/ocl_fixes
2012-10-17 OpenCV BuildbotNormalize line endings and whitespace
2012-10-16 Andrey KamaevMerge branch 'release2.4.3' into 2.4
2012-10-16 Andrey KamaevFix binary compatibility of opencv_objdetect
2012-10-16 Andrey KamaevRevert "yet another portion of changes towards the...
2012-10-12 Andrey KamaevMerge pull request #29 from thorikawa/feature-523
2012-10-11 Andrey KamaevMerge pull request #34 from roynos/master
2012-10-08 Vadim Pisarevskyyet another portion of changes towards the binary compa...
2012-10-01 Anatoly Baksheevwarnings under windows
2012-07-25 marina.kolpakovaintegrated patch: HOG confidence calculation. Thanks...
2012-06-15 Andrey KamaevMerged the trunk r8589:8653 - all changes related to...
2012-06-09 Andrey KamaevWarning fixes continued
2012-05-30 Andrey KamaevMerged the trunk r8467:8507 (inclusive) (big bunch...
2012-05-28 Andrey KamaevMore fixes for documentation.
2012-05-28 Andrey KamaevNew bunch of documentation fixes
2012-05-28 Andrey KamaevFixed hundreds of documentation problems
2012-04-30 Vadim Pisarevskymerged 2.4 into trunk
2012-04-27 Vadim Pisarevskymodified data matrix detection interface (that does...
2012-04-13 Vadim Pisarevskymerged all the latest changes from 2.4 to trunk
2012-04-04 Andrey KamaevRemoved unneded dependency between objdetect and calib3d
2012-03-29 Vadim Pisarevskyfixed HOGDescriptor::detect and HOGDescriptor::detectMu...
2012-03-15 Vadim Pisarevskylot's of changes; nonfree & photo modules added; SIFT...
2012-02-27 Alexander Shishkovfixed warnings in linemod on Windows
2012-02-27 Alexander Shishkovadded exports to the LineMod classes
2012-02-27 Andrey KamaevFixed Android build warning
2012-02-27 Patrick MihelichRemoved a finished todo
2012-02-27 Patrick MihelichNo longer expose internal LINE-MOD methods like respons...
2012-02-26 Patrick MihelichInitial commit of LINE-MOD source code to objdetect...
2012-02-15 Vadim Pisarevskyfixed a few problems detected by Xcode 4.2.1
2011-10-21 Leonid BeynensonMade changes concerning inserting prefiltering modes...
2011-10-13 Anatoly Baksheevgpu module: refactored devmem2d.hpp (atomic bomb)
2011-10-12 Leonid BeynensonMade changes in the method of inserting prefilters...
2011-10-05 Leonid BeynensonAdded possibility of prefiltering into CascadeClassifie...
2011-10-04 Maria Dimashovaremoved porting to java of latent svm
2011-10-03 Maria Dimashovaadded c++ wrapper of latent svm
2011-09-21 Alexey KazakovAdded HOG features to cascade detection algorithm.
2011-08-14 Vadim Pisarevskyfixed tickets #1301, #1303, #1305
2011-08-12 Vadim Pisarevskyexport HOGDescriptor::getDefaultPeopleDetector() to...
2011-07-19 Vadim Pisarevskyadded COVAR_ and SORT_ enums to core.hpp; fixed many...
2011-07-12 Andrey Pavlenko- 'c_string' support added to Java API
2011-07-12 Evgeniy Kozinovrefactoring latentSVM
2011-06-14 Maria Dimashovaremoved DOT implementation
2011-05-25 Vadim Pisarevskymade datamatrix build on Windows; fixed unresolved...
2011-05-25 Ethan Rubleeadding c++ interface to the datamtrix codes of j.
2011-05-24 Maria Dimashovaadded TBB optimization to DOT
2011-05-10 Maria Dimashovafixed save/load of dot; added data for the sample
2011-05-10 Maria Dimashovachanged the dot
2011-05-02 Maria Dimashovaminor
2011-04-29 Vadim Pisarevskymade the samples compile on Windows
2011-04-26 Maria Dimashovastarted to integrate DOT detector
2011-04-22 Alexey Kazakovclass MeanshiftGrouping replaced from objdetect.hpp...
2011-04-22 Alexey KazakovA little fix in haar cascade
2011-04-22 Alexey KazakovAdded ROC-curve calculating to the cascade detection...
2011-04-22 Vadim Pisarevskyfixed linker errors by adding CV_EXPORTS to the exporte...
2011-04-21 James Bowmandatamatrix
2011-04-21 James Bowmandatamatrix
2011-04-19 Alexey KazakovThe bug was fixed
2011-04-19 Alexey KazakovAdded to objdetect module: meanshift grouping (groupRec...
2011-02-24 Alexey KazakovReplaced few methods to virtual in CascaseClassifier...
2011-02-24 Alexey KazakovReplaced private methods to protected in CascaseClassif...
2011-02-08 Valentina KustikovaParallel version of Latent SVM.
2010-12-27 Ilya LysenkovMoved PlanarObjectDetector to the objdetect module
2010-12-15 Kirill Kornyakovcompilation warning fixed
2010-12-15 Kirill Kornyakovbug #762 fixed
2010-12-14 Kirill KornyakovCascadeClassifier refactored. Most of the members and...
2010-12-09 Kirill Kornyakovcode cleaning of cascade classifier
2010-11-18 Kirill Kornyakovadded max window size parameter for cascade classifier
2010-11-16 Vadim Pisarevskyfixed wrapper generation
2010-11-16 Alexey Spizhevoyfixed big in gpu::HOGDescriptor, added property into...
2010-11-02 Vadim Pisarevskyalmost finished Python wrappers
2010-10-27 Vadim Pisarevskyadded more helper macros to the function declarations...
2010-10-18 Vadim Pisarevskyrenamed filterObject -> CvLSVMFilterObject, position...
2010-10-16 Vadim Pisarevskyadded helper macros to the function declarations
2010-10-09 Valentina KustikovaIntegration object detection using Latent SVM. Sample...
2010-06-01 Vadim Pisarevskynow C++ classes can be read/written with cvRead/cvWrite...
2010-05-11 Vadim Pisarevsky"atomic bomb" commit. Reorganized OpenCV directory...