MP4 * Noise. Draw by openFrameworks

[ Video ]

[ About ]
ofNoise()の値で描写する範囲を決める。
それぞれの範囲はofSetColor(ofMap(value, 0, max_of_max, 0, 255))で明暗を付ける。

Determine the range to be drawn by the value of ofNoise().
Each area is lightened or darkened with ofSetColor(ofMap(value, 0, max_of_max, 0, 255)).

[ Source ]

[ Link ]
https://github.com/junkiyoshi/Insta20210627

[ Kinako ]

[ほしいものリスト]
Amazon

[ Sponsor Link ]

Draw only gap area. Draw by openFrameworks

[ Video ]

[ About ]
OpenCVでフレーム間の差分を計算して、閾値を超えた箇所だけ描写する。
ofImage.getTexture().bind(), ofImage.getTexture().unbind()でofDrawBox()へ反映。
setup()関数内でofDisableArbTex()をするのを忘れないようにする。

Calculate the difference between frames in OpenCV and draw only the parts that exceed the threshold.
Reflect it to ofDrawBox() by ofImage.getTexture().bind(), ofImage.getTexture().unbind().
Don’t forget to do ofDisableArbTex() in the setup() function.

[ Source ]

[ Link ]
https://github.com/junkiyoshi/Insta20210625

[ほしいものリスト]
Amazon

[ Sponsor Link ]

Image gap change to height. Draw by openFrameworks

[ Video ]

[ About ]
OpenCVで映像の差分を計算する。
差があった部分だけBoxの高さを長くする。

Calculate the differences in the video using OpenCV.
Increase the height of the box only where there is a difference.

[ Source ]

[ Link ]
https://github.com/junkiyoshi/Insta20210623

[ほしいものリスト]
Amazon

[ Sponsor Link ]