Gráfico de Commits

45 Commits

Autor SHA1 Mensagem Data
Vadim Pisarevsky f2e1a64c1b fixed "import cv" in the new python samples. corrected Python bindings to match the documentation and vice versa (NOTE: in cv2.stereoCalibrate the parameter ordering has been changed) 2011-07-16 09:35:56 +00:00
Vadim Pisarevsky 386f147597 a few minor fixes in Python samples 2011-07-13 06:19:21 +00:00
Alexander Mordvintsev 3511bf81de help message printing 2011-07-11 09:59:23 +00:00
Alexander Mordvintsev c053532be1 sobel -> Sobel 2011-07-11 09:46:36 +00:00
Alexander Mordvintsev 0217ae3a70 faster detection and timing in facedetect.py 2011-07-11 09:21:27 +00:00
Alexander Mordvintsev 2a19db61e7 command line option for avi output in turing.py 2011-07-11 08:06:51 +00:00
Alexander Mordvintsev c9d9d1ec92 lk_track.py window renamed 2011-07-11 07:47:56 +00:00
Alexander Mordvintsev b175348d93 motempl.py sample works 2011-07-11 07:42:37 +00:00
Alexander Mordvintsev b509cc2a4d contours.py sample added 2011-07-10 22:06:33 +00:00
Alexander Mordvintsev 514711af14 work on motempl.py sample 2011-07-10 21:23:32 +00:00
Alexander Mordvintsev 4151a4590e added lk_track.py sample (currently as a comparison between flow tracker implementations) 2011-07-08 14:58:22 +00:00
Alexander Mordvintsev c3ef6e866f facedetect.py sample works 2011-07-07 22:33:36 +00:00
Alexander Mordvintsev 9af213bf60 work on facedetect sample 2011-07-07 16:14:49 +00:00
Alexander Mordvintsev edf0b40d42 opt_flow.py demo 2011-07-07 07:55:49 +00:00
Alexander Mordvintsev 136d5b534a work on optical flow sample 2011-07-06 19:02:40 +00:00
Alexander Mordvintsev 55ba0af2bc use addWeighted for blending 2011-07-04 14:13:57 +00:00
Alexander Mordvintsev e9d63665b4 little simplification 2011-07-04 11:38:53 +00:00
Alexander Mordvintsev 15de28b069 turing.py sample added 2011-07-04 11:25:56 +00:00
Alexander Mordvintsev 5596c792bc find_obj.py sample added 2011-07-04 09:05:11 +00:00
Alexander Mordvintsev d3da43c8e5 distrans.py sample added 2011-07-02 22:21:19 +00:00
Alexander Mordvintsev 724cc5b481 floodfill.py sample added 2011-07-02 16:03:17 +00:00
Alexander Mordvintsev afad87b5f2 inpaint.py sample added 2011-07-02 07:13:31 +00:00
Alexander Mordvintsev f0a4185b1f cv.Line -> cv2.line 2011-07-01 17:50:07 +00:00
Alexander Mordvintsev 84568cb18e python Sketcher utility class 2011-07-01 17:33:29 +00:00
Alexander Mordvintsev aa695abad2 watershed.py sample added 2011-07-01 15:09:38 +00:00
Alexander Mordvintsev 382e154cfd morphology python sample 2011-07-01 08:22:45 +00:00
Alexander Mordvintsev 7f115db7a7 morphology.py sample stub 2011-06-30 14:17:31 +00:00
Alexander Mordvintsev 0dbbb89e8d added stereo_match.py sample 2011-06-26 21:34:39 +00:00
Alexander Mordvintsev 32825893bd work on obj_detect.py
added square_size cmd line param for calibrate.py
added _coverage.py script to compute cv2 api coverage by samples (just for interest, may be removed later)
2011-06-19 11:33:15 +00:00
Vadim Pisarevsky f4dc4b43e4 fixed calibrateCamera API (ticket #1143) 2011-06-17 21:21:01 +00:00
Alexander Mordvintsev 4582226567 work on obj_detect.py sample (in progress...) 2011-06-17 16:17:10 +00:00
Alexander Mordvintsev 83a4a41cde work on obj_detect sample 2011-06-17 07:35:39 +00:00
Alexander Mordvintsev 1a208fe132 use cv2 function
added color_histogram.py sample
work on VideoSynth (chessboard)
2011-06-15 13:58:40 +00:00
Alexander Mordvintsev 194506397e python helper routines (common.py) added 2011-06-14 15:02:57 +00:00
Alexander Mordvintsev 6616606ea4 work on calibration sample 2011-06-14 12:14:02 +00:00
Alexander Mordvintsev 619e503d53 calibrate.py added (broken)
work on video synth
2011-06-13 21:45:18 +00:00
Alexander Mordvintsev b6c19d365f switched from argparse to getopt for compatibility with Python 2.6 2011-06-11 21:11:02 +00:00
Alexander Mordvintsev 787fe6a93f multiple cameras and frame saving in video.py 2011-06-10 07:54:21 +00:00
Alexander Mordvintsev 07a4e52093 video synth uses cv2.randn for noise -- much faster than np.random.normal 2011-06-09 08:21:37 +00:00
Alexander Mordvintsev 927b5c88ea python cv2:
simple video capture and synth framework stub
edge detection sample
2011-06-07 13:45:31 +00:00
Alexander Mordvintsev ab63037d5a python cv2 sample: coherence enhancing 2011-06-07 07:42:32 +00:00
Alexander Mordvintsev 6dc7ae0ff6 added some constants to python cv2 api 2011-06-06 14:18:25 +00:00
Alexander Mordvintsev 3df5f5e13a python cv2 sample: hi-res image browse 2011-06-06 03:31:45 +00:00
Alexander Mordvintsev 53f7a50fa2 python cv2 sample: GMM expectation-maximization 2011-06-05 13:18:42 +00:00
Alexander Mordvintsev 07f28d3309 added python cv2 port of letter_recog sample 2011-06-05 06:44:19 +00:00