CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: tommy_chai

Search: Search took 0.03 seconds.

  1. Replies
    38
    Views
    69,218

    Re: Color Detection Algorithm

    It is good enough already for me. In order to make it auto, it is my job anyway. Thanks.
  2. Replies
    38
    Views
    69,218

    Re: Color Detection Algorithm

    Yiannakop: Thanks for your guidance, really appreciated it. From my opinion,
    colorDetectHSV(RGB1, [0.019 0.55 0.33], [0.01 0.02 0.02]);
    we still have to fill in manually for HSV value which we can...
  3. Replies
    38
    Views
    69,218

    Re: Color Detection Algorithm

    Thanks for the code.
    Yiannakop: I have tried your codes. Let's say we get HSV = [0.0782 0.5461 0.3454] by running selectPixelsAndGetHSV(RGB, Area). Then only we use the mean to apply to your...
  4. Replies
    38
    Views
    69,218

    Re: Color Detection Algorithm

    Hi guys,

    do you have any idea which one is better, RGB or HSV if i use it to detect lips or mouth?

    The attachments below "image.zip" are images which i have tried with RGB. The moustache seems...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured