Back to Adaptive Vision Library website

You are here: Start » Function Reference » Fourier Analysis » FrequencyDomain_PhaseImage

FrequencyDomain_PhaseImage


Header:AVL.h
Namespace:avl

Computes the phase of each frequency domain image pixel.

Syntax

C++
C#
 
void avl::FrequencyDomain_PhaseImage
(
	const avl::Image& inFrequencyDomainImage,
	avl::Image& outPhaseImage
)

Parameters

Name Type Default Description
inFrequencyDomainImage const Image&
outPhaseImage Image&

Requirements

For input inFrequencyDomainImage only pixel formats are supported: 2⨯real.

Read more about pixel formats in Image documentation.

Errors

List of possible exceptions:

Error type Description
DomainError Not supported inFrequencyDomainImage pixel format in FrequencyDomain_PhaseImage.