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

AVL.FrequencyDomain_ModulusImage

Computes the modulus of each frequency domain image pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inFrequencyDomainImageAvlNet.Image
outModulusImageAvlNet.Image

Errors

List of possible exceptions:

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

See also