TIOVX User Guide
tiovx.enums.Norm Class Reference

Normalization type (OpenVX equivalent = vx_norm_type_e) More...

Inherits Enum.

Static Public Attributes

int L1 = 1
 OpenVX equivalent = VX_NORM_L1.
 
int L2 = 2
 OpenVX equivalent = VX_NORM_L2.
 

Detailed Description

Normalization type (OpenVX equivalent = vx_norm_type_e)

Example usage:
Norm.L1
Norm.L2

Definition at line 718 of file enums.py.


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