access to phasecorr function
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
hamed amini
le 11 Août 2019
Réponse apportée : hamed amini
le 14 Août 2019
I would like to use the phasecorr function, but it cannot be accessed. Is there a way to run it as a standalone function and not part of findTranslationPhaseCorr?
function [vec,peakVal] = findTranslationPhaseCor(varargin) %#codegen
%findTranslationPhaseCorr Determine translation using phase correlation.
%
% [vec,peakVal] = findTranslationPhaseCorr(MOVING, FIXED) estimates the
% translation of MOVING necessary to align MOVING with the
% fixed image FIXED. The output VEC is a two element vector of the form
% [deltaX, deltaY]. The scalar peakVal is the peak value of the phase
% correlation matrix used to estimate translation.
%
% [vec,peakVal] = findTranslationPhaseCorr(D) estimates the translation
% of MOVING necesary to align MOVING with the fixed image FIXED. D is a
% phase correlation matrix of the form returned by:
%
% D = phasecorr(fixed,moving).
% Copyright 2013 The MathWorks, Inc.
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!