Page 1 of 1

Need to find multiple anchors

Posted: Fri May 04, 2012 2:46 am
by floydus
I ordered yesterday to use the findAnchor function,
however, I realized that what I need is to find only the Anchors that have accuracy higher than 90%.
An image can contain multiple anchors...

What happens is that currently this function returns the first anchor it find regardless of the accuracy, well looks like that's what it does...
Is it possible to find all anchors that are higher than X % accurate into an image ?

If you have an code workaround to do such, that would really help me.

Also: Does it scan from left to right ? First one will always be the lower top value and lower left ?

Thanks.

Re: Need to find multiple anchors

Posted: Fri May 04, 2012 10:44 am
by Loïc
Hello,
What happens is that currently this function returns the first anchor it find regardless of the accuracy
It's false, the engine returns the detected region with the highest score.
Is it possible to find all anchors that are higher than X % accurate into an image ?
This feature is in our roadmap. But there is basic workaround which consists to run the detection on different Region of interest.
Also: Does it scan from left to right ? First one will always be the lower top value and lower left ?
The engine do not process linear scanning. It would be too slow. And no accurate enough. We use a process which is the result of our own researches.

Kind regards,

Loïc