Best marker for detection & cam matrix calculation

asked 2016-01-26 07:55:23 -0600

pietrko gravatar image

updated 2016-01-26 11:31:42 -0600

Hi, I have a following problem that could use community wisdom.

I need to design a real word pattern/image that i can put on the floor or stick to wall, that has following features:

  • can easily be detected by opencv, even if highly warped
  • I should easily calculate camera matrix from it
  • must hold small amount of data (like a number from 0-2^16)
  • there will be many such markers in one image (with different data coded in them)

I was thinking QR codes but they are kinda hard to detect, maybe some combination of chessboard and QR inside?

Maybe QR will be ok for that? Which algorithm you suggest then? (Remember it has to deal with multiple qr on the same image and get the camera matrix from it)

edit retag flag offensive close merge delete