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

Search:

Type: Posts; User: xray_ravi

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    2,168

    Re: how to find pixels common to an object?

    I should have mentioned that the circles do not intersect. Thank you for pointing me to the algorithm.
    -Ravi
  2. Replies
    2
    Views
    2,168

    how to find pixels common to an object?

    There is an image of set of circles( or set of ellipses) projected on a 2-D surface. The width of each circle (or ellipses) is finite. Now I wish to group these pixels, that is, group = all pixels...
  3. Replies
    2
    Views
    2,765

    Looking for edge detection algorithm

    I have an image of concentric rings of finite width projected on a 2 dimensional surface. Lets say the picture is read in an array of size N * N where N is number of pixels in X and Y direction. Is...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured