Back to FabImage Library website

You are here: Start » Function Reference » Computer Vision » Fourier Analysis » FrequencyDomain_ModulusImage

FrequencyDomain_ModulusImage


Header: FIL.h
Namespace: fil
Module: FoundationPro

Computes the modulus of each frequency domain image pixel.

Syntax

C++
C#
 
void fil::FrequencyDomain_ModulusImage
(
	const fil::Image& inFrequencyDomainImage,
	fil::Image& outModulusImage
)

Parameters

Name Type Default Description
Input value
inFrequencyDomainImage const Image&
Output value
outModulusImage 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_ModulusImage. Supported formats: 2xReal.