Public Member Functions | |
| virtual | ~vetUtility () |
Static Public Member Functions | |
| static char * | getTypeNameFromClassTypeID (int classType_id) |
| template<class T, class S> | |
| static VETRESULT | conv_PixelPackedToChannelPacked (T *out, S *in, unsigned int width, unsigned int height, unsigned int channels=3) |
| template<class T, class S> | |
| static VETRESULT | conv_ChannelPackedToPixelPacked (T *out, S *in, unsigned int width, unsigned int height, unsigned int channels) |
| template<class RGB, class YUV> | |
| static VETRESULT | conv_PixelRGBtoPlanarYUV (RGB *RGB_Packed_Ptr, YUV *YUV_Planar_ptr, unsigned int width, unsigned int height, unsigned int formula=0) |
| template<class RGB, class YUV> | |
| static VETRESULT | conv_PlanarYUVtoPixelRGB (YUV *YUV_Planar_ptr, RGB *RGB_Packed_Ptr, unsigned int width, unsigned int height, unsigned int formula=0) |
| template<class T, class S> | |
| static VETRESULT | conv_bgr_rgb (T *out, S *in, unsigned int width, unsigned int height) |
| template<class T, class S> | |
| static VETRESULT | conv_linear (T *out, S *in, double *matrix, unsigned int width, unsigned int height) |
| template<class T, class S> | |
| static VETRESULT | conv_rgb_yuv (T *out, S *in, unsigned int width, unsigned int height) |
| template<class T, class S> | |
| static VETRESULT | conv_yuv_rgb (T *out, S *in, unsigned int width, unsigned int height) |
| template<class T, class S> | |
| static VETRESULT | conv_rgb_yiq (T *out, S *in, unsigned int width, unsigned int height) |
| template<class T, class S> | |
| static VETRESULT | conv_yiq_rgb (T *out, S *in, unsigned int width, unsigned int height) |
| template<class T, class S> | |
| static VETRESULT | conv_rgb_xyz (T *out, S *in, unsigned int width, unsigned int height) |
| template<class T, class S> | |
| static VETRESULT | conv_xyz_rgb (T *out, S *in, unsigned int width, unsigned int height) |
| template<class T, class S> | |
| static VETRESULT | conv_rgb_smpte_c (T *out, S *in, unsigned int width, unsigned int height) |
| template<class T, class S> | |
| static VETRESULT | conv_smpte_c_rgb (T *out, S *in, unsigned int width, unsigned int height) |
| template<class T, class S> | |
| static VETRESULT | conv_rgb_bt709 (T *out, S *in, unsigned int width, unsigned int height) |
| template<class T, class S> | |
| static VETRESULT | conv_bt709_rgb (T *out, S *in, unsigned int width, unsigned int height) |
| template<class T, class S> | |
| static VETRESULT | conv_rgb_smpte240m (T *out, S *in, unsigned int width, unsigned int height) |
| template<class T, class S> | |
| static VETRESULT | conv_smpte240m_rgb (T *out, S *in, unsigned int width, unsigned int height) |
| static void | conv_420p_grey (int width, int height, void *src, void *dst) |
| static void | conv_rgb24_rgb96 (void *src, unsigned char *dst, unsigned int width, unsigned int height) |
| static void | conv_bgr24_rgb96 (void *src, unsigned char *dst, unsigned int width, unsigned int height) |
| static void | conv_rgb24_rgb96_ (void *src, int *dst, unsigned int width, unsigned int height) |
| static void | conv_rgb32_rgb96 (int width, int height, void *src, void *dst) |
Protected Member Functions | |
| vetUtility () | |
Definition at line 60 of file vetUtility.h.
1.4.4