access to phasecorr function

7 visualizaciones (últimos 30 días)
hamed amini
hamed amini el 11 de Ag. de 2019
Respondida: hamed amini el 14 de Ag. de 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.

Respuesta aceptada

hamed amini
hamed amini el 14 de Ag. de 2019
>> edit private/phasecorr.m

Más respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by