access to phasecorr function

8 次查看(过去 30 天)
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.

采纳的回答

hamed amini
hamed amini 2019-8-14
>> edit private/phasecorr.m

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by