emailconfirmed
1,824
edits
(add image capture code) |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
===== Image Capture ===== | ===== Image Capture ===== | ||
Image capture with Processing | Image capture with //Processing//. | ||
<pre style="font-size: smaller"> | <pre style="font-size: smaller"> | ||
Line 57: | Line 57: | ||
==== Foreground Separation ==== | ==== Foreground Separation ==== | ||
Simple | Simple foreground separation with //Processing//. | ||
Line 86: | Line 86: | ||
image(img, 0, 0, width, height) | image(img, 0, 0, width, height) | ||
</pre> | </pre> | ||
==== Links ==== | |||
* [https://opencv-python-tutroals.readthedocs.org Python + OpenCV] |