Hi everybody!
I has been reading all vuforia documents and I look about area recognition based on points but I haven't find about it.
What I want to do is for example, set on a paper four points and recognize them and put a graphic 3D. So, where the four points defined the area where the object is rendered.
Could you tell me what is the best way to do it?
Thanks :)
Hello jfbaquerocelis,
You could accomplish something like this by defining 4 separate image targets and setting the maximum simultaneous images tracked to 4 (or more if needed). This will allow you to detect all 4 at the same time and render a 3D object in the area between these 4 targets.
Thanks,
-Vuforia Support