TIOVX User Guide
tiovx.enums.InterpolationType Class Reference

Interpolation type (OpenVX equivalent = vx_interpolation_type_e) More...

Inherits Enum.

Static Public Attributes

int NEAREST_NEIGHBOR = 1
 OpenVX equivalent = VX_INTERPOLATION_NEAREST_NEIGHBOR.
 
int BILINEAR = 2
 OpenVX equivalent = VX_INTERPOLATION_BILINEAR.
 
int AREA = 3
 OpenVX equivalent = VX_INTERPOLATION_AREA.
 

Detailed Description

Interpolation type (OpenVX equivalent = vx_interpolation_type_e)

Example usage:
InterpolationType.NEAREST_NEIGHBOR
InterpolationType.BILINEAR

Definition at line 674 of file enums.py.


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