skinrgb_262144.cpp
上传用户:lijia5631
上传日期:2008-11-10
资源大小:1214k
文件大小:658k
源码类别:

视频捕捉/采集

开发平台:

MultiPlatform

  1. #define HV_RGBtable_len 262144
  2. /* returns 0 if the rgb combination is no skin color,
  3.  * >0 if it is skin color, based on the offline-trained "fixed"
  4.  * lookup table
  5.  */
  6. int IsSkin_RGB(ColorBGR color);
  7. // function definition is after the data
  8. unsigned char HV_RGBtable[HV_RGBtable_len] = {