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
842 stars 205 forks source link

can't move any image to the program #41

Closed udarrr closed 1 year ago

udarrr commented 1 year ago

Hello After building it's impossible move any image. Src and dst image is 0x0

issue

issue1

DennisLiu1993 commented 1 year ago
  1. just use menu to load image because some OS version cannot trigger drop file event
  2. make sure .Lang file is in the same dir as .exe
udarrr commented 1 year ago

Generally looke like because of version opencv 3 i've changed it to 4.1.x and everythings is fine.