profile/ivi/opencv.git
2011-07-14 Vadim Pisarevskyadded haarcascades for ears detection (by Modesto Castr...
2011-07-14 Kirill Kornyakovjava tests: found a reason of crash (addWeighted bug...
2011-07-14 Vadim Pisarevskyrepaired Python bindings for functions using InputOutpu...
2011-07-14 Andrey KamaevModified Android samples
2011-07-14 Kirill Kornyakovsamples C/C++: fixed compilation problem on Ubuntu
2011-07-14 Andrey KamaevModified Android Samples
2011-07-14 Vadim Pisarevskyok. enabled TBB in LatentSVM, but need to check if...
2011-07-14 Vadim Pisarevskytemporarily switch off TBB
2011-07-14 Vadim Pisarevskyfixed opencv_flann (with flann 1.6) compile errors...
2011-07-14 Andrey KamaevMinor Android samples fix
2011-07-14 Andrey KamaevFixed Android packaging script
2011-07-14 Andrey KamaevAndroid samples are included into the Android package
2011-07-14 Andrey KamaevAndoid build fixed
2011-07-14 Leonid BeynensonAdded the function minMaxLoc to JavaAPI as a manual...
2011-07-14 Andrey Pavlenkoclass ignore list added for Java API generator
2011-07-14 Andrey Pavlenkofuncs ignore list added for Java API generator
2011-07-14 Andrey KamaevFixed Android compilation on Windows
2011-07-14 Andrey KamaevFixed Android build
2011-07-13 Vadim Pisarevskyupgraded to FLANN 1.6. Added miniflann interface, which...
2011-07-13 Ana HuamanAdded reST tutorials for Contours (6 in imgproc) and...
2011-07-13 Maria Dimashovaadded ability to reset view point of depth generator...
2011-07-13 Andrey KamaevAllowed spaces in path to OpenCV (tested only Android...
2011-07-13 Andrey KamaevAllowed spaces in Android NDK path
2011-07-13 Andrey Pavlenkopartial implementation of complex out args in Java...
2011-07-13 Andrey KamaevImproved ANDROID_SDK_TARGET detection; improved NDK...
2011-07-13 Ilya LysenkovFixed findCirclesGrid for the case of working with...
2011-07-13 Leonid BeynensonAdded to Java API classes Range and CvSlice.
2011-07-13 Vadim Pisarevskyfixed opencv_video tests
2011-07-13 Andrey KamaevFixed Android SDK searching
2011-07-13 Andrey KamaevFixed Android SDK searching
2011-07-13 Vadim Pisarevskyfixed memleak in Python bindings (ticket #1219)
2011-07-13 Vadim Pisarevskya few minor fixes in Python samples
2011-07-13 Ana HuamanAdded moments_demo.cpp
2011-07-13 Ana HuamanAdded pointPolygonTest_demo code for tutorials
2011-07-12 Andrey Pavlenko- 'c_string' support added to Java API
2011-07-12 Ana HuamanAdded generalContours_demo2.cpp
2011-07-12 Ana HuamanAdded hull_demo.cpp code for tutorials
2011-07-12 Ana HuamanAdded generalContours_demo1.cpp tutorial code
2011-07-12 Evgeniy Kozinovrefactoring latentSVM
2011-07-12 Ana HuamanAdded sample code for tutorial findContours_demo.cpp
2011-07-12 Andrey KamaevAndroid toolchain default NDK path is updated for versi...
2011-07-12 Leonid BeynensonFixed bug in the operator of cv::Ranges-s intersection...
2011-07-12 Andrey KamaevFixed bug with ARM_TARGET caching
2011-07-12 Andrey KamaevAdded option INSTALL_ANDROID_EXAMPLES (default off...
2011-07-12 Vadim Pisarevskyfixed typo in the license (ticket #1211)
2011-07-12 Leonid BeynensonAdded the class RotatedRect to Java API.
2011-07-12 Kirill Kornyakovjava tests: added 2 tests for calib3d, implemented...
2011-07-12 Kirill Kornyakovjava tests: added a chessboard image
2011-07-12 Andrey Pavlenkoorg.opencv.utils renamed to org.opencv.android
2011-07-12 Andrey Pavlenkoadding runtime Android logging in Debug
2011-07-12 Andrey KamaevAdded packaging script for Android
2011-07-12 Vadim Pisarevskyembeded cv Python module into cv2.
2011-07-12 Kirill Kornyakovjava tests: Mat.inv and Mat.cross implemented, almost...
2011-07-12 Andrey Kamaevminor cmake corrections
2011-07-12 Ana HuamanAdded cornerDetector_Demo.cpp sample for tutorial of...
2011-07-11 Vadim Pisarevskyoptimized sparse LK optical flow (tickets #1062 and...
2011-07-11 Ana HuamanAdded cornerSubPix_Demo.cpp tutorial sample code
2011-07-11 Ana HuamanAdded goodFeaturesToTrack_Demo.cpp code for tutorials
2011-07-11 Ana HuamanAdded Harris corner detection sample tutorial
2011-07-11 Andrey Pavlenkonative exception handling added
2011-07-11 Kirill Kornyakovjava tests: added stubs for calib3d, features2d classes...
2011-07-11 Andrey KamaevImproved rst_parser and javadoc generation scripts
2011-07-11 Andrey KamaevImproved javadoc comments generation scripts; fixed...
2011-07-11 Andrey Pavlenko- added missing loadLibrary for inner classes
2011-07-11 Alexander Mordvintsevhelp message printing
2011-07-11 Alexander Mordvintsevsobel -> Sobel
2011-07-11 Alexander Mordvintsevfaster detection and timing in facedetect.py
2011-07-11 Andrey Pavlenko'clib3d' support added
2011-07-11 Alexander Mordvintsevcommand line option for avi output in turing.py
2011-07-11 Alexander Mordvintsevmade boundingRects argument of segmentMotion CV_OUT
2011-07-11 Alexander Mordvintsevlk_track.py window renamed
2011-07-11 Alexander Mordvintsevmotempl.py sample works
2011-07-10 Alexander Mordvintsevcontours.py sample added
2011-07-10 Alexander Mordvintsevwork on motempl.py sample
2011-07-09 Alexey Spizhevoyfixed BFM GPU test compile-time error on ubuntu x64...
2011-07-08 Bernat GaborSome tutorial extending of the Windows install and...
2011-07-08 Vadim Pisarevskyuse Euler font for the formulas in the online docs...
2011-07-08 Vadim Pisarevskyre-added the opencv_flann documentation
2011-07-08 Anatoly Baksheev- fixed SetTo tests for GPU (a problem in test code)
2011-07-08 Maria Dimashovafixed SIFT when keypoints vector is empty (#1162)
2011-07-08 Andrey KamaevJavadoc comments genearion is integrated into the Java...
2011-07-08 Vadim Pisarevskyfixed timeScale formula in CvCapture_FFMPEG::setPropert...
2011-07-08 Andrey KamaevImproved rst_parser; added javadoc comments generator...
2011-07-08 Alexander Mordvintsevadded lk_track.py sample (currently as a comparison...
2011-07-08 Andrey Pavlenkofinalize() added to ported classes; javadoc anchor...
2011-07-08 Maria Dimashovafixed PyramidAdaptedFeatureDetector (when mask is not...
2011-07-08 Maria Dimashovaupdated whitelist
2011-07-08 Alexey Spizhevoyremoved debug func. call
2011-07-08 Alexey Spizhevoyadded support of old CC into GPU mean shift routines
2011-07-08 Alexander Shishkovremoved -static-libstdc++ flag for compatibility with...
2011-07-08 Alexander Shishkovremoved CPack
2011-07-08 Vadim Pisarevskyfixed memory leak in CvKNearest::train() and the constr...
2011-07-08 Andrey KamaevFixed few more bugs in rst_parser. Fixed small typos...
2011-07-07 Vadim Pisarevskycommented off debugging print in cap_libv4l.cpp (ticket...
2011-07-07 Vadim Pisarevskyprobably fixed parallel face detector (i.e. built with...
2011-07-07 Vadim PisarevskyDisabled -ffast-math in the case of GCC 4.6.x (ticket...
2011-07-07 Alexander Mordvintsevfacedetect.py sample works
2011-07-07 Vadim Pisarevskyfixed #1204
2011-07-07 Vadim Pisarevskyadded centerPrincipalPoint=false to getOptimalNewCamera...
2011-07-07 Vadim Pisarevskycorrected css style - use the same background color...
next