Alexander Mordvintsev
|
6977a89525
|
descriptions for watershed.py and video.py
|
13 years ago |
Gary Bradski
|
dfaabd88fc
|
added cv2.destroyAllWindows()
|
13 years ago |
Gary Bradski
|
9164ccbaaf
|
added 0xFF & in front of every waitKey so that it works on linux
|
13 years ago |
Alexander Mordvintsev
|
39268013d5
|
frame size specification for video sources in video.py
|
14 years ago |
Alexander Mordvintsev
|
fc771363d3
|
all video processing samples use camera as default source (and fallback to synth in case of capture error)
|
14 years ago |
Alexander Mordvintsev
|
edf0b40d42
|
opt_flow.py demo
|
14 years ago |
Alexander Mordvintsev
|
1a208fe132
|
use cv2 function
added color_histogram.py sample
work on VideoSynth (chessboard)
|
14 years ago |
Alexander Mordvintsev
|
194506397e
|
python helper routines (common.py) added
|
14 years ago |
Alexander Mordvintsev
|
619e503d53
|
calibrate.py added (broken)
work on video synth
|
14 years ago |
Alexander Mordvintsev
|
b6c19d365f
|
switched from argparse to getopt for compatibility with Python 2.6
|
14 years ago |
Alexander Mordvintsev
|
787fe6a93f
|
multiple cameras and frame saving in video.py
|
14 years ago |
Alexander Mordvintsev
|
07a4e52093
|
video synth uses cv2.randn for noise -- much faster than np.random.normal
|
14 years ago |
Alexander Mordvintsev
|
927b5c88ea
|
python cv2:
simple video capture and synth framework stub
edge detection sample
|
14 years ago |