profile/ivi/opencv.git
2012-03-27 Andrey KamaevReworked build scripts for Android Java API, tests...
2012-03-27 Ilya LysenkovFixed wrong computation of a reprojection matrix Q...
2012-03-27 Ilya LysenkovAdded a check that Q (computed by rectification) reproj...
2012-03-27 Vadim Pisarevskyadded special notice about the missing saturation in...
2012-03-27 Vadim Pisarevskyfixed a few compile problems in SparseMat code; fixed...
2012-03-27 Maria Dimashovaadded test case of matching the same descriptors
2012-03-27 Vadim Pisarevskyimproved description of RTreeParams (ticket #1656;...
2012-03-27 Vadim Pisarevskyprobably fixed multi-threaded capturing from DShow...
2012-03-27 Vladislav Vinogradovminor modification of gpu video tests
2012-03-27 Vadim Pisarevskyadded houghcircles sample, improved circle detection...
2012-03-27 Vladislav Vinogradovadded more assertion on device features to gpu function...
2012-03-27 Vadim Pisarevskyadded DIST_LABEL_PIXEL labelType to distanceTransform...
2012-03-27 Maria Dimashovachanged default parameter
2012-03-27 Maria Dimashovaadded image and depth synchronization
2012-03-27 Vladislav Vinogradovadded assertion on device features (global atomics...
2012-03-27 Andrey KamaevFixed Android build warnings
2012-03-26 Alexander Shishkovfixed #1502
2012-03-26 Vladislav Vinogradovfixed octave computation in SURF_GPU
2012-03-26 Vadim Pisarevskyadded another contour perimeter test and fixed bug...
2012-03-26 Vladislav Vinogradovfixed gpu core tests (added additional check for device...
2012-03-26 Alexander Shishkovupdate FFMPEG wrapper binaries
2012-03-26 Alexander ReshetnikovRemoved duplicated ifdef code from ffmpeg wrappers
2012-03-26 Vadim Pisarevskyimproved convergence of minEnclosingCircle algorithm...
2012-03-26 Vadim Pisarevskygot rid of "long double" in OpenCV; ticket #1515
2012-03-26 Vadim Pisarevskysplit big assertion in cv::split by parts; patch #829...
2012-03-26 Andrey KamaevFixed #1711
2012-03-26 Ilya LysenkovAdded checking whether aspect ratio is valid or not
2012-03-26 Andrey KamaevAdded cvPyrUp signature to the documentation #1670
2012-03-26 Alexander ReshetnikovFixed compilation error for ffmpeg tests
2012-03-26 Ilya LysenkovAdded projectPoints() for 3xN objectPoints and 2xN...
2012-03-26 Ilya LysenkovAdded points comparison in test_remap
2012-03-26 Vladislav Vinogradovfixed gpu arithm functions (mismatch with cpu version)
2012-03-26 Ilya LysenkovRestored and improved the test_remap Python test
2012-03-26 Vadim Pisarevskyremoved unnecessary MIN(); bug #1578
2012-03-26 Vadim Pisarevskyfixed potential buffer size overflow in Boost::update_w...
2012-03-26 Vadim Pisarevskyfixed "Invalid background description file" bug, #1676
2012-03-26 Vadim Pisarevskypossibly fixed bug #1453
2012-03-26 Vadim Pisarevskyfixed the size of output velocity map in OptFlowBM...
2012-03-26 Alexey SpizhevoyFixed gpu::matchTemplate for correct handling of big...
2012-03-26 Vadim Pisarevskyfixed nearest-neighbor remap with constant border,...
2012-03-26 Vadim Pisarevskyfixed chi-square test, ticket #1263
2012-03-26 Andrey KamaevInput/Output arrays are updated to support fixed-type...
2012-03-26 Vadim Pisarevskyapplied patch from #1655 (thanks to Changbo Zhou!)
2012-03-26 Vadim Pisarevskyapplied patch from #1712 (thanks to Vlad)
2012-03-26 Alexander Shishkovfixed Debug compilation on Windows (it works for VS...
2012-03-25 Vadim Pisarevskyfixed build errors & warnings on VS2010
2012-03-25 Andrey KamaevRefactored Java wrapper build scripts.
2012-03-24 Vadim Pisarevskyadded face recognition algorithms, LDA, colormaps ...
2012-03-24 Vadim Pisarevskypreliminary version of a multi-level findcontours
2012-03-24 Vadim Pisarevskypreliminary version of a multi-level findcontours
2012-03-23 Andrey KamaevAdded "fat" mode for Java wrapper
2012-03-23 Alexander ReshetnikovUpdated new video positioning test
2012-03-23 Andrey PavlenkoJava API minor fixes
2012-03-23 Leonid BeynensonMade small change which fixes the situation, when ORB...
2012-03-23 Alexander ReshetnikovUpdate FFMPEG wrapper binaries
2012-03-23 Alexander Shishkovupdate FFMPEG wrapper binaries
2012-03-23 Alexander Shishkovfixed wrapper compilation on Windows (opencv_ffmpeg...
2012-03-23 Alexander ReshetnikovAdded new video posiitioning test
2012-03-22 Alexander ReshetnikovFixed ifdef code mistake
2012-03-22 Alexander ReshetnikovFixed compilation error under Windows
2012-03-22 Alexander ReshetnikovUpdated ffmpeg test for big video writing
2012-03-22 Alexander ReshetnikovSeparated ffmpeg codecs and wrappers
2012-03-22 Vladislav Vinogradovadded test for gpu::Laplacian for CV_32FC1 type
2012-03-22 Alexander Shishkovunrolled changes from r7601 (problems with Android...
2012-03-22 Andrey Pavlenkofixing copy/paste typo
2012-03-22 Alexander ReshetnikovRemoved OS conditions from highgui tests
2012-03-22 Alexey SpizhevoyAdded load and save motion args into videostab sample
2012-03-22 Andrey KamaevFixed build
2012-03-22 Alexey SpizhevoySplit stabilizer into OnePassStabilizer and TwoPassStab...
2012-03-22 Andrey Pavlenkoupdating Java samples to meet Java API changes
2012-03-22 Andrey KamaevMore Tegra versions of convertTo
2012-03-21 Alexander ReshetnikovUpdated new ffmpeg wrapper; restored NEW_FFMPEG in...
2012-03-21 Andrey KamaevFixed perf test for convertTo
2012-03-21 Andrey Pavlenko#921 less signatures for func-s with default arg val...
2012-03-21 Andrey Pavlenkofixing arg name according to ref man
2012-03-21 Maria Dimashovaremoved debug log
2012-03-21 Vladislav Vinogradovfixed gpu::filter2D border interpolation for CV_32FC1...
2012-03-21 Maria Dimashovaadded oni-files reading
2012-03-21 Alexander ReshetnikovUpdated new ffmpeg wrapper
2012-03-21 Alexander Shishkovfixed #1436
2012-03-21 Maria Dimashovaremoved unnecessary members of CvCapture_OpenNI
2012-03-21 Alexander Shishkovfixed documentation compilation errors after r7568
2012-03-21 Alexey SpizhevoyRefactored videostab module
2012-03-21 Maria Dimashovaswitched to use RunXmlScript always (missing '\n' at...
2012-03-21 Alexey SpizhevoyFixed warning
2012-03-21 Alexey SpizhevoyAdded distance threshold argument into videostab sample
2012-03-21 Alexey SpizhevoyUpdated FMM run() signature
2012-03-21 Alexey SpizhevoyFixed some warnings
2012-03-21 Alexander SmorkalovIssue #1201: auto-focus problem was fixed. Binaries...
2012-03-21 Gary Bradskiimport as cv not cv2. Fixed
2012-03-20 Alexander ReshetnikovUpdated license text in highgui files
2012-03-20 Maria Dimashovaadded default values of parameters
2012-03-20 Vadim Pisarevskyincreased the default number of pyramid layers in ORB...
2012-03-20 Alexey SpizhevoyFixed some warnings
2012-03-20 Alexey SpizhevoyAdded more inpainting methods. Fixed some errors.
2012-03-20 Leonid BeynensonRemoved unrequired type conversions in the function...
2012-03-20 Vladislav Vinogradovrefactored and fixed some gpu tests
2012-03-20 Leonid BeynensonMade the function "clipLine" to work with int64 values...
2012-03-20 Marina Kolpakovafixed bug #1571
2012-03-20 Andrey Pavlenkofixing compilation on Windows
next