DennisLiu1993 / Fastest_Image_Pattern_Matching

C++ implementation of a ScienceDirect paper "An accelerating cpu-based correlation-based image alignment for real-time automatic optical inspection"
BSD 2-Clause "Simplified" License
859 stars 205 forks source link

Support for installation #29

Closed Haylemicheal closed 1 year ago

Haylemicheal commented 1 year ago

How can I install and use it in Linux Ubuntu 22.04?

DennisLiu1993 commented 1 year ago

I think MFC framework is not supported in Ubuntu. You can use QT to create window application, extract pure c++ code from this project and then compile with g++

Haylemicheal commented 1 year ago

Okay, What about using it in python?

DennisLiu1993 commented 1 year ago

I can provide you with c++ dll for python on Windows System (charged) You can also build this project to dll yourself, just use ctypes in python to send/get data from the dll

Haylemicheal commented 1 year ago

Thank you very much! It would be great if you provide me the dll file and if you show me sample code. Thanks again!

DennisLiu1993 commented 1 year ago

It's a charged item, we can talk about details via email if you need it

Haylemicheal commented 1 year ago

okay good!