Image Interpolation with Geometric Contour Stencils
|
Quantized vector. More...
Data Fields | |
int32_t | AngleIndex |
Quantized angle index, a number between 0 and NUMANGLES-1. More... | |
float | Weight |
Vector magnitude. More... | |
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.
int32_t stencilqvec::AngleIndex |