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

Search:

Type: Posts; User: mwg

Search: Search took 0.04 seconds.

  1. Thread: color counting

    by mwg
    Replies
    8
    Views
    1,988

    Re: color counting

    ok, so after a few filtering and detection I can find the ball, or actually I should say BALLS. and I've got them labeled (bwlabel).

    in order to distinguish which is the colored I want to go to...
  2. Thread: color counting

    by mwg
    Replies
    8
    Views
    1,988

    Re: color counting

    Hello zachm,

    My final goal is to detect the colored ball (magenta with green & yellow) in a picture. to do this I got 30 pictures to get the data from and test on.

    these are the 2 less complex....
  3. Thread: color counting

    by mwg
    Replies
    8
    Views
    1,988

    Re: color counting

    when I said erase data I meant sort of a filter to get only the part that interests me (colorful).

    "And if you want simply to count the colors used in an image, what's wrong in using a color...
  4. Thread: color counting

    by mwg
    Replies
    8
    Views
    1,988

    Re: color counting

    here are 2 of the examples.


    there are 64 of those...

    if you have a better idea please share.

    I was thinking of dividing the image check the no. of colors in each segment and according to...
  5. Thread: color counting

    by mwg
    Replies
    8
    Views
    1,988

    color counting

    I know this is probably out of your scope, but since you've been so helpful...

    I was wondering if I can just count the number of colors in a window.

    it's a matlab project and my best bet is to...
  6. Replies
    38
    Views
    69,126

    Re: Color Detection Algorithm

    I really appreciate it!

    thank you!!
  7. Replies
    38
    Views
    69,126

    Re: Color Detection Algorithm

    and how do I do that in HSV?
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured