System and method for whiteboard scanning to obtain a high resolution image
This invention is directed toward a system and method for scanning a scene or object such as a whiteboard, paper document or similar item. More specifically, the invention is directed toward a system and method for obtaining a high-resolution image of a whiteboard or other object with a low-resolution camera. The system and method of the invention captures either a set of snapshots with overlap or a continuous video sequence, and then stitches them automatically into a single high-resolution image. The stitched image can finally be exported to other image processing systems and methods for further enhancement.
Latest Microsoft Patents:
- SELECTIVE MEMORY RETRIEVAL FOR THE GENERATION OF PROMPTS FOR A GENERATIVE MODEL
- ENCODING AND RETRIEVAL OF SYNTHETIC MEMORIES FOR A GENERATIVE MODEL FROM A USER INTERACTION HISTORY INCLUDING MULTIPLE INTERACTION MODALITIES
- USING A SECURE ENCLAVE TO SATISFY RETENTION AND EXPUNGEMENT REQUIREMENTS WITH RESPECT TO PRIVATE DATA
- DEVICE FOR REPLACING INTRUSIVE OBJECT IN IMAGES
- EXTRACTING MEMORIES FROM A USER INTERACTION HISTORY
1. Technical Field
This invention is directed toward a system and method for obtaining a high-resolution image of a whiteboard or other object. More specifically, this invention is directed toward a system and method for obtaining a high-resolution image of a whiteboard or similar object with a low-resolution camera.
2. Background Art
The many advances in technology have revolutionalized the way meetings are conducted. For instance, many knowledge workers attend meetings with their notebook computers. Additionally, many meetings nowadays are distributed—that is, the meeting participants are not physically co-located and meet via video-conferencing equipment or via a network with images of the meeting participants taken by a web camera (web cam) and transferred over the network.
One fairly common device used in meetings is the conventional whiteboard that is written on during a meeting by the meeting participants. Alternately, an easel with a white paper pad is also used. Many meeting scenarios use a whiteboard extensively for brainstorming sessions, lectures, project planning meetings, patent disclosures, and so on. Note-taking and copying what is written on the board or paper often interferes with many participants' active contribution and involvement during these meetings. As a result, efforts have been undertaken to capture this written content in some automated fashion. One such method is via capturing an image of the written content. There are, however, issues with this approach to capturing the content of a whiteboard or paper document.
Although a typical lap top computer is sometimes equipped with a built-in camera, it is normally not possible to copy images of annotations of a fruitful brainstorming session on a whiteboard because the typical built-in laptop camera has a maximum resolution 640×480 pixels that is not high enough to produce a readable image of the whiteboard.
Likewise, in the distributed meeting scenario where a meeting participant has a document only in paper form to share with other remote meeting participants, a web cam, which typically has a maximum resolution of 640×480 pixels, is unable to produce a readable image of the paper document to provide to the other participants.
Hence, the current technology is lacking in capturing whiteboard or other document data for the above-mentioned scenarios, and many other similar types of situations.
SUMMARYThe invention is directed toward a system and method that produces a high-resolution image of a whiteboard, paper document or similar planar object with a low-resolution camera by scanning the object to obtain multiple images and then stitching these multiple images together. By zooming in (or approaching to the whiteboard physically) and taking smaller portions of the object in question at a given resolution, a higher resolution image of the object can be obtained when the lower-resolution images are stitched together.
The planar object image enhancing system and method for creating a high-resolution image from low-resolution images can run in two modes: snapshot or continuous. Although the image acquisition procedure differs for the two operation modes, the stitching process is essentially the same.
In snapshot mode, one starts by acquiring a snapshot from the upper left corner of the object such as a whiteboard, a second by pointing to the right but having overlap with previous snapshot, and so on until reaching the upper right corner; moving the camera lower and taking a snapshot, then taking another one by pointing to the left, and so on until reaching the left edge. The process continues in this horizontally flipped S-shaped pattern until the lower border is captured. Successive snapshots must have overlap to allow later stitching, and this is assisted by providing visual feedback during acquisition.
In continuous mode, the user takes images also starting from the upper left corner but in this case continuously following the same S-shaped pattern discussed above without stopping to capture an image. The difference from the snapshot mode is that the user does not need to wait and position the camera anymore before taking a snapshot. The continuous image acquisition also guarantees overlap between successive images assuming a sufficient capture rate. However, motion blur may cause the final stitched image look not as crisp as those obtained with snapshot mode. In order to reduce the blur, the camera exposure time should be set to a small value.
Of course, other acquisition patterns besides the above-mentioned ones can also be used. For example, one can start from the upper left corner, from the lower left corner, or from the lower right corner of the whiteboard or other planar object when capturing the overlapping images.
The mathematic foundation behind the invention is that two images of a planar object, regardless the angle and position of the camera, are related by a plane perspectivity, represented by a 3×3 matrix called homography H. The homography defines the relationship between the points of one image and points in a subsequent image. This relationship is later used to stitch the images together into a larger scene. It typically is a simple linear projective transformation. At least 4 pairs of point matches are needed in order to determine homography H.
Given this, the stitching process involves first, for each image acquired, extracting points of interest. In one embodiment of the image enhancement system and method of the invention, a Plessey corner detector, a well-known technique in computer vision, is used to extract these points of interest. It locates corners corresponding to high curvature points in the intensity surface if one views an image as a 3D surface with the third dimension being the intensity. However, other conventional methods of detecting the points of interest could also be used. These include, for example, a Moravec interest detector.
Next, an attempt is made to match the extracted points with those from a previous image. For each point in the previous image, a 15×15 pixel window is chosen (although another sized window could be chosen) centered on the point under consideration, and the window is compared with windows of the same size, centered on the points in the current image. A zero-mean normalized cross correlation between two windows is computed. If the intensity values of the pixels in each window are rearranged as a vector, the correlation score is equivalent to the cosine angle between the two intensity vectors. The correlation score ranges from −1, for two windows that are not similar at all, to 1, for two windows which are identical. If the largest correlation score exceeds a prefixed threshold (0.707 in one working embodiment of the invention), then the associated point in the current image is considered to be the match candidate to the point in the previous image under consideration. The match candidate is retained as a match if and only if its match candidate in the previous image happens to be the point being considered. This symmetric test reduces many potential matching errors.
The set of matches established by correlation usually contains false matches because correlation is only a heuristic and only uses local information. Inaccurate location of extracted points because of intensity variation or lack of strong texture features is another source of error. The geometric constraint between two images is the homography constraint. If two points are correctly matched, they must satisfy this constraint, which is unknown in this case. If the homography between the two images is estimated based on a least-squares criterion, the result could be completely wrong even if there is only one false match. This is because least-squares is not robust to outliers (erroneous data). A technique based on a robust estimation technique known as the least median squares was developed to detect both false matches and poorly located corners, and simultaneously estimate the homography matrix H.
The aforementioned optimization is performed by searching through a random sampling in the parameter space to find the parameters yielding the smallest value for the median of squared residuals computed for the entire data set. From the smallest median residual, one can compute a so-called robust standard deviation {circumflex over (σ)}, and any point match yielding a residual larger than, say, 2.5{circumflex over (σ)} is considered to be an outlier and is discarded. Consequently, it is able to detect false matches as many as 49.9% of the whole set of matches.
This incremental matching procedure of the stitching process stops when all images have been processed.
Because of the incremental nature, cumulative errors are unavoidable. For higher accuracy, one needs to adjust H's through global optimization by considering all the images simultaneously. Take an example of a point that is matched across three views. In the incremental case, they are considered as two independent pairs, the same way as if they were projections of two distinct points in space. In the global optimization, the three image points are treated exactly as the projections of a single point in space, thus providing a stronger constraint in estimating the homographies. Therefore, the estimated homographies are more accurate and more consistent.
Once the geometric relationship between images (in terms of homography matrices H's) are determined, all of the images can be stitched together as a single high-resolution image. There are several options, and in one working embodiment of the invention a very simple one was implemented. In this embodiment, the first image is used as the reference frame of the final high-resolution image, and original images are successively matched to the reference frame. If a pixel in the reference frame appears several times in the original images, then the one in the newest image is retained.
The image enhancing system and method according to the invention has many advantages. For instance, the invention can produce a high-resolution image from a low-resolution set of images. Hence, only a low-resolution camera is necessary to create such a high-resolution image. This results in substantial cost savings. Furthermore, high-resolution images can be obtained with typical equipment available and used in a meeting. No specialized equipment is necessary.
In addition to the just described benefits, other advantages of the present invention will become apparent from the detailed description which follows hereinafter when taken in conjunction with the drawing figures which accompany it.
DESCRIPTION OF THE DRAWINGSThe file of this patent contains at least one drawing executed in color. Copies of this patent with color drawing(s) will be provided by the U.S. Patent and Trademark Office upon request and payment of the necessary fee.
The specific features, aspedts, and advantages of the invention will become better understood with regard to the following description, appended claims, and accompanying drawings where:
In the following description of the preferred embodiments of the present invention, reference is made to the accompanying drawings that form a part hereof, and in which is shown by way of illustration specific embodiments in which the invention may be practiced. It is understood that other embodiments may be utilized and structural changes may be made without departing from the scope of the present invention.
1.0 Exemplary Operating Environment
The invention is operational with numerous other general purpose or special purpose computing system environments or configurations. Examples of well known computing systems, environments, and/or configurations that may be suitable for use with the invention include, but are not limited to, personal computers, server computers, hand-held or laptop devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
The invention may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
With reference to
Computer 110 typically includes a variety of computer readable media. Computer readable media can be any available media that can be accessed by computer 110 and includes both volatile and nonvolatile media, removable and non-removable media. By way of example, and not limitation, computer readable media may comprise computer storage media and communication media. Computer storage media includes both volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by computer 110. Communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media. Combinations of the any of the above should also be included within the scope of computer readable media.
The system memory 130 includes computer storage media in the form of volatile and/or nonvolatile memory such as read only memory (ROM) 131 and random access memory (RAM) 132. A basic input/output system 133 (BIOS), containing the basic routines that help to transfer information between elements within computer 110, such as during start-up, is typically stored in ROM 131. RAM 132 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 120. By way of example, and not limitation,
The computer 110 may also include other removable/non-removable, volatile/nonvolatile computer storage media. By way of example only,
The drives and their associated computer storage media discussed above and illustrated in
The computer 110 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 180. The remote computer 180 may be a personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 110, although only a memory storage device 181 has been illustrated in
When used in a LAN networking environment, the computer 110 is connected to the LAN 171 through a network interface or adapter 170. When used in a WAN networking environment, the computer 110 typically includes a modem 172 or other means for establishing communications over the WAN 173, such as the Internet. The modem 172, which may be internal or external, may be connected to the system bus 121 via the user input interface 160, or other appropriate mechanism. In a networked environment, program modules depicted relative to the computer 110, or portions thereof, may be stored in the remote memory storage device. By way of example, and not limitation,
The exemplary operating environment having now been discussed, the remaining parts of this description section will be devoted to a description of the program modules embodying the invention.
2.0 System and Method for Whiteboard Scanning to Obtain a High Resolution Image.
The invention is directed toward a system and method of converting the content of a regular whiteboard, paper document or similar planar object into a single high-resolution image that is composed of stitched together lower-resolution images.
2.1 General Overview.
A general flow chart of the system and method according to the invention is shown in
The general system and method according to the invention having been described, the next paragraphs provide details of the aforementioned process actions.
2.2 Image Acquisition
The system can acquire images in two modes: snapshot or continuous. Although the image acquisition procedure differs for the two operation modes, the stitching process is essentially the same. In snapshot mode, one starts by taking a snapshot from the upper left corner, a second by pointing to the right but having overlap with previous snapshot, and so on until reaching the upper right corner; moving the camera lower and taking a snapshot, then taking another one by pointing to the left, and so on until reaching the left edge. The process continues in this horizontally flipped S-shaped pattern until the lower border is captured. Successive snapshots must have overlap to allow later stitching, and this is assisted by providing visual feedback during acquisition. In one working embodiment of the system and method according to the invention, an image overlap of approximately 50% is suggested, but the system works with much less overlap in sacrificing the accuracy of the stitching quality, e.g., 5 to 20%.
In continuous mode, the user takes images also starting from the upper left corner but in this case continuously following the S-shaped pattern without stopping to capture a specific image as illustrated in
It should be noted that the pattern of acquisition for either the snap shot or continuous mode could be performed in other prescribed patterns as long as there is an overlap between successive images. For example, the pattern could start at the right upper corner and move to the left and downward. Or, similarly, the pattern could start at the lower right corner and move to the left and upwards.
The stitching process works very much in a similar way in both image acquisition operation modes, and is illustrated in
2.3 Extracting Points of Interest
Referring to
2.4 Matching Points of Interest
Next, as shown in
2.5 Rejecting Outliers and Estimating the Homography.
The mathematic foundation behind the invention is that two images of a planar object, regardless of the angle and position of the camera, are related by a plane perspectivity, represented by a 3×3 matrix called nomography H. The homography defines the relationship between the points of one image and points in another image. This relationship is later used to stitch the images together into a larger scene. More precisely, let m1=[u1, v1]T and m2=[u2, v2]T be a pair of corresponding points, and use the notation ˜ for {tilde over (m)}=[u, v,1]T, then
{tilde over (m)}2=λH{tilde over (m)}1 (1)
where λ is a scalar factor. That is, H is defined up to a scalar factor. At least 4 pairs of point matches are needed in order to determine a homography H between two images.
The set of matches established by correlation usually contains false matches because correlation is only a heuristic and only uses local information. Inaccurate location of extracted points because of intensity variation or lack of strong texture features is another source of error. The geometric constraint between two images is the homography constraint (1). If two points are correctly matched, they must satisfy this constraint, which is unknown in this case. If the homography between the two images is estimated based on a least-squares criterion, the result could be completely wrong even if there is only one false match. This is because least-squares is not robust to outliers (erroneous data). A technique based on a robust estimation technique known as the least median squares was developed to detect both false matches and poorly located corners, and simultaneously estimate the homography matrix H. More precisely, let {(m1i, m2i)} be the pairs of points between two images matched by correlation, the homography matrix H is estimated by solving the following nonlinear problem:
where {circumflex over (m)}1i is the point m1i transferred to the current image by H, i.e., {circumflex over ({tilde over (m)})}=λiH{tilde over (m)}1i.
The aforementioned optimization is performed by searching through a random sampling in the parameter space of the homography to find the parameters yielding the smallest value for the median of squared residuals computed for the entire data set. From the smallest median residual, a so-called robust standard deviation {circumflex over (σ)} can be computed, and any point match yielding a residual larger than, say, 2.5{circumflex over (σ)} is considered to be an outlier and is discarded. Consequently, it is able to detect false matches in as many as 49.9% of the whole set of matches. More concretely, after inputting a pair of images (referred to as a first image and a second image for explanation purposes) (process action 802), this outlier rejection procedure is shown in
1. Draw m random subsamples of p=4 different point matches (process action 804). (At least 4 point matches are needed to determine a homography matrix.)
2. For each subsample J, compute the homography matrix HJ according to (1) (process action 806).
3. For each HJ, determine the median of the squared residuals, denoted by MJ, with respect to the whole set of point matches. The squared residual for match i is given by ∥m2i−{circumflex over (m)}1i∥2 where {circumflex over (m)}1i is point m1i transferred to the second image by HJ (process action 808).
4. Retain the estimate HJ for which MJ is minimal among all m MJ's (process action 810).
5. Compute the robust standard deviation estimate: {circumflex over (σ)}=1.4826[1+5/(n−p)]{square root}{square root over (MJ)}, where n is twice the number of matched points (process action 812).
6. Declare a point match as a false match if its residual is larger than k{circumflex over (σ)}, where k is set to 2.5 (process action 814).
7. Discard the false matches and re-estimate H by minimizing the sum of squared errors Σ1∥m2i−{circumflex over (m)}1i∥2 where the summation is over all good matches (process action 816).
In one embodiment of the invention, m=70, was used, which gives a probability of 99% that one of the 70 subsamples is good (i.e., all four point matches in the subsample are good) even if half of the total point matches are bad. This last step improves the accuracy of the estimated homography matrix because it uses all good matches.
This incremental matching procedure stops when all images have been processed (process action 818). Because of the incremental nature, cumulative errors are unavoidable.
2.6 Adjusting the Homographies through Global Optimization
For higher accuracy, one needs to adjust H's through global optimization by considering all the images simultaneously. This is done as follows. Let one assume that one has in total N images. Without loss of generality, the first image is chosen as the reference image for the global optimization. Let the homography matrix from the reference image to image i be Hi, with H1=1. There are M distinct points in the reference image, which are called reference points, denoted by {circumflex over (m)}j. Because of the matching process, a reference point is observed at least in two images. For example, a point in the first image can be matched to a point in the second image, which in turn is matched to a point in the third image; this happens if the first three images shares a common region. Even if a physical point in space is observed in three or more images, only one single reference point is used to represent it. One additional symbol φij is introduced:
-
- φij=1 if point] is observed in image i,
- 0 otherwise.
One can now formulate the global optimization as estimation of both homography matrices Hi's and reference points {circumflex over (m)}j's by minimizing the errors between the expected positions and the observed ones in the images, i.e.,
2.7 Stitching Images.
- 0 otherwise.
- φij=1 if point] is observed in image i,
Once the geometric relationship between images (in terms of homography matrices H's) are determined, one is able to stitch all images as a single high-resolution image. There are several options, and in one working embodiment a very simple one was implemented. As shown in
2.8 Alternate Method of Determining Matching Points of Interest.
In order to achieve higher efficiency and robustness in matching two images without knowing any information about their relative position, a pyramidal and multi-starts search strategy was developed. The pyramidal search strategy is particularly useful when the size of the input images is very large. The flow chart of this process is shown in
The process works as follows. A pair of consecutive images is input, as shown in process action 1002. A check is made as to whether the image resolution is too high (process action 1004). For example, in one embodiment of the invention, if the image width or height is bigger than 500 pixels, the image resolution is considered as too high. If the resolution is too high, then the images are down sampled (process action 1006). The image size is reduced by half in each iteration, and thus a pyramidal structure for each image is built, up to a level at which the image resolution reaches the desired one. At the lowest level (or with the original resolution if the size of input images is not too large), a multi-start search strategy is employed (process action 1008).
The multi-start search strategy as follows. For any given pixel in one image, its maximum displacement in the other image (i.e., the maximum difference between any pair of corresponding pixels, or the maximum disparity) is the image size if one assumes there is an overlap between the two images. Considering the previously described matching and homography estimation algorithm works with relatively large unknown motion, one does not need to examine every possible displacement. Instead, the displacement (which is equal to the image size) space is coarsely sampled uniformly. More concretely, the procedure is as follows.
1. Nine start points are generated, each defining the center of a search window of the previously described matching algorithm. Let W and H be the width and height of an image. The nine points are (−W/2, −H/2), (0, −H/2), (W/2, −H/2); (−W/2, 0), (0, 0), (W/2, 0); (−W/2, H/2), (0, H/2), (W/2, H/2). The size of the search window is equal to (3W/4, 3H/4), so there is an overlap between adjacent search windows in order to lower the probability of miss due to coarse sampling. Note that with this size of the search window, one does not cover the small region near the boundary, which corresponds to an overlap less than ⅛th of the image size.
2. For each start point, the aforementioned matching and homography estimation algorithm is run, which gives the number of matched points and the root of mean square errors (RMS) of matched points, as well as an estimation of the homography between two images.
3. The homography estimation which corresponds to the largest number of matched points and the smallest RMS is chosen (process action 1010).
If the last level has not been reached (process action 1012) one then proceeds to the higher level using the previously estimated homography, which consists of two steps:
1. The homography is projected to the higher level (process action 1014).
Let Hi−1, be the homography at level i−1. Since the images at level i is twice as big as the images at level i−1 in the pyramidal structure, the corresponding homography at level i, Hi, is equal to S Hi−1S−1, where S diag (2,2,1).
2. The homography is refined at the current level (process action 1016). There are at least two ways to do that.
-
- Simple Technique. First, the four image corners are transformed using Hi, the disparity is computed for each point (i.e., the difference between the transformed corner point and the original one), and the maximum and minimum disparities are computed in both the horizontal and vertical directions. Second, the search range is defined by enlarging the difference between the maximum and minimum disparities by a certain amount (10% in one embodiment) to account for the imprecision of the estimation Hi. Finally, the points are matched using the search range defined earlier, and the homography is estimated based on least-median-squares.
- Elaborate Technique. First, the first image and all the detected corners are transformed using Hi. Second, the corners are matched and the nomography between the transformed image and the second image is estimated. This estimated homography is denoted by ΔHi. The search range could be quite small (say, 15 pixels) to consider the imprecision of Hi estimated at a lower level. Finally, the refined homography is given by ΔHiHi.
The above process is repeated until the original images are matched, and the estimated homography is reported as the output (process action 1018).
3.0 Exemplary Working Embodiment
The following paragraphs describe an exemplary working embodiment of the system and method of converting the content of a whiteboard, paper, or similar object into a high-resolution image.
In this section, a few examples are shown.
Claims
1-40. (canceled)
41. A graphical user interface for positioning a camera while capturing a series of images of portions of an object comprising:
- a viewing region displaying a composition of a previously acquired image and a current image.
42. The graphical user interface of claim 42 wherein the viewing region displays half of the previously acquired image as opaque and half of the previously acquired image as semi-transparent; and
- wherein the current image overlaps the portion of the previously acquired image that is semi-transparent and the portion of the current image that overlaps the previously acquired image is also semi-transparent, while the non-overlapping portion of the current image is displayed as opaque.
43. The graphical user interface of claim 42 further comprising user-selectable buttons to move the camera to select different portions of said object when acquiring each image in said sequence of images.
Type: Application
Filed: Dec 11, 2004
Publication Date: May 19, 2005
Applicant: Microsoft Corporation (Redmond, WA)
Inventors: Zhengyou Zhang (Redmond, WA), Li-wei He (Redmond, WA)
Application Number: 11/009,974