You are here: Start » FIL.NET » Function Reference » Computer Vision » Fourier Analysis » FIL.FrequencyDomain_PhaseImage

FIL.FrequencyDomain_PhaseImage

Computes the phase of each frequency domain image pixel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void FrequencyDomain_PhaseImage
(
	FilNet.Image inFrequencyDomainImage,
	FilNet.Image outPhaseImage
)

Parameters

Name Type Range Default Description
inFrequencyDomainImageFilNet.Image
outPhaseImageFilNet.Image

Errors

List of possible exceptions:

Error type Description
DomainError Not supported inFrequencyDomainImage pixel format in FrequencyDomain_PhaseImage. Supported formats: 2xReal.

See also