Generating aruco markers in python

Posted on 2017-09-24 in programming • Tagged with aruco, ar, python, programming

Few weeks ago I suddenly had to deal with aruco markers as a part of an OpenCV AR project.

For those who are not familiar with them, aruco markers are a type of marker used in AR application to indicate where something is.

They often look like this:

Aruco marker #0409
(aruco marker …


Continue reading

"Semi-automatic shape transfer between object topologies using 'equivalence maps'"

Posted on 2016-03-23 in programming • Tagged with programming, blender, python, algorithm

Consider this scenario: you're making a game and are using some character creation system, like MakeHuman, Mixamo Fuse, or something similar.

Now, imagine that you're in a situation where you created a nice character in one system, but need to transfer it to another. For example, from MakeHuman to Mixamo …


Continue reading

"Simple triangulation algorithm in python"

Posted on 2016-03-17 in programming • Tagged with programming, algorithm, python, opengl

Last week for whatever reason I've been tinkering with triangulation algorithms. Basically, I've been attempting to make something similar to marvelous designer's clothing triangulation algorithm.

You see, blender has clothing sim, that is, although quite slow, can be used as a basic replacement for Marvelous Designer. The tools are inferior …


Continue reading