C++ - Source Code 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: C++ - Source Code for ImageSearch

Re: C++ - Source Code for ImageSearch

Post by TheMaoci » 23 Jan 2019, 06:37

i found an solution in c#
for windows 7 speed goes like 2ms per loop
for unoptimised windowses its like 31ms

Re: C++ - Source Code for ImageSearch

Post by guest3456 » 07 Dec 2018, 10:34

Xtra wrote:
04 Dec 2018, 03:20
Use gdip imagesearch it uses machine code and is fast no need to reinvent the wheel.
https://github.com/MasterFocus/AutoHotk ... mageSearch

Re: C++ - Source Code for ImageSearch

Post by Xtra » 04 Dec 2018, 03:20

Use gdip imagesearch it uses machine code and is fast no need to reinvent the wheel.

Re: C++ - Source Code for ImageSearch

Post by gregster » 04 Dec 2018, 02:32

AHK is open source and written in C++, including the imagesearch part.
You can find the complete AHK source code on Github: https://github.com/Lexikos/AutoHotkey_L/

C++ - Source Code for ImageSearch

Post by TheMaoci » 04 Dec 2018, 02:26

Hello
I was searching for it a while is there a way to get ImageSearch like it is in AHK into language C++
i want to made an quick script even faster then ahk imagesearch to find small images on screen.

Any ideas ? any repositories ? any source code in C++ (or in C#) ?

or any other language ?

Top