Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はC#で顔検出に関するプロジェクトを行っています.肌の色のセグメンテーションを使用して肌の領域を見つけたい.
HSIとはどちらもYCbCr、輝度成分を色成分から分離するという考えに基づいています。
HSI
YCbCr
I inHSIは (おおよそ) in と同等YですYCbCr。 inは (大まかに) H、inの極座標表現です。正確な違いについては、数式を確認してください。SHSICbCrYCbCr
I
Y
H
S
Cb
Cr
HSI肌の色は特定のH範囲にあるため、極座標 ( ) で作業する方が便利かもしれません。