added background subtraction sample for gpu module
[profile/ivi/opencv.git] / samples / python2 /
2012-06-25 Alexander Mordvintsevadded comments to contours.py and edge.py samples
2012-06-25 Alexander Mordvintsevadded comment to letter_recog.py sample (adopted from...
2012-06-18 Alexander Mordvintsevadded digits2.py sample (work in progress)
2012-06-18 Alexander Mordvintsevadded kmeans.py sample
2012-06-14 Alexander Mordvintsevexposed parallelized SVM prediction to python (predict_all)
2012-06-12 Alexander Mordvintsevfixed find_obj.py (use detectAndCompute)
2012-06-10 Alexander Mordvintsevadded lappyr.py sample
2012-06-06 Alexander Mordvintsevcomments for digits.py sample
2012-06-01 Alexander Mordvintsevwork on added digits.py sample (neural network for...
2012-05-28 Alexander Mordvintsevcompatibility corrections
2012-05-28 Alexander Mordvintsevupdated video_threaded.py sample:
2012-05-25 Alexander Mordvintsevvideo_threaded.py sample now uses multiprocessing modul...
2012-05-24 Alexander Mordvintsevadded video_threaded.py sample
2012-05-22 Alexander Mordvintsevfixed gaussian_mix.py sample
2012-05-22 Alexander Mordvintsevmade video_dmtx.py description visible in demo.py
2012-05-22 Alexander Mordvintsevremoved derivLambda param for LK-tracker
2012-04-30 Vadim Pisarevskymerged 2.4 into trunk
2012-04-04 Alexander Mordvintsevfixed EM sample
2012-03-29 Vadim Pisarevskyfixed HOGDescriptor::detect and HOGDescriptor::detectMu...
2012-03-21 Gary Bradskiimport as cv not cv2. Fixed
2012-03-15 Gary Bradskiremove some unneeded imports
2012-03-15 Gary Bradskiadded cv2.destroyAllWindows()
2012-03-14 Gary BradskiExamples of using histograms in python
2012-03-14 Gary Bradskiadded 0xFF & in front of every waitKey so that it works...
2012-03-12 Vadim Pisarevskyfixed angle check in squares.py (thanks to Abid Rahman)
2012-03-07 Alexander MordvintsevAdded GIL-release code into python wrappers
2012-03-06 Alexander Mordvintsevfixed distrans.py sample (distanceTransform -> distance...
2012-02-11 Gary BradskiAdding python example of mouse interaction and use...
2011-09-22 Alexander Mordvintsevframe size specification for video sources in video.py
2011-09-20 Alexander Mordvintsevfix in RectSelector
2011-09-19 Alexander MordvintsevRectSelector in common.py
2011-09-15 Alexander Mordvintsevwrapped FlannBasedMatcher (and extended DescriptorMatch...
2011-09-07 Alexander Mordvintsevhandling Ptr<> arguments and return values in Python...
2011-09-02 Alexander Mordvintsevopt_flow.py sample fixed
2011-09-01 Alexander Mordvintsevobj_detect.py sample removed
2011-08-31 Alexander Mordvintsevlk_homography.py sample added
2011-08-30 Alexander Mordvintsevlk_track.py description
2011-08-27 Alexander Mordvintsevmser.py sample added
2011-08-27 Alexander Mordvintsevcamshift.py description
2011-08-26 Vadim Pisarevskyremoved irrelevant pyc file
2011-08-26 Vadim Pisarevskyadded hybrid (feature-based & meanshift-based) tracker...
2011-08-22 Alexander Mordvintsevall video processing samples use camera as default...
2011-08-22 Vadim Pisarevskyreplaced non-available in MacOSX' numpy deg2rad in...
2011-08-22 Vadim Pisarevskyfixed 2 bugs in python samples (crash in camshift and...
2011-08-21 Alexander Mordvintsevrunning demos with enter key
2011-08-21 Alexander Mordvintsevwork on demo.py: sample running
2011-08-21 Alexander Mordvintsevdemo description url parsing
2011-08-20 Alexander Mordvintsevwork on demo.py shell
2011-08-17 Alexander Mordvintsevadded flann matching to find_obj.py
2011-08-15 Alexander Mordvintsevcamshift.py sample
2011-08-14 Alexander Mordvintsevadded CV_OUT to CvANN_MLP::predict
2011-08-14 Alexander Mordvintsevwork on MLP sample in letter_recog.py (in progress...)
2011-08-13 Alexander Mordvintsevwork on camshift.py
2011-08-13 Alexander Mordvintsevuse default HOG people detector
2011-08-12 Alexander Mordvintsevcomment
2011-08-12 Alexander Mordvintsevpeopledetect.py sample added (TODO: use builtin svm...
2011-08-06 Alexander Mordvintsevupdated lt_track.py sample
2011-07-18 Vadim Pisarevskyadded COLOR_... enumeration to imgproc.hpp and EVENT_...
2011-07-17 Alexander Mordvintsevadjust cosine threshold in squares.py
2011-07-16 Alexander Mordvintsevmath.pi -> np.pi
2011-07-16 Vadim Pisarevskyfixed "import cv" in the new python samples. corrected...
2011-07-13 Vadim Pisarevskya few minor fixes in Python samples
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 Alexander Mordvintsevcommand line option for avi output in turing.py
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-08 Alexander Mordvintsevadded lk_track.py sample (currently as a comparison...
2011-07-07 Alexander Mordvintsevfacedetect.py sample works
2011-07-07 Alexander Mordvintsevwork on facedetect sample
2011-07-07 Alexander Mordvintsevopt_flow.py demo
2011-07-06 Alexander Mordvintsevwork on optical flow sample
2011-07-04 Alexander Mordvintsevuse addWeighted for blending
2011-07-04 Alexander Mordvintsevlittle simplification
2011-07-04 Alexander Mordvintsevturing.py sample added
2011-07-04 Alexander Mordvintsevfind_obj.py sample added
2011-07-02 Alexander Mordvintsevdistrans.py sample added
2011-07-02 Alexander Mordvintsevfloodfill.py sample added
2011-07-02 Alexander Mordvintsevinpaint.py sample added
2011-07-01 Alexander Mordvintsevcv.Line -> cv2.line
2011-07-01 Alexander Mordvintsevpython Sketcher utility class
2011-07-01 Alexander Mordvintsevwatershed.py sample added
2011-07-01 Alexander Mordvintsevmorphology python sample
2011-06-30 Alexander Mordvintsevmorphology.py sample stub
2011-06-26 Alexander Mordvintsevadded stereo_match.py sample
2011-06-19 Alexander Mordvintsevwork on obj_detect.py
2011-06-17 Vadim Pisarevskyfixed calibrateCamera API (ticket #1143)
2011-06-17 Alexander Mordvintsevwork on obj_detect.py sample (in progress...)
2011-06-17 Alexander Mordvintsevwork on obj_detect sample
2011-06-15 Alexander Mordvintsevuse cv2 function
2011-06-14 Alexander Mordvintsevpython helper routines (common.py) added
2011-06-14 Alexander Mordvintsevwork on calibration sample
2011-06-13 Alexander Mordvintsevcalibrate.py added (broken)
2011-06-11 Alexander Mordvintsevswitched from argparse to getopt for compatibility...
2011-06-10 Alexander Mordvintsevmultiple cameras and frame saving in video.py
2011-06-09 Alexander Mordvintsevvideo synth uses cv2.randn for noise -- much faster...
2011-06-07 Alexander Mordvintsevpython cv2:
next