Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
Sadiah
Posts:
6
Registered:
12/28/11
|
|
Re: Histogram of a Sobel/Canny output
Posted:
Dec 28, 2011 5:17 PM
|
|
Thanks. The question arose because I read a conference paper, and the author showed the histogram of the output image after Sobel/Canny edge detectors, and the histograms shows grayscale values.
ImageAnalyst <imageanalyst@mailinator.com> wrote in message <52c22cc1-a0c0-48a9-ba89-51fa09b4c20d@b32g2000yqn.googlegroups.com>... > On Dec 28, 3:49 am, "Sadiah " <sadia...@gmail.com> wrote: > > Dear all, > > > > Is it possible to determine the histogram of Sobel/Canny output as the data is binary > > -------------------------------------------------------------------------------------- > Yes, you could run a Sobel or Canny edge filter on a binary image > (though I don't know why you'd want to do that), and you could > determine the histogram of the edge filter output image by using > imhist() or hist().
|
|
|
|