Skip to content

mogvision/InterTex-Feature-Descriptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InterTex: Interwoven Texture-Based Feature Descriptor

Introduction

InterTex is a fast feature descriptor for computer vision tasks. This repo includes the code for feature extraction from the keypoint detected by FFD (https://github.com/mogvision/FFD). Given a pair of images, you can use this repo to extract matching features across the image pair.

Dependencies

  • Python 3 >= 3.5
  • OpenCV >= 3.4
  • NumPy >= 1.18

Contents

There are two main scripts in this repo:

  1. demo.py: runs and shows extracted keypoints located in image/
  2. match_pairs.py: reads an image pair from image/ and matches (FFD is used for feature detection)
python3 demo.py
python3 match_pairs.py

P.S. If you get error: "./InterTexFFD: Permission denied", please just run `chmod 777 InterTexFFD'.

BibTeX Citation

If you use any ideas from the paper or code from this repo, please consider citing:

@article{GHAHREMANI2021107821,
title = "Interwoven Texture-Based Description of Interest Points in Images",
author = "Morteza Ghahremani and Yitian Zhao and Bernard Tiddeman and Yonghuai Liu",
journal = "Pattern Recognition",
pages = "107821",
year = "2021",
issn = "0031-3203",
doi = "https://doi.org/10.1016/j.patcog.2021.107821",
url = "http://www.sciencedirect.com/science/article/pii/S003132032100008X",
}

About

InterTex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages