profile/ivi/opencv.git
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()
2011-08-04 Andrey KamaevImplemented read/write methods for BriefDescriptorExtra...
2011-08-04 Andrey KamaevJava API: added tests for SiftDescriptorExtractor and...
2011-08-04 Andrey KamaevAdded CV_EXPORTS to OrbDescriptorExtractor (ticket...
2011-08-04 Andrey KamaevFixed reading/writing parameters for OrbDescriptorExtractor
2011-08-04 Andrey KamaevFixed bug in checkRange - integer Mats were always...
2011-08-03 Andrey KamaevJavaAPI: fixed typo; some constants are moved to privat...
2011-08-03 Andrey KamaevJava API: added wrapper for GenericDescriptorMatcher
2011-08-03 Kirill Kornyakovandroid tutorial updated: spelling and note about space...
2011-08-03 Andrey PavlenkoJava API: minEnclosingCircle() fixed (float& -> float[])
2011-08-03 Andrey KamaevJava API: added and fixed several tests
2011-08-03 Kirill Kornyakovjava tests: deleted image writing to sdcard
2011-08-03 Kirill Kornyakovjava tests: updated testFillConvexPolyMatMatScalarIntIn...
2011-08-03 Vadim Pisarevskyfixed 8-point case in findFundamentalMat (ticket #1262...
2011-08-03 Andrey PavlenkoJava API: calcOpticalFlowPyrLK() args types are changed...
2011-08-03 Kirill Kornyakovreverted
2011-08-03 Andrey KamaevJava API: added tests for FlannBased DescriptorMatcher
2011-08-03 Kirill Kornyakovjava tests: minor updates
2011-08-03 Andrey KamaevJava API: added tests for BruteForceMatcher (L1)
2011-08-03 Andrey KamaevJava API: added tests for BruteForceMatcher (L2)
2011-08-03 Vladislav Vinogradovminor fix
2011-08-03 Vladislav Vinogradovminor fix
2011-08-03 Vladislav Vinogradovgpu device layer code refactoring
2011-08-03 Andrey PavlenkoJava API: fixing converters (copyData=true) and samples...
2011-08-03 Andrey KamaevFixed crash in BruteForceMatcher::clone
2011-08-03 Kirill Kornyakovjava: bugfix in RotatedRect, one test fixed
2011-08-03 Andrey KamaevJava API: fixed bugs; added tests for SURF and BRIEF...
2011-08-03 Kirill KornyakovAndroid.mk now automatically founds all cpp-files
2011-08-03 Andrey PavlenkoJava API: (per code review) renaming and moving utility...
2011-08-03 Andrey PavlenkoJava API: code clean-up
2011-08-03 Vadim Pisarevskyfixed useOptimized(); added checkHardwareSupport descri...
2011-08-03 Vadim Pisarevskyupdated libtiff to 3.9.5 (ticket #1271)
2011-08-02 Vadim Pisarevskyadded "inclusive" & "exclusive" adjectives to startrow...
2011-08-02 Andrey KamaevJava API: added new tests for SURF and STAR feature...
2011-08-02 Andrey KamaevJava API: Fixed typo
2011-08-02 Andrey PavlenkoJava API: adding missing class
2011-08-02 Andrey KamaevFixed Android build
2011-08-02 Andrey PavlenkoJava API: new types and converters are added, jni suffi...
2011-08-02 Andrey KamaevJava API: added tests for FAST feature detector
2011-08-02 Andrey Morozovremoved property. added automatically define number...
2011-08-02 Kirill Kornyakovjava tests: addede tests for Converter and core classes...
2011-08-02 Andrey PavlenkoJava API: new converters, findFundamentalMat/cornerSubP...
2011-08-02 Vadim Pisarevskypropagated fix for EXR from 2.3 branch to trunk
2011-08-02 Vadim Pisarevskyadded getNumberOfCPUs() function
2011-08-02 Andrey KamaevJava API: string constants for features2d classes are...
2011-08-02 Vadim Pisarevskyfixed compile warnings in FLANN about too long integer...
2011-08-02 Andrey KamaevJava API: added support for read/write functions in...
2011-08-02 Andrey PavlenkoJava API: class KDTree is added to ignore list, JNI...
2011-08-02 Vladislav Vinogradovadded gpu::equalizeHist function
2011-08-02 Andrey PavlenkoJava API: tests are updated after randu/randn args...
2011-08-01 Andrey PavlenkoJava API: added class pointer ret type support, CV_EXPO...
2011-08-01 Andrey Morozovfixed property for ffmpeg
2011-08-01 Andrey KamaevMinor bugfix.
2011-08-01 Andrey KamaevJava API: Added more classes from features2d.
next