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
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
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