Re: otsu threshold in python

2007-06-06 Thread Hyuga
On Jun 6, 7:49 am, azrael <[EMAIL PROTECTED]> wrote: > the otsu filter is a filter that takes a image and from its histogram > calculates the values at which the image should be thresholded to > acomplish an optimal seperation of a foregtround and background > object. So I learned from the PDF I l

Re: otsu threshold in python

2007-06-06 Thread azrael
the otsu filter is a filter that takes a image and from its histogram calculates the values at which the image should be thresholded to acomplish an optimal seperation of a foregtround and background object. I didn't hear about, but I used it through the ImageJ tool. It gave me optimal results. I'm

Re: otsu threshold in python

2007-06-05 Thread Hyuga
On Jun 5, 10:19 am, azrael <[EMAIL PROTECTED]> wrote: > Hy guys. > I'd like to ask you for a favour. > I tried several times to implement the otsu threshold filter in > python. but I failed every time. I found the soucre code i n Java from > the ImageJ project but I never worked in Java and there h

otsu threshold in python

2007-06-05 Thread azrael
Hy guys. I'd like to ask you for a favour. I tried several times to implement the otsu threshold filter in python. but I failed every time. I found the soucre code i n Java from the ImageJ project but I never worked in Java and there have been used some built in Java functions which I don't know ho