profile/ivi/opencv.git
2011-07-16 Kirill Kornyakovjava tests: commited tests by Hussein Abdinoor
2011-07-16 Vadim Pisarevskyfixed "import cv" in the new python samples. corrected...
2011-07-16 Andrey PavlenkoJava API generator: implementation of vector<Point...
2011-07-16 Andrey PavlenkoJava API generator improvements:
2011-07-16 Kirill Kornyakovjava tests: avoided copy and paste
2011-07-15 Vadim Pisarevskycommented off print (due to the report from the mailing...
2011-07-15 Andrey KamaevFinished Android samples renaming
2011-07-15 Andrey KamaevContinued Android samples renaming
2011-07-15 Leonid BeynensonAdded Java functions, converting vectors to Mats and...
2011-07-15 Andrey KamaevAndroid samples are renamed
2011-07-15 Andrey KamaevHeaders are included into opencv_java build
2011-07-15 Andrey Pavlenkopartial vector<> support in Java API generator
2011-07-15 Andrey KamaevAdded native camera Android sample; Added manual port...
2011-07-15 Leonid BeynensonChanged
2011-07-15 Leonid BeynensonAdded setters to Java API
2011-07-15 Kirill Kornyakovupdated some java tests
2011-07-15 Andrey KamaevRefactored Android samples
2011-07-15 Andrey KamaevRefactored Android sample (1-java)
2011-07-15 Evgeniy Kozinovfixed parser bug.
2011-07-15 Andrey KamaevFixed android sample
2011-07-14 Leonid BeynensonFixed bug in the function of search of Android applicva...
2011-07-14 Andrey KamaevFixed Android build.
2011-07-14 Vadim Pisarevskyadded improved version of the variational stereo corres...
2011-07-14 Andrey Pavlenko- partial 'vector' support in Java API generator
2011-07-14 Vadim Pisarevskyfixed mixed-type arithmetic operations (ticket #1224)
2011-07-14 Leonid BeynensonAdded class TermCriteria.
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
next