Search:

Type: Posts; User: ath

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,471

    Re: Need help in image processing

    i have implemented the code but stuck at one point.
    I am implimenting the canny's algorithm to detect the edges in an image.

    code line: edgedetector.setSourceImage(image);

    error:...
  2. Replies
    3
    Views
    1,471

    Need help in image processing

    I am sorry if this has been asked before, but this has been puzzling me for days now and starting to get annoying, I have searched all over but nothing that seems to work nicely.
    I am looking for...
  3. Thread: canny algorithm

    by ath
    Replies
    1
    Views
    1,537

    canny algorithm

    Need urgent help
    I am trying to impliment tom gibara's canny's algorithm for edge detection.I am stuck at a point how to give input image..
    <detector.setSourceImage(frame);>
    this line take the...
Results 1 to 3 of 4