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

Sphere by characters. Draw by openFrameworks

[ Video ]

[ About ]
ofTrueTypeFont.getStringAsPoints()で取得した座標を回転させて、球体上で描写する。

The coordinates obtained with ofTrueTypeFont.getStringAsPoints() are rotated and depicted on the sphere.

[ Source ]

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

[ Kinako ]

Convert angles to colors. Draw by openFrameworks

[ Video ]

[ About ]
Color only the area to be rotated using ofMesh.addColor().

回転させる面にofMesh.addColor()で色付け。

[ Source ]

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

[ Kinako ]