Uses of Class
ij.plugin.filter.RollingBall

Packages that use RollingBall
ij.plugin.filter   
 

Uses of RollingBall in ij.plugin.filter
 

Methods in ij.plugin.filter with parameters of type RollingBall
(package private)  void BackgroundSubtracter.extrapolateBackground(ImageProcessor background, RollingBall ball)
          Uses linear extrapolation to find pixel values on the top, left, right, and bottom edges of the background.
(package private)  void BackgroundSubtracter.extrapolateBackground16(ImageProcessor background, RollingBall ball)
          This is a 16-bit version of the extrapolateBackground() method.
(package private)  void BackgroundSubtracter.interpolateBackground(ImageProcessor background, RollingBall ball)
          Uses bilinear interpolation to find the points in the full-scale background given the points from the shrunken image background.
(package private)  void BackgroundSubtracter.interpolateBackground16(ImageProcessor background, RollingBall ball)
          This is a 16-bit version of the interpolateBackground(0 method.
(package private)  ImageProcessor BackgroundSubtracter.rollBall(RollingBall ball, ImageProcessor image, ImageProcessor smallImage)
          'Rolls' a filtering object over a (shrunken) image in order to find the image's smooth continuous background.
(package private)  ImageProcessor BackgroundSubtracter.rollBall16(RollingBall ball, ImageProcessor image, ImageProcessor smallImage)
          This is a 16-bit version of the rollBall() method.