Image Interpolation with Geometric Contour Stencils
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
sinterpentry Struct Reference

Data for interpolating with a contour stencil. More...

Data Fields

float Orientation [NUMNEIGH]
 Synthesis function orientations $\theta_\mathcal{S}^n$. More...
 
float Matrix [NUMNEIGH *NUMNEIGH]
 Interpolation matrix $A_\mathcal{S}^{-1}$. More...
 
float Anisotropy
 Anisotropy $\mu_\mathcal{S}$. More...
 

Detailed Description

Data for interpolating with a contour stencil.

Definition at line 49 of file sinterp.c.

Field Documentation

float sinterpentry::Anisotropy

Anisotropy $\mu_\mathcal{S}$.

Definition at line 56 of file sinterp.c.

float sinterpentry::Matrix[NUMNEIGH *NUMNEIGH]

Interpolation matrix $A_\mathcal{S}^{-1}$.

Definition at line 54 of file sinterp.c.

float sinterpentry::Orientation[NUMNEIGH]

Synthesis function orientations $\theta_\mathcal{S}^n$.

Definition at line 52 of file sinterp.c.


The documentation for this struct was generated from the following file: