Best language for imagesearch?

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Best language for imagesearch?

Re: Best language for imagesearch?

Post by JaniceSweet » 24 Aug 2016, 02:34

Hello,

There is a problem in the logic, from what I observe. You are right, 50–100 ms is crazy slow. I would also recommend C++. I wrote a very similar script as this one in my course work in school. Like you, I too had to work really hard on making it faster. You try it next time with an improved logic and update here if you are able to speed things up in terms of time. All the best.

Re: Best language for imagesearch?

Post by HinkerLoden » 27 Mar 2016, 05:55

oha. i have not really an idea if its used in the following one. I think Machine Code used what is similar to the c++ speed

Gdip_ImageSearch.ahk - by Masterfocus

FastImageSearch

FullScreen scan around 50ms. With Comparison and find all Matches.

Re: Best language for imagesearch?

Post by nnnik » 28 Feb 2016, 18:26

I would recommend C++ for speed.
But it is touch to learn. If you would share the code we could help optimizing things.
And maybe you should think of a better approach for this too.

Best language for imagesearch?

Post by inthesky2 » 28 Feb 2016, 03:12

Basically after much effort I wrote a script that searches for 100 very small images (maybe 10-20 pixels each) but became really sad when I found out that it runs very slow after a certain amount of images. I needed something that runs as close as possible to 0ms delay and anything above 50-100 ms is too slow. Is there any other language that would allow this?

Top