MarkerLessARExample icon indicating copy to clipboard operation
MarkerLessARExample copied to clipboard

multiple image pattern

Open tv-gc opened this issue 2 years ago • 0 comments

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!!

tv-gc avatar Oct 18 '23 17:10 tv-gc