Detect an object from multiple angles

0 votes
asked Jun 6, 2018 by diaz1111 (320 points)
edited Jun 8, 2018 by diaz1111

Hi,

  First of all bundle of thx for EasyAR SDK its quite amazing.

  My need is to detect a rigid object from camera . Right now i am using the   `HelloARMultiTarget_SameImage` Sample . I put 10 images in assets and its working when the object captured from same angle (any of 10 images).

Is it possible to overcome this .

Also is there any limit on source images count which we put in assets folder ?'

And how many application can we create under an account ?

To explain the special need lets see i have a object image like below .

https://imgur.com/a/eLl55VU

And i need to track this object via camera from any angle. So what would be the approach do i have to put images from all angles in assets . I am currently using `HelloARMultiTarget_SameImage` . Please suggest the best approach for this using EasyAR.

My Basic need is to detect the object once not track it . Once its detected Its done . So what you suggest ? Which sample or approach should i follow to achieve this . Also object can be upto 5 . In above image one object is seen other 4 will have same background less pngs . 

1 Answer

+1 vote
answered Jun 7, 2018 by albert52 (31,850 points)
selected Jun 8, 2018 by diaz1111
 
Best answer

Q:Also is there any limit on source images count which we put in assets folder ?'

A:Up to 1000 offline targets。

EasyAR do not set limitations for the max number logically. The max trackable number will depend on the hardware and object size in the scene.

It is very smooth to track 10 or more targets on PC. And about 4~6 targets can be tracked smoothly on a mainstream smart phone.

Q:And how many application can we create under an account ?

A:A License Key ----- An APP。

3. To be honest, I don't understand your specific needs. Could you be more specific

commented Jun 7, 2018 by diaz1111 (320 points)
`A License Key ----- An APP` ? Does that mean anyone can create as many license keys with a single account ?
commented Jun 8, 2018 by diaz1111 (320 points)
Please see the edited question for special need.
commented Jun 16, 2018 by dreamcraft (100 points)
Hi!
>>And about 4~6 targets can be tracked smoothly on a mainstream smart phone.
Does it mean 4~6 target recognition at the same time? Let's say I have 1000 defined images on my scene. How long would take to track 1 image at once?
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...