profile/ivi/opencv.git
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...
2011-07-07 Vadim Pisarevskyfixed a few more typos in the docs.
2011-07-07 Vadim Pisarevskyopencl module is not ready for trunk yet
2011-07-07 salmanulhaqocl folder contains the gpu implementations
2011-07-07 Andrey KamaevFixed bugs in rst_parser.py; added parsing of 'seealso...
2011-07-07 salmanulhaqrenamed gpu to ocl
2011-07-07 salmanulhaqOclMat implementation
2011-07-07 Alexander Mordvintsevwork on facedetect sample
2011-07-07 salmanulhaqUpdate OclMat to match GpuMat. Include ref counting...
2011-07-07 Andrey Pavlenko- 'String' (that is synonym of std::string) is added
2011-07-07 Andrey KamaevImproved rst parser; fixed bug in hdr_parser; some...
2011-07-07 Kirill Kornyakovjava tests: split into packages, tests for VideoCapture...
2011-07-07 Vadim Pisarevskysome more bugfixed in 2.3 propagated to trunk
2011-07-07 Andrey KamaevFixed C functions parsing in rst parser
2011-07-07 Andrey KamaevImproved RST parser; fixed small typos found by new...
2011-07-07 Alexander Mordvintsevopt_flow.py demo
2011-07-06 Alexander Mordvintsevwork on optical flow sample
2011-07-06 Ana HuamanAdded histogram comparison tutorial in reST
2011-07-06 Andrey PavlenkoInitial classes support, improved generated java &...
2011-07-06 Ana HuamanAdded BackProjection reST tutorial
2011-07-06 itsyplenJava tests: commited some core tests (to be cleaned)
2011-07-06 Ana HuamanFixed small inconsistency in sample code calcBackProjec...
2011-07-06 Ana HuamanAdded matchTemplate reST tutorial
2011-07-06 Ana HuamanAdded calcHist tutorial in reST
2011-07-06 Bernat GaborCorrected(re-added) and extended the ImgProc Tutorial...
2011-07-06 Ana HuamanAdded Equalized Histogram reST tutorial + corrected...
2011-07-06 Bernat GaborAdded the OpenCV with Visual Studio tutorial. Enhanced...
2011-07-05 Ana HuamanAdded tutorial for BackProject in cpp (demo 2) - tutori...
2011-07-05 Andrey KamaevAdded initial version of rst_parser script
2011-07-05 Kirill Kornyakovjava tests: merged with new CvType, implemented half...
2011-07-05 Andrey PavlenkoMore code review feedbacks addressed: Mat c-tor and...
2011-07-05 Andrey PavlenkoSome of code review feedbacks addressed: CvType moved...
2011-07-05 Kirill Kornyakovjava tests: now only OpenCVTestRunner contains android...
2011-07-05 Andrey KamaevFixed typo in features2d doc
2011-07-05 Kirill KornyakovJavaAPI: implemented Mat.dump method (analog for C...
2011-07-05 Andrey Kamaevremoved duplicated compiler flags assignment
2011-07-05 Ana HuamanAdded calcBackProject_Demo1.cpp for tutorial sample...
2011-07-04 Ana HuamanAdded compareHist_demo.cpp code
2011-07-04 Ana HuamanAdded MatchTemplate_Demo.cpp to tutorial sample code
2011-07-04 Vadim Pisarevskymerged the latest fixes in 2.3 to trunk
2011-07-04 Alexander Mordvintsevuse addWeighted for blending
2011-07-04 Kirill Kornyakovjava tests updated: now they independent from android...
2011-07-04 Andrey KamaevFixed 'Undefined control sequence' error in recently...
2011-07-04 Andrey KamaevTurned off android camera and java wrappers for low...
2011-07-04 Andrey KamaevRemoved unnecessary variable disclosures from version...
2011-07-04 Alexander Mordvintsevlittle simplification
2011-07-04 Alexander Mordvintsevturing.py sample added
2011-07-04 Bernat GaborReformatted the TOC tables in tutorials to look just...
next