Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phasepack

Tests Python 3.9+

A toolkit for phase-based image feature detection.

This toolkit consists of a set of functions which use information contained within the phase of a Fourier-transformed image to detect localised features such as edges, blobs and corners. These methods have the key advantage that the properties they measure are invariant with respect to image brightness and contrast.

Functions

  • phasecong - Phase congruency using oriented filters
  • phasecongmono - Fast phase congruency using monogenic filters
  • phasesym - Phase symmetry using oriented filters
  • phasesymmono - Fast phase symmetry using monogenic filters

For more information on a particular function, see the associated docstring and the references therein.

Installation

pip install phasepack

Authorship

These functions were originally written for MATLAB by Peter Kovesi, and were ported to Python by Alistair Muldal. The original MATLAB code, as well as further explanatory information and references are available from Peter Kovesi's website.

License

MIT License - see LICENSE file for details.

About

Python ports of some of Peter Kovesi's MATLAB functions for image analysis using local phase information

Resources

Stars

Watchers

Forks

Releases

Contributors

Languages