RankFilters pb with threshold argument

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

RankFilters pb with threshold argument

Philippe GENDRE
Dear list,

When I use the following method :

rank(ImageProcessor ip,radius,RankFilters.OUTLIIERS, Int
whichOutliers,float threshold);

changing the threshold value has no effect  (threshold seems to be allways
0).

Best regards,

Philippe Gendre

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: RankFilters pb with threshold argument

Michael Schmid
Hi Philippe,

yes, I can confirm that bug, it was my mistake (not passing 'threshold' to the filterLine method).
I'll send a corrected version to Wayne, for implementing in the next daily build. I have also fixed that BRIGHT_OUTLIERS and DARK_OUTLIERS were not public.

Michael
________________________________________________________________


On Oct 10, 2014, at 13:59, Philippe GENDRE wrote:

> Dear list,
>
> When I use the following method :
>
> rank(ImageProcessor ip,radius,RankFilters.OUTLIIERS, Int
> whichOutliers,float threshold);
>
> changing the threshold value has no effect  (threshold seems to be allways
> 0).
>
> Best regards,
>
> Philippe Gendre
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html