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

Quantized vector. More...

Data Fields

int32_t AngleIndex
 Quantized angle index, a number between 0 and NUMANGLES-1. More...
 
float Weight
 Vector magnitude. More...
 

Detailed Description

Quantized vector.

For computational efficiency in FitStencils(), the stencil vectors (stencilentry::Alpha[k], stencilentry::Beta[k]) are converted to polar form and quantized to NUMANGLES possible angles. stencilqvec::AngleIndex is a number between 0 and NUMANGLES-1, and stencilqvec::Weight is the magnitude of the vector.

Definition at line 128 of file sset.c.

Field Documentation

int32_t stencilqvec::AngleIndex

Quantized angle index, a number between 0 and NUMANGLES-1.

Definition at line 131 of file sset.c.

float stencilqvec::Weight

Vector magnitude.

Definition at line 133 of file sset.c.


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