chromaKey

HSV selective scale chroma key

  1. SuperImage chromaKey(SuperImage img, SuperImage outp, float hue, float hueToleranceMin, float hueToleranceMax, float satThres, float valThres)
  2. SuperImage chromaKey(SuperImage img, float hue, float hueToleranceMin, float hueToleranceMax, float satThres, float valThres)
    chromaKey
    (,
    float hue
    ,
    float hueToleranceMin = -20.0f
    ,
    float hueToleranceMax = 20.0f
    ,
    float satThres = 0.2f
    ,
    float valThres = 0.3f
    )

Meta