Phase Congruency

Computes edge and corner phase congruency in an image
30 téléchargements
Mise à jour 20 déc. 2024

Afficher la licence

This is a reformatting of Peter Koveshi's phasecong3.m to facilitate computing edges, corners a features from images in videos.
Example usage
pc = PhaseCongruency('Sharpness',15);
vidRdr = VideoReader('atrium.mp4');
vidPlayer = vision.VideoPlayer;
while hasFrame(vidRdr)
frame = readFrame(vidRdr);
pc.detect(frame);
vidPlayer(pc.Edge)
end
release(vidPlayer);
To view an edge strength image
imshow(PhaseCongruency('Image', imread('coins.png')).Edge)
Included is a user interface
pcviewer()
to visualize parameter tunning

Citation pour cette source

Collin Pecora (2026). Phase Congruency (https://fr.mathworks.com/matlabcentral/fileexchange/177759-phase-congruency), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2024b
Compatible avec les versions R2022a et ultérieures
Plateformes compatibles
Windows macOS Linux
Version Publié le Notes de version
1.0.0