Other its possible search a image inside a image?

Douglas Farias

Expert
Licensed User
Longtime User
Hi everyone, everything fine?
I will ask here but I have never seen it. it's something I don't even know if it's possible to do in B4X.

I need to know if an image has another image inside.
Search for an image and return true or false.


Example...
Choice_toxicity_icon.png

I need to know if this emoticon above is inside the following image, regardless of size and location.

11.jpg

in this case the response will be TRUE. the emoticon icon is on the black image.



is it possible to do this in b4x? is there something ready for this? where can i start with little knowledge?


thanks!
 

Star-Dust

Expert
Licensed User
Longtime User
Unfortunately @Star-Dust did not answer this part of your question. Unfortunately, I cannot answer it either, but maybe somebody can.
I answered the first question, if it was possible to find a recognition within an image. But I can't answer all the questions myself, I give space to others too, it wouldn't be right otherwise
 
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
Based on what @Pendrush correctly suggested you can use the wraps made for OpenCV. Douglas wrote B4X and I assume he means cross-platform.

For B4A see here

For B4J see here:

For B4i see here
 
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
I would not overlook this interesting example from @Erel

 
Upvote 1
Top