search image

Discuss, ask for help, share ideas, give suggestions, read tutorials, and tell us about bugs you have found with MicroMacro in here.

Do not post RoM-Bot stuff here. There is a subforum for that.
Forum rules
This is a sub-forum for things specific to MicroMacro.

This is not the place to ask questions about the RoM bot, which uses MicroMacro. There is a difference.
Post Reply
Message
Author
zwyklykowalski
Posts: 6
Joined: Tue Apr 16, 2013 1:05 pm

search image

#1 Post by zwyklykowalski »

i need search image in micromacro or meybe can used another dll to search ?
Attachments
ImageSearch.zip
(84 KiB) Downloaded 230 times
User avatar
BlubBlab
Posts: 948
Joined: Fri Nov 30, 2012 11:33 pm
Location: My little Pony cafe

Re: search image

#2 Post by BlubBlab »

Image from what? your attachment?
What kind of image?
Jack-of-all-trades, but master-of-only of a few :D

My Reps:
https://github.com/BlubBlab/Micromacro-with-OpenCV (My version of MM2 with OpenCV and for MS Visual Studio)
https://github.com/BlubBlab/rom-bot (rombot with no stop WP and advanced human emulation mode and some other extensions)
https://github.com/BlubBlab/Micromacro-2-Bot-Framework ( A work in progress )
My Tools : viewtopic.php?f=10&t=6226
zwyklykowalski
Posts: 6
Joined: Tue Apr 16, 2013 1:05 pm

Re: search image

#3 Post by zwyklykowalski »

i need function like pixelSearch to serch picture location
User avatar
BlubBlab
Posts: 948
Joined: Fri Nov 30, 2012 11:33 pm
Location: My little Pony cafe

Re: search image

#4 Post by BlubBlab »

I don't know if MM has such a function but if not take a look here:
http://opencv.org/

I'm using part of it for object recognition in pictures mainly traffic signs.
Jack-of-all-trades, but master-of-only of a few :D

My Reps:
https://github.com/BlubBlab/Micromacro-with-OpenCV (My version of MM2 with OpenCV and for MS Visual Studio)
https://github.com/BlubBlab/rom-bot (rombot with no stop WP and advanced human emulation mode and some other extensions)
https://github.com/BlubBlab/Micromacro-2-Bot-Framework ( A work in progress )
My Tools : viewtopic.php?f=10&t=6226
User avatar
Administrator
Site Admin
Posts: 5342
Joined: Sat Jan 05, 2008 4:21 pm

Re: search image

#5 Post by Administrator »

Finding an image like that won't be easy nor accurate. It would come down to OCR.

Your best bet would be to attempt to read the position from memory or something along those lines.
zwyklykowalski
Posts: 6
Joined: Tue Apr 16, 2013 1:05 pm

Re: search image

#6 Post by zwyklykowalski »

sorry for my bad english, my problem that Micromacro not have function for search picture


i atached file where be dll and source have function for localization picture

i need way for used external dll and meybe i need modyfication it for micromacro
User avatar
Administrator
Site Admin
Posts: 5342
Joined: Sat Jan 05, 2008 4:21 pm

Re: search image

#7 Post by Administrator »

You can only load a Lua plugin, not just random DLLs.
Post Reply