MarkerLessARExample
MarkerLessARExample copied to clipboard
Get Texture pattern name
Hello again (i'm working for a big project with OpenCV and MarklessAR so i have some issues),
I need take the texture2D pattern name when i found it. Because i need three different markers to show different objects,
There's some way to do this?
Thanks!
The PatternDetector class supports only one pattern marker image. If you want to use multiple different markers, you need to use multiple PatternDetector classes.
Hello again (i'm working for a big project with OpenCV and MarklessAR so i have some issues),
I need take the texture2D pattern name when i found it. Because i need three different markers to show different objects,
There's some way to do this?
Thanks!
Hello. What solution did you find for tracking multiple markers?