]> rtime.felk.cvut.cz Git - opencv.git/history - opencv/src/cv/cvhistogram.cpp
renamed all the _[A-Z] variables to avoid possible name conflicts.
[opencv.git] / opencv / src / cv / cvhistogram.cpp
2010-03-26 vp153renamed all the _[A-Z] variables to avoid possible...
2009-12-01 vp153fixed crashes in sparse histogram tests; added c++...
2009-10-26 vp153fixed crash in calcSparseHist (SF bug #2873308)
2009-09-27 vp153make the code build with GCC 3.3
2009-09-22 vp153fixed histogram implementation to match the declaration...
2009-08-17 vp153Vector -> std::vector; added FAST by Edward Rosted...
2009-07-30 jamesbowmanChange order to allocate histo after error checks have...
2009-07-24 vp153added missing cv::equalizeHist
2009-07-21 vp153added Self-Similarity descriptor (thanks to Rainer...
2009-06-30 vp153fixed crash in calcHist when it is built with GCC 4.2
2009-06-12 vp153fixed many compiler warnings and errors in x64 build...
2009-05-27 vp153rewritten cvEqualizeHist()
2009-05-25 vp153fixed bug in cvCompareHist & compile warning in MatND...
2009-05-05 jlblancoFixed crash in cvEqualizeHist due to missing flag in...
2009-05-01 vp153added new-style histogram functions
2009-03-13 vp153some quick fixes for GCC 4.x
2009-03-13 vp153preliminary variant of the new filtering functions
2009-01-25 vp153fixed histogram I/O functions
2008-10-14 vp153fixed GCC 4.3.x warnings (and a couple of minor bugs)
2007-01-15 vp153fixed icvReadHist (thanks to folkfook)
2006-10-17 vp153improved accuracy of cvCalcBackProject
2006-09-22 vp153fixed a few bugs in histogram functions, made cvCalcBac...
2006-06-26 vp153use CvType constructor instead of cvRegisterType
2006-05-30 rstanchakAdded RTTI and generic function implementations for...
2005-12-06 vp153more pointer aliasing fixes
2005-12-05 vp153cvFree() function is turned to macro. more fixes for...
2005-09-07 vp153mem leak in cvEqualizeHist is fixed (SF bug #1279395)
2005-07-15 bornetAdd Bhattacharyya's distance as comparaison method...
2005-05-27 vp153cvEqualizeHist added
2004-08-18 vp153no message
2002-11-27 neurosurgprebeta3... mass commit
2002-10-19 neurosurgimported from a newer release
2002-10-14 neurosurgimport