I m doing project on face detection in c#, i want to find skin area by using skin color segmentation, for that pupose i have to extract skin area, now i can use HSI & YCbCr , what is the exact difference between these.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Both
HSIandYCbCrare based on the idea of separating the brightness component from the color component.IinHSIis (roughly) the equivalent ofYinYCbCr.HandSinHSIis (roughly) a polar representation ofCb,CrinYCbCr. For the exact difference check the formulas.It might be a bit more convenient for you to work in polar coordinates (
HSI), since skin tone is located in a specificHrange.