Start a new topic

Logo sign detection

Hi , I'm trying to get a logo with 1 star quality  to be recognized in my android app . I don't need a 100 % recognition  detecting the background color is sufficient . Is it possible to do it? 


Hi,


As our core is working with greyscale - recognizing color is not something that our CV algorithms are capable of. But you can check out our Plugins API concept - this allows you to integrate third party libraries with our SDK and this way add additional capabilities (e.g. integrate a color recognition library). Details on the Plugins API can be found here


Greetings

Nicola

Hi,

thanks for ur answe .Does the plugins APi can be used with android native api?


Hi,


Please check the respective documentation - yes the Plugins API is also supported in the Native SDK. But please be aware that once you work with the Native SDK, you'll need to take care of the rendering, as this is not done by SDK (as with the JS SDK).


Thx and greetings

Nicola

Login or Signup to post a comment