Gap tremor. Draw by openFrameworks

[ Video ]

[ About ]
OpenCVでフレーム間の差分を計算して、閾値を超えた箇所だけ位置をずらして描写する。
位置情報を引数にofNoise()で計算した座標量に、0から1の値を掛けて調整する。

OpenCV calculates the difference between frames and shifts the position of the image only when the threshold is exceeded.
The position information is used as an argument, and the amount of coordinates calculated by ofNoise() is adjusted by multiplying by a value between 0 and 1.

[ Source ]

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

[ Kinako ]

[ほしいものリスト]
Amazon

[ Sponsor Link ]

Separate frames. Draw by openFrameworks

[ Video ]

[ About ]
エリアごとに別フレームにする。
フレーム番号はofNoise()で計算した値。

Separate frames for each area.
The frame number is the value calculated by ofNoise().

[ Source ]

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

[ Kinako ]

[ほしいものリスト]
Amazon

[ Sponsor Link ]

Noise circles. Draw by openFrameworks

[ Video ]

[ About ]
座標の値をNoise()の引数にして、角度を算出。
そのノイズの角度に線を伸ばす。
そして伸ばした先でまた計算する。

The angle is calculated by using the coordinate value as the argument of Noise().
Extend the line to the angle of that noise.
Then calculate it again at the end of the stretch.

[ Source ]

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

[ Kinako ]

[ほしいものリスト]
Amazon

[ Sponsor Link ]