We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db0122 commit a24e140Copy full SHA for a24e140
19 - Webcam Fun/scripts.js
@@ -38,6 +38,8 @@ function paintToCanvas() {
38
// - edge detection colored
39
// - feature detection
40
// - randomly connect features with lines
41
+// - green screen and merge with background image
42
+
43
function mirrorFrame(pixels, width, height) {
44
for (let y = 0; y < height; y++) {
45
for (let x = 0; x < width / 2; x++) {
0 commit comments