Skip to content

Commit a24e140

Browse files
author
Sergey Royz
committed
todo
1 parent 2db0122 commit a24e140

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

19 - Webcam Fun/scripts.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ function paintToCanvas() {
3838
// - edge detection colored
3939
// - feature detection
4040
// - randomly connect features with lines
41+
// - green screen and merge with background image
42+
4143
function mirrorFrame(pixels, width, height) {
4244
for (let y = 0; y < height; y++) {
4345
for (let x = 0; x < width / 2; x++) {

0 commit comments

Comments
 (0)