EnoxSoftware / MarkerLessARExample

This asset is a Marker-Less Augmented Reality Example using the actual environment as input instead of printed square markers and display 3d model in WebCamTexture in real-time.
https://assetstore.unity.com/packages/templates/tutorials/markerless-ar-example-77560
25 stars 5 forks source link

Get Texture pattern name #8

Open pablopalma opened 5 years ago

pablopalma commented 5 years ago

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!

EnoxSoftware commented 5 years ago

The PatternDetector class supports only one pattern marker image. If you want to use multiple different markers, you need to use multiple PatternDetector classes.

patrudoizero commented 1 year ago

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?