07-12-2024, 08:23 AM
Dear Z-S,
Let's clarify what concept we are talking about.
It seems to me that you are talking about "RECOGNITION" of images.
But, I'm talking about "SEARCHING" an image.
“RECOGNIZE” an image means CLASSIFY, to determine which class the depicted object belongs to.
But, "FIND" images - this means that we must simply check whether such a small fragment that we are looking for exists in a large image.
This is similar to searching for the desired word in a text file.
Small BASIC is too slow for this purpose.
Just as LitDev created the “FastArray” extension and the “FastString” method, you can try to create an “ImageSearch” method that will SEARCH a small image inside a large image as quickly as possible.

Let's clarify what concept we are talking about.
It seems to me that you are talking about "RECOGNITION" of images.
But, I'm talking about "SEARCHING" an image.
“RECOGNIZE” an image means CLASSIFY, to determine which class the depicted object belongs to.
But, "FIND" images - this means that we must simply check whether such a small fragment that we are looking for exists in a large image.
This is similar to searching for the desired word in a text file.
Small BASIC is too slow for this purpose.
Just as LitDev created the “FastArray” extension and the “FastString” method, you can try to create an “ImageSearch” method that will SEARCH a small image inside a large image as quickly as possible.
