You are here: Start » AVL.NET » Function Reference » Computer Vision » Fourier Analysis » AVL.FrequencyDomain_PhaseImage
Computes the phase of each frequency domain image pixel.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void FrequencyDomain_PhaseImage ( AvlNet.Image inFrequencyDomainImage, AvlNet.Image outPhaseImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inFrequencyDomainImage | AvlNet.Image | |||
![]() | outPhaseImage | AvlNet.Image |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Not supported inFrequencyDomainImage pixel format in FrequencyDomain_PhaseImage. Supported formats: 2xReal. |


