profile/ivi/opencv.git
2011-08-11 Andrey KamaevHtml documentation: fixed text wrapping for sidebar
2011-08-11 Vadim Pisarevskyadded support for Ximea cameras (missing parts in the...
2011-08-11 Vadim Pisarevskyadded support for Ximea cameras (patch by Marian Zajko...
2011-08-11 Vadim Pisarevskyfixed default maxSize case in cvHaarDetectObjects ...
2011-08-11 Vadim Pisarevskyavoid infinite loops when 0-area image is filtered...
2011-08-11 Vadim Pisarevskyfixed IPP detection on 64-bit Windows (ticket #1294)
2011-08-11 Bernat GaborAdded a video input tutorial with PSNR and SSIM.
2011-08-11 Andrey KamaevFixed libraries order in Android.mk (thanks to Anush...
2011-08-11 Andrey KamaevJava API: Removed meaningless tests
2011-08-11 Andrey Morozovfixed compile errors in samples
2011-08-11 itsyplenUpdate samples using cmd parser
2011-08-10 Andrey KamaevJava API: generated test stubs for recently added funct...
2011-08-10 Andrey KamaevJava API: Fixed bug in Mat port; fixed/implemented...
2011-08-10 Maria Dimashovaupdated openni finding by cmake (#1190, #1252); update...
2011-08-10 Leonid BeynensonChanged tabulation.
2011-08-10 Andrey KamaevJava API: fixed input List<List<smth>> arguments
2011-08-10 Vadim Pisarevskymultilib support added (ticket #363)
2011-08-10 Vadim Pisarevskyadded size check to static Mat::diag()
2011-08-10 Andrey KamaevAdded new tests written by Hussein Abdinoor; Added...
2011-08-10 itsyplenUpdated using new cmd parser
2011-08-10 Vadim Pisarevskyfixed OpenCVConfig.cmake for statically built OpenCV...
2011-08-10 Vladislav Vinogradovadded remap test, fix compilation error
2011-08-10 Maria Dimashovafixed cmake status of openni
2011-08-10 Maria Dimashovafixed compile error on ubuntu64
2011-08-10 Maria Dimashovafixed compile errors and warning on ubuntu64
2011-08-10 Vladislav Vinogradovadded registerPageLocked/unregisterPageLocked functions
2011-08-10 itsyplenUpdated sample using new cmd parser
2011-08-10 itsyplenUpdated samples using new cmd parser
2011-08-10 Vadim Pisarevskyfixed C++ implementation of Delaunay triangulation...
2011-08-10 Anatoly Baksheevexperimental kernels for cuda
2011-08-10 Andrey KamaevAdded reference to Nvidia TADP into Android tutorial...
2011-08-10 Maria Dimashovafixed compile errors
2011-08-10 Anatoly Baksheevexperimental kernels for cuda
2011-08-10 Maria Dimashovaadded read/write methods for SimpleBlobDetector and...
2011-08-10 itsyplenUpdating samples using cmd parser
2011-08-10 itsyplenFixed some grammatical errors
2011-08-10 Maria Dimashovafixed memory leak in SIFT wrapper (#1288)
2011-08-10 Vladislav Vinogradovminor stitching optimization (use cpu matchers instead...
2011-08-09 Vadim Pisarevskyinitial (buggy) C++ version of Delaunay triangulation
2011-08-09 Andrey KamaevJava API: added JNI_OnLoad to eliminate jvm warnings
2011-08-09 Maria Dimashovaadded doc on supported Kinect properties (#1251)
2011-08-09 Maria Dimashovaadded CV_CAP_PROP_OPENNI_REGISTRATION property for...
2011-08-09 Vladislav Vinogradovminor stitching optimization (improve buffer reuse)
2011-08-09 Andrey KamaevJava API: added support for BruteforceMatcher-SL2
2011-08-09 Andrey KamaevRemoved outdated android-opencv subproject
2011-08-09 Andrey KamaevJava API: corrected names of methods in Utils class...
2011-08-09 Vladislav Vinogradovfixed compilation error without cuda
2011-08-09 Maria Dimashovafixed doc warning
2011-08-09 Andrey KamaevUpdated Android tutorials
2011-08-09 Maria Dimashovaadded doc on CvERTrees
2011-08-09 Vladislav Vinogradovminor
2011-08-09 Vladislav Vinogradovmoved GpuMat class to separate header file
2011-08-09 Vladislav Vinogradovfixed gpu test failure on empty test data
2011-08-09 Bernat GaborSmall modifications to the scan tutorial and added...
2011-08-08 Maria Dimashovafixed CvCapture_OpenNI constructor (removed all excepti...
2011-08-08 Maria Dimashovafixed grammar of the comment
2011-08-08 Andrey KamaevUpdated android tutorial for native development
2011-08-08 Maria Dimashovaadded SL2 (squared L2 distance) and implemented the...
2011-08-08 Vladislav Vinogradovadded buffered version of cornerHarris, cornerMinEigenV...
2011-08-08 Vladislav Vinogradovfixed some warnings under win64
2011-08-08 Maria Dimashovaminor changes
2011-08-08 Anatoly Baksheevminor improvements in cmake-file for gpu samples
2011-08-08 Vladislav Vinogradovfixed some warnings under win64
2011-08-08 Vladislav Vinogradovadded gpu::Canny function
2011-08-08 Andrey KamaevFixed mixChannels argument types
2011-08-08 Vladislav Vinogradovfixed #1279
2011-08-08 Bernat GaborAdded the "Interoperability with OpenCV 1" tutorial.
2011-08-08 Andrey KamaevJava API: refactored Core tests
2011-08-07 Leonid BeynensonAdded the tutorial "Using OpenCV Android binary package...
2011-08-07 Vadim Pisarevskycorrected PCA::PCA and PCA::operator () description...
2011-08-07 Vadim Pisarevskyfixed pointPolygonTest(). Now it returns -1, 0, 1 when...
2011-08-06 Andrey KamaevJava API: cleaned imgproc tests; changed signatures...
2011-08-06 Vadim Pisarevskydisable implicit numpy array use in old-style Python...
2011-08-06 Vadim Pisarevskyfixed KeyPoint::convert(keypoints,point2f) (ticket...
2011-08-06 Vadim Pisarevskyfixed rank check in 8-point Fundamental Matrix algorith...
2011-08-06 Vadim Pisarevskyfixed parallel block matching stereo correspondence...
2011-08-06 Vadim Pisarevskyadded some missing declarations of the functions, notic...
2011-08-06 Vadim Pisarevskyadded _InputArray::_InputArray(const Scalar& s) constru...
2011-08-06 Vadim Pisarevskytemporarily fixed #1279
2011-08-06 Andrey KamaevJava API: added ticket number to failed test
2011-08-06 Andrey Kamaevmc
2011-08-06 Anatoly Baksheevticket #1280
2011-08-06 Alexander Mordvintsevupdated lt_track.py sample
2011-08-06 Andrey KamaevJava API:
2011-08-05 Andrey KamaevJava tests: fixed 1 test in core and 1 disabled
2011-08-05 Andrey KamaevJava tests: removed test_1
2011-08-05 Andrey KamaevFixed color conversion bug
2011-08-05 Maria Dimashovafixed comment and doc on L2
2011-08-05 Maria Dimashovaadded check of output image in drawKeypoints()
2011-08-05 Andrey KamaevJava API: fixed script for coverage calculation
2011-08-05 Andrey KamaevJava API: new tests for Core and Imgproc from Hussein...
2011-08-05 Andrey KamaevJava API: fixed problems in video and ml modules; gener...
2011-08-04 itsyplenfixed errors in cmdparser
2011-08-04 itsyplennew version of command line parser
2011-08-04 Andrey PavlenkoJava API: vector_vector support for KeyPoint/DMatch...
2011-08-04 Andrey KamaevImplemented read/write methods for FlannBasedMatcher...
2011-08-04 Vadim Pisarevskyfixed CvHomographyEstimator::runKernel (ticket #1275)
2011-08-04 Andrey PavlenkoJava API: fitEllipse arg type is changed to List<Point...
2011-08-04 Andrey PavlenkoJava API: (per code review) adding check (data.length...
2011-08-04 Andrey PavlenkoJava API: fixed wrong JNI name for native delete()
next