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

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

Collaboration diagram for sinterpstruct:
Collaboration graph
[legend]

Data Fields

const ssetStencilSet
 The stencil set $\Sigma$. More...
 
sinterpentryStencilInterp
 Interpolation data for each $\mathcal{S}\in\Sigma$. More...
 
float RhoSigmaTangent
 Spread of $\rho$ in the tagential direction. More...
 
float RhoSigmaNormal
 Spread of $\rho$ in the normal direction. More...
 

Detailed Description

Data for interpolating with a contour stencil set.

Definition at line 61 of file sinterp.c.

Field Documentation

float sinterpstruct::RhoSigmaNormal

Spread of $\rho$ in the normal direction.

Definition at line 70 of file sinterp.c.

float sinterpstruct::RhoSigmaTangent

Spread of $\rho$ in the tagential direction.

Definition at line 68 of file sinterp.c.

sinterpentry* sinterpstruct::StencilInterp

Interpolation data for each $\mathcal{S}\in\Sigma$.

Definition at line 66 of file sinterp.c.

const sset* sinterpstruct::StencilSet

The stencil set $\Sigma$.

Definition at line 64 of file sinterp.c.


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