xil_interpolation_table_get_subsamples(3)
NAME
xil_interpolation_table_get_subsamples − get the number of subsamples in an interpolation table object
SYNOPSIS
#include <xil/xil.h>
unsigned int xil_interpolation_table_get_subsamples ( XilInterpolationTable table);
DESCRIPTION
xil_interpolation_table_get_subsamples () gets subsamples from the interpolation table object table. Subsamples refer to the number of divisions between pixels in the source image. Subsampling is used when the reverse mapping from destination pixel to source pixel falls between two source pixels.
ERRORS
For a complete list of XIL error messages by number, consult Appendix B of the XIL Programmer’s Guide.
EXAMPLES
Get subsamples of an interpolation table object:
XilInterpolationTable table;
unsigned int subsamples;
subsamples = xil_interpolation_table_get_subsamples(table);
SEE ALSO
xil_interpolation_table_create(3), xil_interpolation_table_destroy(3), xil_interpolation_table_get_kernel_size(3), xil_interpolation_table_get_data(3), xil_state_get_interpolation_tables(3).
SunOS 5.6 — Last change: 18 March 1993