platform/upstream/opencv.git
2010-11-22 Vadim Pisarevskyanother fix on the ticket #518 - ignore all the circles...
2010-11-22 Vadim Pisarevskydecreased the lower canny threshold in HoughCircles...
2010-11-22 Alexey Spizhevoyadded masks support for bitwise operations on GPU
2010-11-21 Vadim Pisarevskyadded 16-bit tiff support, enabled LZW codec in tiff...
2010-11-21 Vadim Pisarevskyprobably fixed the bug in ANN::calc_output_scale with...
2010-11-21 Vadim Pisarevskyavoid use of writable global variables in V4L capturing...
2010-11-20 Ethan RubleeAdding two samples that deal with FileStorage - useful...
2010-11-20 Andrey Morozovfixed compilation error and warnings under ubuntu
2010-11-20 Vadim Pisarevskyfixes Mat::empty() and Mat::create() in the case of...
2010-11-20 Vadim Pisarevskyin the case of GCC always build jcdctmgr.c with "-O1...
2010-11-20 Vadim Pisarevskyremoved memset in cv::pyrMeanShiftFiltering (ticket...
2010-11-20 Vadim Pisarevskyincorporated several critical fixes in EM implementatio...
2010-11-20 Vadim Pisarevskyadded flann
2010-11-20 Vadim Pisarevskyraised error threshold in filter-generic test. re-enabl...
2010-11-20 Vadim Pisarevskyyet another fix in mhi-global test (ticket #457)
2010-11-20 Vadim Pisarevskyfixed some GCC 4.4 warnings
2010-11-20 Gary Bradskidoc what cvout_sample does
2010-11-19 Gary BradskiUpdated for building in latexsphinx directory
2010-11-19 Alexander Shishkovmoved failed tests to blacklists
2010-11-19 Alexey Spizhevoyadded support of different descriptor formats into...
2010-11-19 Alexey Spizhevoyadded bitwise operations into gpu module
2010-11-19 Gary BradskiAdded description, fixed missing >
2010-11-18 Vadim PisarevskyLANCZOS4 interpolation constant added to C interface
2010-11-18 Vadim Pisarevskyextended cv::convertPointsHomogeneous to handle 4D...
2010-11-18 Vadim PisarevskyDataType::generic renamed to DataType::generic_type...
2010-11-18 Alexey Spizhevoyadded getDescriptors support into gpu HOG, also added...
2010-11-18 Kirill Kornyakovadded max window size parameter for cascade classifier
2010-11-17 Alexey Spizhevoyadded getDescriptors function (draft version)
2010-11-17 Alexey Spizhevoyadded different win_stride values feature into gpu...
2010-11-17 Alexey Spizhevoyrefactored hog GPU
2010-11-17 Alexey Spizhevoyadded gpu HOG sample
2010-11-17 Alexey Spizhevoyadded getPeopleDetector_48x96 into gpu HOG
2010-11-16 Vadim Pisarevskyadded operator != for some basic structures (ticket...
2010-11-16 Vadim Pisarevskyfixed wrapper generation
2010-11-16 Maria Dimashovaupdated some included headers
2010-11-16 Maria Dimashovaupdated user prompt and included headers
2010-11-16 Maria Dimashovafixed linker error undo mingw (#657)
2010-11-16 Maria Dimashovaremoved unnecessary fix
2010-11-16 Anatoly Baksheevadded default detector for winSize(64,128) for hog...
2010-11-16 Vladislav Vinogradovminor fix
2010-11-16 Alexey Spizhevoyfixed big in gpu::HOGDescriptor, added property into...
2010-11-15 Vadim Pisarevskyfixed duplicated external symbols in the static version...
2010-11-15 Vadim Pisarevskykeep the SURFPoint.laplacian as KeyPoint.class_id ...
2010-11-15 Vadim Pisarevskymapstep type was also changed to ptrdiff_t (ticket...
2010-11-15 Vadim Pisarevskytry to make a more elegant workaround for the incorrect...
2010-11-15 Vadim Pisarevskyadded range check in the keypoint interpolation in...
2010-11-15 Vadim Pisarevskyremoved cv prefix
2010-11-15 Ethan Rubleesmall brief edit, was trying to allow user to pass...
2010-11-15 Ethan RubleeFixing a small error in compilation for gpu - anatoly...
2010-11-15 Vadim Pisarevskyextended out << mat/vec operators; added opencv license
2010-11-15 Anatoly Baksheevfixed error reporting in GPU module (exceptions in...
2010-11-15 Anatoly Baksheevfixed compilation error under nvcc
2010-11-15 Alexey Spizhevoyfixed some bugs, added tests for gpu::HOGDescriptor
2010-11-15 Alexey Spizhevoyadded HOGDescriptor on GPU
2010-11-15 Maria Dimashovafixed compile error undo win32 (due to int32_t using)
2010-11-15 Anatoly Baksheevsome device layer utility functions
2010-11-15 Vladislav Vinogradovfixed gpu linear filters
2010-11-14 Ethan Rubleeadding samples for brief and the cout << cv::Mat functions.
2010-11-14 Ethan Rubleeadding the Brief descriptor, associated hamming distanc...
2010-11-13 Vadim Pisarevskyfixed uninitialized variable use in writeGraph (reporte...
2010-11-13 Vadim Pisarevskyfixed buffer allocation for constant-value borders...
2010-11-13 Vadim Pisarevskyfixed member initialization in the sparse bundle adjust...
2010-11-13 Vadim Pisarevskyfixed initialization of the border interpolation table...
2010-11-13 Ilya LysenkovUpdated user prompt in the generic_descriptor_match...
2010-11-12 Vadim Pisarevskyfixed some more failing tests
2010-11-12 Vadim Pisarevskyswitched from 8-point kernel to 7-point kernel in the...
2010-11-12 Vadim Pisarevskyrewrote matchTemplate in C++; added border awareness...
2010-11-12 Vadim Pisarevskyrewrote matchTemplate in C++; added border awareness...
2010-11-12 Alexey Polovinkinfixed latentsvmdetector test (ticket #661)
2010-11-12 Vadim Pisarevskyfixed transparent border handling one more time (ticket...
2010-11-12 Maria Dimashovaminor
2010-11-12 Maria Dimashovamodified grabCut test to stable verification
2010-11-12 Alexander Shishkovmoved failed tests to blacklists:
2010-11-12 Maria Dimashovaadded CV_EXPORTS to OpponentColorDescriptorExtractor
2010-11-11 Victor ErukhimovFixed a build problem in windows
2010-11-11 Maria Dimashovamodified grabCut test slightly; updated test data due...
2010-11-11 Maria Dimashovafixed SURF::operator() (#423)
2010-11-11 Maria Dimashovafixed MserFeatureDetector
2010-11-11 Anatoly Baksheevminor (compilation fix)
2010-11-11 Maria Dimashovamodified grabCut: noise is added only if covariance...
2010-11-11 Alexander Shishkovmoved segmentation-grabcut test to blacklist (#issue...
2010-11-10 Vadim Pisarevskyfixed sparse histogram update (ticket #526)
2010-11-10 Vadim Pisarevskyfixed remap with transparent border (ticket #582)
2010-11-10 Vadim Pisarevskyfurther improved accuracy of Delaunay triangulation...
2010-11-10 Vadim Pisarevskyfixed infinite loop in FileStorage::open when reading...
2010-11-10 Vadim Pisarevskyincreased number of points in optflow-estimate-rigid...
2010-11-10 Anatoly Baksheevsome utility for GPU module internal purposes
2010-11-10 Maria Dimashovafixed grabCut: moved to double precision and added...
2010-11-10 Maria Dimashovareplace include file in sample
2010-11-10 Alexander Shishkovmoved failed tests to corresponding blacklists (issues...
2010-11-09 Ethan RubleeMaking highgui build for android
2010-11-09 Ethan Rubleechanging the names of the opencv libraries for android...
2010-11-09 Vadim Pisarevskyput extra check to cv::findChessboardCorners (ticket...
2010-11-09 Vadim Pisarevskyfixed crash in color-luv when OpenCV is built using...
2010-11-08 Maria Dimashovaupdated doc on features2d
2010-11-08 Maria Dimashovaminor change of BOW
2010-11-08 Vladislav Vinogradovdisabled some gpu tests
2010-11-08 Vladislav Vinogradovfix gpu module compilation under linux
2010-11-07 Vadim Pisarevskyfixed cvPreprocessIndexArray (ticket #517)
2010-11-07 Vadim Pisarevskyadded opencv_flann to pkg-config script for opencv
next