MarkerLessARExample
MarkerLessARExample copied to clipboard
multiple image pattern
Hi!
I am trying to adjust the source code so it works with multiple images but i am not having much success with the task.
I have adjusted the buildpatternfromimage() to receive a List<Mat> of patterns, have the matcher train from the List<Mat> Descriptors that is returned but furthet along, the detection keeps detecting only the 1st image of the set.
Would it be possible to include in the source code a way of having the detecting compare the frame with a set of images (in this case is the same object in a 360° view from several images)?
Thank you!!