haoyinzhou / EMDQ_C

C++ code for the expectation maximization and dual quaternion (EMDQ) algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ code for the EMDQ algorithm, which can remove mismatches from SURF/ORB feature matches and also generate smooth and dense deformation field.

Paper:  Haoyin Zhou, Jagadeesan Jayender, "EMDQ: Removal of Image Feature Mismatches in Real-Time", IEEE Transactions on Image Processing, 2021

usage: Usage: ./demoEMDQ PathToImage1 PathToImage2
For example: ./demoEMDQ picture1.png picture2.png

Dependencies: Eigen, OpenCV, and OpenMP (optional)

About

C++ code for the expectation maximization and dual quaternion (EMDQ) algorithm


Languages

Language:C++ 88.6%Language:CMake 5.9%Language:C 5.4%