Hello guys I am working on new searching libraries for C# bots.
Right now I have pixel-imagesearch which can find an image in cca 5-7ms on the other hand there are more advanced emgu OpenCV libs(for C#) which make better matches(with min. side effects)...but my fastest search there was 390ms.
Can be this speed somehow improved ? Or it is unavoidable price for such good matching results ? Do you have some recommendations ?
Right now I have pixel-imagesearch which can find an image in cca 5-7ms on the other hand there are more advanced emgu OpenCV libs(for C#) which make better matches(with min. side effects)...but my fastest search there was 390ms.
Can be this speed somehow improved ? Or it is unavoidable price for such good matching results ? Do you have some recommendations ?