profile/ivi/opencv.git
2011-06-08 itsyplenFixed mistakes in help
2011-06-08 Ilya LysenkovFixed python AbsDiffS doc (ticket #1097)
2011-06-08 Ilya LysenkovFixed createButton brief doc (ticket #785)
2011-06-08 Ilya LysenkovUpdated CvSparseMat doc (ticket #679)
2011-06-08 Maria Dimashovaoptimized retrievePointCloudMap (#1106)
2011-06-08 Stefano FabriLittle fix for multicast (we'll testing in a real multi...
2011-06-08 Ilya LysenkovUpdated docs of findCirclesGrid()
2011-06-08 itsyplenSpecialization for 'get' method with bool type was...
2011-06-08 Ilya LysenkovAdded the EMD function description (ticket #696)
2011-06-08 Ilya LysenkovAdded documenation of the Earth Mover Distance (C+...
2011-06-08 Maria Dimashovaadded upright mode to SURF (#825)
2011-06-08 Vadim Pisarevskyrenamed "None()" to "noArray()" to avoid conflicts...
2011-06-08 Kirill KornyakovNotification messages about bad parameters in command...
2011-06-07 Vadim Pisarevskystarted work on API & doc synchronization (in particula...
2011-06-07 Alexander Mordvintsevpython cv2:
2011-06-07 Ilya LysenkovFixed comparison methods in cvMatchShapes (ticket ...
2011-06-07 Ilya LysenkovUsed literal blocks instead of the LaTeX verbatim envir...
2011-06-07 Maria Dimashovaremoved constraint to max_iter in CvANN_MLP (#1110)
2011-06-07 Ilya LysenkovFixed the RGB2HSV formula (ticket #868)
2011-06-07 Maria Dimashovareplaced M_PI by CV_PI
2011-06-07 Ilya LysenkovAsked users to pass two operation flags tothe sort...
2011-06-07 Ilya LysenkovFixed Mat::channels() brief documentation (ticket ...
2011-06-07 Kirill Kornyakovclass CommandLineParser was updated according new requi...
2011-06-07 Vadim Pisarevskyexcluded "-B" flag for better compatibility with old...
2011-06-07 Maria Dimashovaadded CvEM read/write (#1032)
2011-06-07 Ilya LysenkovMinor change to contourArea example
2011-06-07 Alexander Mordvintsevpython cv2 sample: coherence enhancing
2011-06-07 Maria Dimashovaadded one more SIFT::CommonParams constructor
2011-06-07 Ethan RubleeAttempting to add support for openni depth registration.
2011-06-06 Vadim Pisarevskyadded CV_CAP_PROP_PVAPI_MULTICASTIP property (thanks...
2011-06-06 Vadim Pisarevskyfixed VS2010 compile warnings and errors
2011-06-06 Vadim Pisarevskyreplaced "const InputArray&" => "InputArray"; made...
2011-06-06 Alexander Mordvintsevadded some constants to python cv2 api
2011-06-06 Maria Dimashovaremoved duplicated check
2011-06-06 Alexander Shishkovadded BUILD_WITH_STATIC_CRT option for static linking...
2011-06-06 Andrey KamaevAndroid native camera is updated to support RGBA output
2011-06-06 Alexander Mordvintsevpython cv2 sample: hi-res image browse
2011-06-05 Alexander Mordvintsevpython cv2 sample: GMM expectation-maximization
2011-06-05 Alexander Mordvintsevadded python cv2 port of letter_recog sample
2011-06-04 Andrey KamaevYUV420i to RGB conversion is added to cvtColor
2011-06-04 Vadim Pisarevskyupdated cheatsheet; fixed a few typos
2011-06-03 Vadim Pisarevskyadded CV_64F support to cv::remap (ticket #650)
2011-06-03 Kirill KornyakovThe samples were updated through CommandLineParser...
2011-06-03 Vadim Pisarevskyadded 16-bit support to Bayer2RGB & Bayer2Gray (ticket...
2011-06-03 Andrey KamaevAdded missed method declarations. Fix for r5343
2011-06-03 Kirill KornyakovThe samples were updated corresponding a single standar...
2011-06-03 Vadim Pisarevskyadded 16-bit support to Bayer2RGB & Bayer2Gray (ticket...
2011-06-03 Ilya Lysenkovminor formatting
2011-06-03 Ilya LysenkovAdded displaying of the mean background image in the...
2011-06-03 Ilya LysenkovAdded computing of the mean background image in the...
2011-06-03 Vadim Pisarevskyfixed incorrect output of resize(...scalex, scaley...
2011-06-03 Andrey KamaevFixed Android build
2011-06-03 Andrey Morozovadded several new highgui tests
2011-06-03 Anatoly Baksheevfix compilation for macos
2011-06-03 Alexander Shishkovadded check input data
2011-06-02 Vincent Rabaud- fixed the grayscale case
2011-06-02 Vincent Rabaud- make sure we deal with a grayscale image
2011-06-02 Vincent Rabaud- fix potential crash if the first scale level is not 0
2011-06-02 Andrey Morozovconverted all highgui tests to the format of google...
2011-06-02 Ilya LysenkovRemoved direct tiff writing to in-memory buffers if...
2011-06-02 Vadim Pisarevskyfixed drawing test
2011-06-02 Anatoly Baksheevadded begin/and with Thrust iterators for Device classes
2011-06-02 Ilya LysenkovAdded reading of floating point tiff data: 32- and...
2011-06-02 Alexey Spizhevoyfixed error in gcgraph which led to problems in opencv_...
2011-06-02 Vadim Pisarevskyimproved CV_RGBHSV_FULL accuracy (ticket #938)
2011-06-02 Andrey Morozovcommented several tests because it's very slow
2011-06-02 Andrey Morozovconverted drawing tests to the format of google test...
2011-06-02 Alexander Shishkovfixed problem with static compilation of highgui_tests...
2011-06-02 Alexander Shishkovfixed ticket #675
2011-06-02 Andrey Morozovadded a test on read/write images
2011-06-02 Ilya LysenkovAdded writing of compressed tiffs using libtiff library...
2011-06-02 Andrey Morozovminor fix in highgui tests
2011-06-01 Ethan RubleeQuiet the errors from the circlesgrid pattern detector...
2011-06-01 Vadim Pisarevskyvery first version of the documentation checking script
2011-06-01 Ethan RubleePlaced the if in the wrong place.
2011-06-01 Ethan RubleeFix misspelling of a logical block endif.
2011-06-01 Vincent Rabaud- fix a memory leak
2011-06-01 Ethan RubleeWrapping the tests in an if guard. Fails to build if...
2011-06-01 Andrey Morozovminor fix
2011-06-01 Andrey Morozovfixed bugs for windows. added 2 tests for ffmpeg
2011-06-01 Anatoly Baksheevcompilation for macos
2011-06-01 Anatoly Baksheevcompilation for macos
2011-06-01 Vadim Pisarevskyadded opencv_test_highgui
2011-06-01 Alexey Spizhevoymac worlaround
2011-06-01 Alexey Spizhevoyfixed logging function in opencv_stitching
2011-06-01 Vadim Pisarevskymake scalar and SSE versions of minEigenVal & cornerHar...
2011-06-01 Vadim Pisarevskyproper fix for reduce with op=CV_REDUCE_AVG and ddepth...
2011-06-01 Alexey Spizhevoyadded \n into help message (opencv_stitching)
2011-06-01 Vadim Pisarevskyfix bilateral filter behavior when color_sigma == 0...
2011-06-01 Ilya LysenkovRemoved using of homogeneous coordinates in cvProjectPo...
2011-06-01 Andrey Kamaevfixed compilation problems with new SIFT on Android
2011-06-01 Ilya LysenkovFixed cluster centers returning in cvKMeans2 (ticket...
2011-06-01 Vladislav Vinogradovadded resetDevice function, removed MultiGpuManager
2011-06-01 Ilya LysenkovFixed reading of the user class from *.xml (ticket...
2011-06-01 Anatoly Baksheevcompilation for windows
2011-06-01 Ilya LysenkovAdded support of the CV_64F depth to solvePnP (ticket...
2011-06-01 Anatoly Baksheevminor
2011-06-01 Vincent Rabaud- serialize/deserialize the edge threshold too
2011-06-01 Vincent Rabaud- make sure we rescale the input keypoints
2011-06-01 Vincent Rabaud- hide the patch size from the user (only one is used...
next