Are there any instructions in Java to get the bitmap image of the augmented reality marker and create a template file from it? I mean the template files (.patt) that are used in the AR Augmented Reality Library. (This file contains a matrix with 0-255 values.) For example, in this online template generator , we can load a bitmap and create a template file. Now I want to have instructions in Android code to do the same. I know that in ARtoolkit there is a class mk_patt that does this, but it is in C. I want to use it in Android. Thank you very much.
source share