Jump to content

Search the Community

Showing results for tags 'object recognition'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. I'd like to take a dll someone wrote in C# for motion detection and motion tracking: http://www.codeproject.com/Articles/10248/Motion-Detection-Algorithms And use these functionalities in a Autoit script. Can anyone help me with advice, or pointing me in the right direction? I use something called ImageSearch which is an autoit script that uses a dll for its functionality and on the imagesearch.au3 everything looks really straight forward; it just calls a function within the dll, and everything works. but I don't know anything about the DLL side, because I'm not a developer. But if tapping into these motion detection dll could be done it'd make for a really cool library so people could use it in their autoit projects. Anyway, best case scenario the Motion dlls are written in such a way that I can just call them within a script, but I don't know how to tell if this is possible. can a C# programmer look at the source code on that site and let me know if it is? I suspect this is a longshot but we might get lucky Thanks!!! motion_src.zip motion_demo.zip
×
×
  • Create New...