-2

I want to know how exactly the marker is generated/recognized so that I can make it more efficient in my code. Is there any way of making something a marker other than a patt file?

I was trying to use alphabets as markers and when displaying many letter-markers in one frame, it fails to detect the right one. So I wanted to make any random, clear image with the black border to be recognized.

1 Answers1

0

You can use Jerome's maker generator to produce a marker of any image, but the image should be rotationally assymetric as per the ARToolKit docs

Mark
  • 565
  • 1
  • 8
  • 19
  • Well I guess Jerome's maker generator was not generating the right kind of patt files needed for good recognition. My patt file was really unclear. It would recognize similar kind of markers. That is why I wanted to know if we could change the js in such a way that custom image recognition can be used instead of patt file markers – AishwaryaSW Aug 29 '19 at 12:24