profile/ivi/opencv.git
2010-06-10 Yannick Verdiefix bugs
2010-06-10 Vadim Pisarevskyremoved keypoint_matching.cpp from samples/cpp/CMakeLis...
2010-06-10 Yannick Verdiewill work on the trunk
2010-06-10 Vadim Pisarevskywrite camera pose, handle partially occluded objects
2010-06-10 Vadim Pisarevskythe new 3D object selection demo
2010-06-10 Victor ErukhimovRenamed descriptor samples
2010-06-10 Victor ErukhimovMoving sample to cpp folder
2010-06-10 Victor ErukhimovAdded intro for detectors/descriptors interface
2010-06-10 Maria Dimashovamodified keypoints_matching sample
2010-06-10 Maria Dimashovaminor changes of feature2d documentation
2010-06-10 Ilya LysenkovAdded sample for GenericDescriptorMatch
2010-06-09 Vadim Pisarevskycouple more fixes
2010-06-09 Vadim Pisarevskycouple more hyperlinks fixed
2010-06-09 Vadim Pisarevskyfixed matrix comma initializer for shorter notation
2010-06-09 Vadim Pisarevskyfixed code samples
2010-06-09 Vadim Pisarevskysome more samples
2010-06-09 Maria Dimashovaadded documentation on feature2d module
2010-06-09 Vadim Pisarevskysome hyperrefs fixed
2010-06-09 Vadim PisarevskyGenerated PDF of the cheatsheet
2010-06-09 Vadim Pisarevskyshortened and extended
2010-06-09 Maria Dimashovafixed L2 used in BruteForceMatcher
2010-06-09 Maria Dimashovamoved sift parameters implementation from hpp file
2010-06-09 Ilya LysenkovFixed FernDescriptorMatch
2010-06-09 Vadim Pisarevskyadded OpenCV cheat sheet
2010-06-08 Ilya LysenkovFixed FernDescriptorMatch and undid change of FernClass...
2010-06-08 Maria Dimashovafixed assert() in BruteForceMatcher<Distance>::matchImpl()
2010-06-08 Maria Dimashovamodified DescriptorMatcher
2010-06-08 Ilya LysenkovAdded Fern Descriptor and Calonder Descriptor to the...
2010-06-08 Ilya LysenkovFixed bugs in FernDescriptorMatch and FernClassifier
2010-06-07 Maria Dimashovafixed sift wrapper
2010-06-07 Yannick Verdiecontinue integrating QT GUI (GoC 2010)
2010-06-07 Yannick VerdieStart integrating QT GUI (GoC 2010)
2010-06-06 Vadim Pisarevskyavoid one possible singularity in cvFindHomography
2010-06-06 Vadim Pisarevskyfixed reading of certain BMP files
2010-06-04 Ilya LysenkovChanged params in detectors and descriptors evaluation...
2010-06-04 Ilya LysenkovUpdated detectors and descriptors evaluation using...
2010-06-04 Ilya LysenkovAdded read/write methods in detectors and some descript...
2010-06-02 Ilya LysenkovSpeeded up descriptors evaluations using clear ()
2010-06-02 Ilya LysenkovAdded One Way Descriptor to detectors and descriptros...
2010-06-02 Ilya LysenkovFixed a potential memory leak in OneWayDescriptorBase...
2010-06-02 Ilya LysenkovStoring PCA components and One Way descriptors in one...
2010-06-01 Ilya Lysenkovtesting commit
2010-06-01 Brian Gerkeytesting commit
2010-06-01 Brian Gerkeytesting commit
2010-06-01 Brian Gerkeytesting commit
2010-06-01 Vadim Pisarevskyextended highgui VideoCapture::get/set property documen...
2010-06-01 Vadim Pisarevskyremoved internal-use cvconfig.h from core/internal...
2010-06-01 Vadim Pisarevskyfixed OpenCV_INCLUDE_DIRS in OpenCVConfig.cmake (thanks...
2010-06-01 Vadim Pisarevskyfixed repeated calculations in cvsolve (thanks to denis...
2010-06-01 Vadim Pisarevskyremove bash'ism in the samples build script (thanks...
2010-06-01 Vadim Pisarevskynow C++ classes can be read/written with cvRead/cvWrite...
2010-05-31 Vadim Pisarevskyadded some more Doxygen comments
2010-05-31 Vadim Pisarevskybuild PDF out of rst docs
2010-05-31 Vadim Pisarevskyfixed Latex docs for cleaner HTML output
2010-05-31 Jose Luis Blancofixed duplicated definition warning
2010-05-30 Maria Dimashovafixed CvSVM
2010-05-30 Maria Dimashovafixed CvSVM
2010-05-27 James Bowman#362, CvMoments fields now exposed, smoke tested by...
2010-05-27 Jose Luis Blanco- Added a Warning macro compatible with GCC & MSVC...
2010-05-27 Victor ErukhimovAdded for backward compatibility
2010-05-26 Vadim Pisarevskymodified the sub-pixel disparity interpolation (by...
2010-05-26 Victor Erukhimovcv::cvflann -> cv::flann
2010-05-26 Maria Dimashovaremoved old sample on keypoints matching and added...
2010-05-26 Maria Dimashovaoverride clear method to VectorDescriptorMatch
2010-05-26 Victor ErukhimovFixing a compiler problem of a prev rev
2010-05-26 Victor ErukhimovFixing compiler errors for outlet_pose_estimation
2010-05-26 Maria Dimashovaadded clear method to GenericDescriptorMatch
2010-05-26 Vadim Pisarevskyalways create <opencv_build_dir>/doc/html to avoid...
2010-05-26 Vadim Pisarevskydoxygenated calib3d module (C++ part only)
2010-05-25 Vadim Pisarevskydoxygenated opencv_video & opencv_calib3d modules ...
2010-05-25 Victor ErukhimovAdded deprecation warning for gcc
2010-05-25 Vadim Pisarevskydoxygenated core and imgproc modules (C++ API only)
2010-05-25 Victor ErukhimovAdded a warning for deprecated headers
2010-05-25 Victor ErukhimovAdded headers for backward compatibility
2010-05-25 Jose Luis Blancofixed a simple declaration error.
2010-05-22 Vadim Pisarevskyfixed the module list in Doxygen CMake script
2010-05-21 Vadim Pisarevskyrenamed cv::flann to cv::cvflann to avoid name conflicts
2010-05-21 Maria Dimashovafixed gftt wrapper, update testdata
2010-05-21 Vadim Pisarevskyfixed mixed-type exp and log functions, used in HMMs...
2010-05-20 Maria Dimashovaminor changes of detectors test
2010-05-20 Maria Dimashovaupdated detectors and descriptors quality tests
2010-05-20 Vadim Pisarevskyextended description of the error handling mechanism...
2010-05-19 Vadim Pisarevskyfixed filterSpeckles call in StereoBM (thanks to Patric...
2010-05-19 Maria Dimashovaupdated sift wrapper (recalculation angles mode)
2010-05-18 James BowmanTypo
2010-05-18 Vadim Pisarevskyupdated OpenCV version because of the recent reorganization
2010-05-18 Vadim Pisarevskyfixed source image corruption (ticket #306)
2010-05-18 Vadim Pisarevskyadded cv::setMouseCallback and cv::startWindowThread
2010-05-18 Vadim Pisarevskyadded Doxygen-based documentation (draft version for...
2010-05-18 Maria Dimashovafixed wrapper of sift descriptor
2010-05-18 Liu Liufixed the error in SURF when no keypoint detected
2010-05-17 Maria Dimashovaupdated detectors quality test, added descriptors quali...
2010-05-17 Maria Dimashovafixed wrapper of sift descriptor
2010-05-14 James BowmanMake doc build work with new layout
2010-05-14 James Bowman#301, sample code for CalcHist
2010-05-14 James Bowmantest case for #342
2010-05-14 James Bowmantest case for #342
2010-05-14 Jose Luis BlancoTentative fix to using FIND_PACKAGE(OpenCV) from extern...
2010-05-13 James Bowmandatamatrix sample
2010-05-13 Stefano FabriFixed typo in pkgconfig file
next