platform/upstream/opencv.git
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...
2011-06-01 Ethan RubleeFix # of features in orb.
2011-05-31 Alexander Shishkovfixed compilation problems with new SIFT on Windows
2011-05-31 Alexander Shishkovfixed compilation problems with new SIFT on MacOs
2011-05-31 Alexander Shishkovreverted the floating-point number formatting (exceptio...
2011-05-31 Alexander Shishkovremoved ddepth from matrix (after Vadim's commit, it...
2011-05-31 Maria Dimashovareplaced SIFT implementation (Some default parameters...
2011-05-31 Maria Dimashovacommented opponent descriptor test (temporarily)
2011-05-31 Alexander Shishkovadded SSE compiler flags under Windows+MSVC (ticket...
2011-05-31 Vadim Pisarevskyresolved ticket #1104 (processing of transposed numpy...
2011-05-31 Maria Dimashovaremoved evaluation testbetch to sample
2011-05-31 Vadim Pisarevskyfixed multi-channel 1x1 array construction (ticket...
2011-05-31 Vadim Pisarevskyreverted the floating-point number formatting
2011-05-31 Alexander Shishkovfixed build on GNU/Hurd (ticket #761)
2011-05-31 Ilya LysenkovAdded support of the 1 width element in morphology...
2011-05-31 Vadim Pisarevskyalways build ffmpeg_opencv as a shared lib (ticket...
2011-05-31 Vadim Pisarevskyadded KeyPoint::hash() (ticket #1100)
2011-05-31 Alexander Shishkovremoved OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARE...
2011-05-31 Vadim Pisarevskyfixed warning from GCC
2011-05-31 Vadim Pisarevskyresolved tickets #904 (nicer floating-point formatting...
2011-05-31 Leonid BeynensonMade small optimization: for some processors using...
2011-05-31 Alexander Shishkovremoved OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARE...
2011-05-31 Vladislav Vinogradovmodified according to CUDA 4.0 API updates
2011-05-31 Alexey Spizhevoyupdated help message in opencv_stitching app
next