platform/upstream/opencv.git
2010-10-25 Ethan Rubleeadding a copy of the wiki entry for android build
2010-10-25 Ethan Rubleedefine expl as exp on android - may break things.
2010-10-25 Ilya LysenkovFixed wiki links in flann in the online documentation
2010-10-25 Maria Dimashovafixed CascadeClassifier::detectMultiScale when TBB
2010-10-25 Stefano FabriFixed flann linking
2010-10-25 Stefano FabriFixed missing semicolon
2010-10-25 Vadim Pisarevskyfixed crash in color-lab (ticket #627)
2010-10-25 Alexander Shishkovmoved cascade-detector test to blacklist (issue #432)
2010-10-25 Ilya LysenkovImplemented dynamic loading of the Wiki in the online...
2010-10-25 Maria Dimashovaupdated test threshold
2010-10-24 Alexander Shishkovremove failed test (see issues #449, 627, 502)
2010-10-24 Victor ErukhimovFixing a problem with SURF detector crash due to large...
2010-10-23 Ethan Rubleecorrect spelling of my email address..
2010-10-23 Maria Dimashovaremoved detector-surf test from black list (ticket...
2010-10-23 Maria Dimashovafixed fail of descriptor-surf-test (ticket 568)
2010-10-23 Maria Dimashovafixed fail of descriptor-sift test (ticket 567)
2010-10-23 Maria Dimashovafixed fails of cascade-detector and hog-detector tests...
2010-10-22 Vadim Pisarevskyfixed crashes in color-luv & color-lab when gcc 4.2...
2010-10-22 Anatoly Baksheevadded PtrStep structure to pass in __global__ functions
2010-10-22 Alexander Shishkovmoved color-lab test to blacklist (issue #627)
2010-10-22 Vadim Pisarevskyadded "-ggdb3" to GCC flags in Debug configuratin....
2010-10-22 Vadim Pisarevskyfixed MatConstIterator::operator *() (the bug caused...
2010-10-21 Vadim Pisarevskyfixed bug with Mat::dataend initialization. Now morph...
2010-10-21 Vadim Pisarevskyfixed several gcc 4.1 warnings
2010-10-21 Vadim Pisarevskytwo small fixes in the recently added stuff
2010-10-21 Vadim Pisarevskythe blacklist is sorted in alphabetical order; several...
2010-10-21 Vadim Pisarevskyadded assert to MatConstIterator::pos()
2010-10-21 Vadim Pisarevskyrand test is returned back
2010-10-21 Vadim Pisarevskyre-added color-lab test
2010-10-21 Vadim Pisarevskyre-added filter-general test; fixed failure in several...
2010-10-21 Vadim Pisarevskymodified wiki link name
2010-10-21 Vadim Pisarevskychange at<double> => at<float>, since the histogram...
2010-10-21 Vadim Pisarevskyok, try to handle matrices with size (0,0)
2010-10-21 Vadim Pisarevskyforce each histogram dimension to be >= 1
2010-10-21 Vadim Pisarevskycleared the test blacklist in opencv_test_core. all...
2010-10-21 Vadim Pisarevskyfixed ds-graphscan test to make sure that the memory...
2010-10-21 Vadim Pisarevskyfixed test failure in matrix-dotproduct test (by increa...
2010-10-21 Vadim Pisarevskyfixed small matrix inversion using Cholesky algorithm...
2010-10-21 Ilya LysenkovInserted links to wiki in documentation.
2010-10-21 Victor ErukhimovAdding back MatConstIterator_::pos implementation
2010-10-20 Vadim Pisarevskyadd missing #include <stdarg.h>
2010-10-20 Marius MujaRenamed header include sentinels to fix compile problem...
2010-10-20 Ethan Rubleechange int to char so that keys are registered properly...
2010-10-20 Vadim Pisarevskysome fixes due to the changed policy in DataType &...
2010-10-20 Vladislav Vinogradovadded vecmath to gpu module.
2010-10-20 Victor ErukhimovFixing a problem with conflict of ROS and opencv flann
2010-10-20 Alexander Shishkovfixed bug with CV_ASSERT
2010-10-20 Vadim Pisarevskyfixed several warnings; modified size comparison: m1...
2010-10-20 Vadim Pisarevskyfixed several warnings; modified size comparison: m1...
2010-10-20 Ilya LysenkovUpdated opencv.pdf with new modifications
2010-10-20 Vladislav Vinogradovadded to gpu module linear filters for int and float...
2010-10-19 Alexander Shishkovremove failed tests (issues #618-620)
2010-10-19 Alexander ShishkovMove failed tests to corresponding blacklists
2010-10-19 Vadim Pisarevskythe path to "opencv/opencv_extra/testdata" can now...
2010-10-19 Ilya LysenkovDocumentation fix
2010-10-19 Ilya LysenkovMinor fixes in documentation
2010-10-19 Vadim Pisarevskyfixed a few bugs in: Mat::reshape, Mat(CvMat*) construc...
2010-10-19 Ilya LysenkovReorganized documentation to be consistent with modular...
2010-10-19 Vadim Pisarevskyundone experimental modifications in findExtrinsicCamer...
2010-10-18 Alexey Spizhevoyrefactored mssegmentation.cpp
2010-10-18 Vadim Pisarevskyfixed PDF generation
2010-10-18 Alexander Shishkovremove failed tests (issues #612-616)
2010-10-18 Vladislav Vinogradovadded gpu version of magnitude, magnitudeSqr, phase...
2010-10-18 Maria Dimashovafixed cast of Mat to vector<Mat> (leads to compile...
2010-10-18 Vadim Pisarevskyfixed a couple of warnings and 2 possible bugs
2010-10-18 Vadim Pisarevskyadded Mat::push_back, pop_back and related operations...
2010-10-18 Vadim Pisarevskyrenamed filterObject -> CvLSVMFilterObject, position...
2010-10-18 Kirill Kornyakovbugfix: incrorrect argument order in cvRodrigues2 call
2010-10-18 Kirill Kornyakovbugfix: wrong command line argument used
2010-10-17 Alexey PolovinkinGBT train/test was added to tree_engine sample
2010-10-16 Vadim Pisarevskyadded helper macros to the function declarations
2010-10-16 Anatoly Baksheevadded opencv_flann to OpenCVConfig
2010-10-16 Alexey PolovinkinAdded error handling in latentsvmdetect sample
2010-10-15 Vadim Pisarevskymade FLANN (and dependent on it code) build fine on...
2010-10-13 P. DruzhkovGradient Boosting Trees (CvGBTrees) added to opencv...
2010-10-13 Ethan Rubleeaccidentally commited a ROS patch of the test.py a...
2010-10-13 Maria Dimashovaminor fixes
2010-10-13 Alexey Spizhevoyrefactored mean shift segmentation a little
2010-10-13 Vladislav Vinogradovadded magnitudeSqr and rectStdDev to gpu module.
2010-10-13 Vladislav Vinogradovadded gpu::cvtColor for RGB <-> HSV and RGB <-> HLS
2010-10-13 Alexey Spizhevoyimplemented mean shift segmentation with elimination...
2010-10-13 Vadim Pisarevskyadded dependency on the new module flann (now with...
2010-10-13 Vadim Pisarevskyadded dependency on the new module flann
2010-10-12 Vadim Pisarevskyfixed some more build problems after renaming the headers
2010-10-12 Marius MujaUpdated FLANN to version 1.5
2010-10-12 Vadim Pisarevskyre-added missing _lsvmparser.h
2010-10-12 Vadim Pisarevskythe header parser for the extended OpenCV Python bindings
2010-10-12 Vadim Pisarevskyremoved obsolete matrix expression implementation
2010-10-12 Vadim Pisarevskysmall fix in DefaultRngAuto class for easier parsing...
2010-10-12 Vadim Pisarevskyrenamed internal headers to avoid conflicts with system...
2010-10-12 Vadim Pisarevskyunited cv::Mat and cv::MatND
2010-10-12 Vadim Pisarevskyunited cv::Mat and cv::MatND
2010-10-12 Vadim Pisarevskyunited cv::Mat and cv::MatND
2010-10-12 Vladislav Vinogradovfixed gpu filters (deriv filter and source roi calculation)
2010-10-12 Vladislav Vinogradovadded histograms calculation to gpu module
2010-10-12 Ethan Rubleeworking on cleaning up the android port - trying to...
2010-10-12 Ethan Rubleeadding samples to the android apps directory
2010-10-11 Anatoly Baksheevfixed some warning under VS2008
2010-10-11 Alexey Spizhevoyadded test data for mean shift procedure
2010-10-11 Alexey Spizhevoychanged mean shift procedure a little
next