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

FIL.FrequencyDomain_ModulusImage

Computes the modulus of each frequency domain image pixel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void FrequencyDomain_ModulusImage
(
	FilNet.Image inFrequencyDomainImage,
	FilNet.Image outModulusImage
)

Parameters

Name Type Range Default Description
inFrequencyDomainImageFilNet.Image
outModulusImageFilNet.Image

Errors

List of possible exceptions:

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

See also