The present invention relates to digital imaging. More specifically, the invention relates to systems and methods for automated focusing of an image.
It is well known that manual evaluation of biological samples is both slow and highly susceptible to error. It is also well known that automating the sample evaluation both increases the sample evaluation rate and reduces error.
The automated system 100 includes a controller that enables the stage 110 supporting the slide 107 to place a portion of the sample 105 in the focal plane of the objective lens. The camera 128 captures an image of the sample and sends the image signal to an image processor for further processing and/or storage. In the example, shown in
The controller may also control a sample handling subsystem 160 that automatically transfers a slide 109 between the stage 110 and a storage unit 162.
The controller must also be capable of positioning the sample such that the image produced by the camera 128 is in focus. In addition, the controller must be able to position the sample very rapidly in order to reduce the time required to capture an image.
One method of auto-focusing an image employs a laser range finder. The controller calculates the distance to a surface based on the signal from the laser range finder. The advantage of such a system is that it is very fast, thereby increasing the scan rate of the automated system. The disadvantage of such a system is that it requires additional hardware that may interfere with the optical performance of the automated system. A second disadvantage of such a system is the inability to focus directly on the feature of interest in the sample. The signal from the laser range finder is usually based on the highest reflective surface encountered by the laser beam. This surface is usually the cover slip or the slide and not the sample.
Another method of auto-focusing an image employs image processing to determine when the image is in focus or, alternatively, select the most focused image from a set of images taken at different sample-objective lens distances. The advantage of using image processing to auto-focus is that it can focus directly on the sample instead of the slide or cover slip. The disadvantage of image processing auto-focus is that it usually requires large computational resources that may limit the scan rate of the automated system. The large computational requirement arises because prior art algorithms based on maximizing the high frequency power spectrum of the image or on detecting and maximizing edges must perform large numbers of computations.
Therefore, there remains a need for a rapid auto-focusing method that does not require large computational resources and can directly focus the sample.
One embodiment of the present invention provides a method for automatically focusing an object comprising: acquiring at least one image of the object, the image characterized by a focal distance and comprising at least one pixel; determining a fractal pixel count of pixels having a fractal dimension within a predetermined range; and selecting an optimal focal distance from the image having the largest fractal pixel count.
Another embodiment of the present invention provides an apparatus for automatically focusing an object comprising: an image capture sensor for capturing an image of the object, the captured image characterized by a focal distance; a fractal estimator coupled to the image capture sensor, the fractal estimator adapted to estimate a fractal dimension of at least one pixel of the captured image; and a focus controller coupled to the fractal estimator, the focus controller adapted to adjust the focal distance of the object based on maximizing the number of pixels having an estimated fractal dimension within a predetermined range.
Another embodiment of the present invention provides an apparatus for automatically focusing an object comprising: an image capture sensor for capturing an image of the object, the captured image characterized by a focal distance; means for determining a fractal pixel count of the captured image; and means for controlling the focal distance based upon maximizing the fractal pixel count of the captured image.
Another embodiment of the present invention is directed to a computer program product for use with an automated microscopy system, the computer program product comprising: a computer usable medium having computer readable program code means embodied in the computer usable medium for causing the automated microscopy system to automatically focus an object, the computer program product having: computer readable code means for causing a computer to acquire an image of the object at a focal distance; computer readable code means for causing the computer to determine a fractal pixel count of the acquired image; and computer readable code means for causing the computer to adjust the focal distance of the object based upon maximizing the fractal pixel count of the acquired image.
The invention will be described by reference to the preferred and alternative embodiments thereof in conjunction with the drawings in which:
a is a diagram illustrating an L=3 structuring element used in one embodiment of the present invention;
b is a diagram illustrating an L=3 structuring element used in another embodiment of the present invention;
An underlying idea supporting current auto-focusing algorithms is that an image in focus will exhibit the largest pixel-to-pixel variations (the difference of pixel values between adjacent pixels) whereas an out-of-focus image will blur, or reduce, the pixel-to-pixel variations in the image. Autocorrelation or power spectrum algorithms are designed to measure and/or maximize the high frequency (variations occurring over a small number of pixels) component of an image. Autocorrelation, however, is a computationally intensive process that is prohibitive when considered for high scanning rate automated optical microscopy.
Maximum gradient methods avoid performing an autocorrelation by detecting edges and maximizing the variation across the edge. The maximum gradient method calculates the differences between adjacent pixels along a pre-selected direction and several directions may be used to find and maximize the pixel gradient across edges. The ability of the maximum gradient method to find the correct focus decreases as the contrast and/or brightness of the image decreases because decreasing contrast or brightness also decreases the differences between pixels.
The inventor has surprisingly discovered a method for auto-focusing that requires neither a direct calculation of the pixel-to-pixel variations of the maximum gradient method nor the computationally intensive autocorrelation of the power spectrum methods. Instead, the present invention analyzes each image at different scale lengths to calculate a fractal dimension for each pixel in the image. Furthermore, the fractal dimension is estimated using the pixel values of the neighborhood pixels instead of a count of the neighborhood pixels. The fractal dimension is then used to determine if the image is a focused image.
In step 210, a first boundary image, IB1, is generated from I0 and stored. A second boundary image, IB2, is generated from I0 and stored in step 215.
The structuring element may be represented by an L×L matrix comprised of ones and zeros. The structuring element is characterized by an origin pixel and a neighborhood. The neighborhood comprises all the matrix elements that are set to one and is contained within the L×L matrix. An image is generated by calculating a pixel value for the pixel at the origin of the structuring element based on the pixel values of the pixels in the neighborhood of the structuring element. In the case of erosion, the pixel value of the origin pixel is set to the minimum of the pixel values in the neighborhood. Dilation, in contrast, sets the pixel value to the maximum of the pixel values in the neighborhood. In one embodiment, the neighborhood is coextensive with the structuring element where the L×L matrix comprised of all ones, as shown in
Referring to
The fractal dimension, dp, for each pixel in I0 is estimated from the boundary images IB1, and IB2 in step 220. The fractal dimension for each pixel may be estimated by the equation (1):
where N2 represents the sum of the pixel values in the neighborhood of the structuring element centered on the pixel in IB2 and N1 represents the sum of the pixel values in the neighborhood of the structuring element centered on the pixel in IB1.
In an alternative embodiment, the fractal map is generated directly from I0. The fractal dimension for a pixel is estimated by centering an L1×L1 structuring element on the pixel and summing the pixel values of the pixels within the structuring element to form a first sum, N1. A second structuring element of size L2×L2, where L2>L1, is centered on the pixel and a second sum, N2, of the pixel values of the pixels within the second structuring element is calculated. The fractal dimension of the pixel is estimated using the equation
where dp is the fractal dimension of the pixel in I0, N2 is the sum of the pixel values in the L2×L2 structuring element, N1 is the sum of the pixel values in the L1×L1 structuring element, and L2 and L1 are the sizes (in pixels) of the respective structuring elements.
The form of equation (1) clearly shows that the fractal dimension is estimated by taking ratios of pixel values and therefore should provide a more robust method than maximum gradient methods of identifying out-of-focus images in low light or low contrast conditions. Furthermore, it is believed that the use of sums in N1 and N2 reduces the statistical variations that may be expected in low light conditions.
The inventor has discovered that images containing many pixels having a fractal dimension within a range of values tend to be more in-focus than images containing few pixels having fractal dimensions within the range.
The predetermined range of fractal dimensions may be determined by one of skill in the art by visually examining a group of images and selecting the range such that at least one image but not all the images are considered to be nearly in-focus. Setting the range narrowly may exclude all the images whereas setting the range broadly reduces the effectiveness of this test. In one embodiment, the predetermined range is between 1 and 2. In a preferred embodiment, the predetermined range is chosen from a group consisting of 1-1.25, 1.25-1.5, 1.5-1.75, 1.75-2, 1.5-2, and 1.6-2.
In one embodiment, the predetermined range is determined by an operator before auto-focusing operations. In an alternate embodiment, the predetermined range may be set to a default range and dynamically adjusted during auto-focusing operations to produce at least one in-focus image.
After dp is estimated for each pixel in I0, a count of the fractal pixels in the image is performed in step 230. A fractal pixel is a pixel having a fractal dimension within the predetermined range. The fractal pixel count, Cd, is the number of fractal pixels in the image.
After Cd is determined for the captured image, step 235 checks for additional images. If there are additional images, control jumps back to step 205 to repeat the process for the additional image. If there are no more additional images, the focus image is determined in step 240 by selecting the image having the largest Cd from the set of images.
Having described at least illustrative embodiments of the invention, various modifications and improvements will readily occur to those skilled in the art and are intended to be within the scope of the invention. Accordingly, the foregoing description is by way of example only and is not intended as limiting. The invention is limited only as defined in the following claims and the equivalents thereto.
Number | Name | Date | Kind |
---|---|---|---|
5040228 | Bose et al. | Aug 1991 | A |
5625705 | Recht | Apr 1997 | A |
5647025 | Frost et al. | Jul 1997 | A |
5710829 | Chen et al. | Jan 1998 | A |
5768401 | Csipkes et al. | Jun 1998 | A |
5790710 | Price et al. | Aug 1998 | A |
5809169 | Rezzouk et al. | Sep 1998 | A |
6151415 | Acharya et al. | Nov 2000 | A |
6154574 | Paik et al. | Nov 2000 | A |
6341180 | Pettersson et al. | Jan 2002 | B1 |
6640104 | Borst et al. | Oct 2003 | B1 |
Number | Date | Country |
---|---|---|
WO 2004074882 | Sep 2004 | WO |
Number | Date | Country | |
---|---|---|---|
20040161160 A1 | Aug 2004 | US |