US 6,798,923 B1Grant
Apparatus and method for providing panoramic images
Issue Date:2004-09-28
•7 Claims
•9 Drawing Sheets
Abstract
A method and system of merging a pair of images to form a seamless panoramic image including the following steps. A set of feature points are extracted along the edges of the images, each feature point defining an edge orientation. A set of registration parameters is obtained by determining an initial set of feature points from a first one of the images which matches a set of feature points of a second one of the images. A seamless panoramic image is rendered using the first and second images with the set of registration parameters.
Metadata
Assignee
- Industrial Technology Research Institute
Inventors
- Jun-Wei Hsieh
- Cheng-Chin Chiang
- Der-Lor Way
Application Information
Application Number:US 09/498,291
Filing Date:2000-02-04
Priority Date:2000-02-04
Art Unit:7
Classifications
IPC:
G06K 936H04N 700G09G 500
Field of Search:
382151382162382154382169382190382195382199382201382203382216382219382254382266382268382240382278382284382289382294382295382296345629345683345630345648348222348 36348218
Patent Drawings (9 sheets)
Description
FIELD OF THE INVENTION
[0002] The present invention relates to an apparatus, algorithm, and method for stitching different pieces of images of a scene into a panoramic environment map.
BACKGROUND
[0003] The most common way to electronically represent the real world is with image data. Unlike traditional graph-based systems, there are systems which use panoramic images to construct a virtual world. The major advantage of a system which uses panoramic images is that very vivid and photo-realistic rendering results can be obtained even when using PCs. In addition, the cost of constructing the virtual world is independent of scene complexity. In such systems, panoramic images are stitched together into a panoramic map from several individual images which are acquired by rotating a camera horizontally or vertically. This panoramic map can be used in different applications such as movie special effects, the creation of virtual reality, or games. A typical problem is how to stitch the different pieces of a scene into a larger picture or map. One approach to address this problem is to manually establish correspondences between images to solve unknown parameters of their relative transformation. Because manual methods are tedious for large applications, automatic schemes are preferably used for generating a seamless panoramic image from different pieces of images.
[0004] One proposed approach uses a nonlinear minimization algorithm for automatically stitching panoramic images by minimizing the discrepancy in intensities between images. This approach has the advantage of not requiring easily identifiable features. However, this technique does not guarantee finding the global minimum if the selection of starting points is not proper. Further because the optimization process is time-consuming, the approach is inefficient. In this invention, the domain of images under consideration is panoramic images.
SUMMARY OF THE INVENTION
[0005] The invention allows users to generate panoramic images from a sequence of images acquired by a camera rotated about its optical center. In general, the invention combines feature extraction, correlation, and relaxation techniques to get a number of reliable and robust matching pairs used to derive registration parameters. Based on the obtained registration parameters, different pieces of consecutive images can-be stitched together to obtain a seamless panoramic image.
[0006] In a first aspect, a method of merging a pair of images to form a seamless panoramic image includes the following steps. A set of feature points along the edges of the images is extracted, each feature point defining an edge orientation. A set of registration parameters is obtained by determining an initial set of feature points from a first one of the images which matches a set of feature points of a second one of the images. A seamless panoramic image is rendered using the first and second images with the set of registration parameters.
[0007] The invention provides a feature-based approach for automatically stitching panoramic images acquired by a rotated camera and obtaining a set of matching pairs from a set of feature points for registration. Since the feature points are extracted along the edges, each feature point specifies an edge orientation. Because the orientation difference between two panoramic images is relatively small, the difference between edge orientations of two feature points is also small if they are good matches. Based on this assumption, edge information of feature points can be used to eliminate in advance many false matches by checking their orientation difference. Moreover, many unnecessary calculations involving cross-correlation can be screened in advance, thereby significantly reducing the search time needed for obtaining correct matching pairs. After checking, by calculating the value of correlation of the remaining matching pairs, a set of possible matches can be selected with a predefined threshold. The set of possible matches are further verified through a relaxation scheme by calculating the quality of their matches. Once all of the correct matching pairs are found, they are then used to derive registration parameters. In this invention, an iterative scheme is applied to increase the reliability in providing matching results. Since only three iteration or fewer are needed and only a few feature points are involved in the matching pairs, the whole procedure can be accomplished very efficiently. Also, as discussed above, because the orientation difference of two feature points is checked in advance (before matching). Many calculations involving cross-correlation are not required and the efficiency of stitching is significantly improved. Compared with conventional algorithms, the proposed scheme offers improved efficiency and reliability for stitching images.
[0008] Embodiments of this aspect of the invention may include one or more of the following features. In one embodiment, a set of feature points are first extracted through wavelet formations. Among other advantages, the invention uses wavelet transforms to obtain a number of feature points with edge orientations. Such edge information can speed up the entire registration process by eliminating many impossible matches in advance and avoiding many unnecessary calculations of correlation. The method determines a number of reliable and robust matching pairs through relaxation. The method also measures the quality of a matching pair, imposes angle consistency constraint for improving the robustness of registration, and uses a voting concept to get the desired solution from the set of final matching results.
[0009] In other embodiments, the method forms the final panoramic image with the help of the registration results. In particular, the method adjusts the intensity differences between consecutive input images and blends the intensities of adjacent images to obtain a seamless panoramic image. The final panoramic images can then be used to build a virtual world.
[0010] Still other embodiments may include one or more of the following features:
[0011] For example, the method selects a number of feature points through wavelet transforms. Each feature point is associated with an edge orientation so that the speed of the registration process is increased.
[0012] The method uses an angle constraint to construct a set of matching pairs, which are used to obtain reliable matching results through a relaxation and a voting technique. The set of matching results are then used to form the final seamless panoramic image.
[0013] Constructing an initial set of matching pairs for registration includes comparing the edge orientation differences of feature points in one image and its corresponding feature points in another, calculating the values of correlation of each possible matching pair, and thresholding them with a predefined threshold.
[0014] Getting reliable matching results through relaxation and a voting technique includes calculating the quality of a matching pair, imposing angle consistency constraint to filter out impossible matching pairs, updating matching results through relaxation, and using the voting technique to obtain the reliable registration parameters. In addition, it refines the final registration results by using the correlation technique with a proper starting point.
[0015] Forming the final panoramic images includes dynamically adjusting and properly blending the intensity differences between adjacent images.
[0016] In another aspect, the invention features a system for merging pairs of images to form a panoramic image. The system includes an imaging device which, in operation, acquires a series of images, a storage for storing a series of images, a memory which stores computer code, and at least one processor which executes computer code to extract a set of feature points along the edges of the images, each feature point defining an edge orientation and to obtain a set of registration parameters by determining an initial set of feature points from a first one of the images which matches a set of feature points of a second one of the images, and to render a seamless panoramic image using the first and second images with the set of registration parameters.
[0017] Other advantages and features of the invention will become apparent from the following description, including the claims and the drawings.
BRIEF DESCRIPTION OF THE DRAWINGS
[0018] FIG. 1 illustrates an approach for generating a virtual panoramic world.
[0019] FIG. 2 shows the geometry for cylindrical mapping.
[0020] FIG. 3 is a flowchart illustrating the steps used to extract feature points from images using wavelet transform.
[0021] FIG. 4 is a flowchart illustrating the steps used to obtain an initial set of matches using edge orientations and correlation values.
[0022] FIG. 5 is a flowchart illustrating the relaxation procedure used to obtain a set of reliable matching pairs.
[0023] FIG. 6 illustrates adjusting intensities of Iaand Ibsuch that their intensity differences are small.
[0024] FIG. 7 illustrates an example for a blending technique.
[0025] FIG. 8 shows an architecture for implementing the present invention.
[0026] FIG. 9 shows a series of input images for stitching.
[0027] FIG. 10 shows the stitching result obtained by the proposed stitcher.
[0028] FIG. 11 shows images used to demonstrate the ghost-like effect.
[0029] FIG. 12 shows how the ghostlike effect is removed: (a) with a wider blending width and (b) with a narrower blending width.
DESCRIPTION
[0030] Referring first to the flow diagram of FIG. 1, a method of the general steps of generating a seamless panoramic image from different pieces of an image is shown.
Input Image Warping
[0031] In general, it is difficult to seamlessly stitch two adjacent images together to form a panoramic image due to perspective distortion introduced by a camera. To remove the effects of this distortion, these images are preferably reprojected onto a simple geometry, e.g., a cube, a cylinder, or a sphere. In many applications, a cylindrical geometry is preferable since its associated geometrical transformation is simple. In this example, the cylindrical geometry is used. FIG. 2 illustrates the relationship between the cylindrical surface □pqrs and film plane □PQRS of the camera. Note that the plane □PQRS is tangent to the cylindrical surface □pqrs. Let O denote the optical center, C the center of image plane, f the focal length and r the radius of the cylinder. Further, assume that P(x, y) is a pixel in the image plane and p(u, v) is its corresponding pixel in the cylindrical map. Using FIG. 2, the coordinates of p (u, v) can be obtained as follows:
[0032] and
[0033] Moreover, since the radius r is equal to f, Equations (1) and (2) can be rewritten as follows:
[0034] u=ftan−1x/f (3)
[0035] and
[0036] Based on Eqs. (3) and (4), input images are provided and then (step 10) warped into a cylindrical map for further registration to construct a complete panoramic scene (step 11).
Feature Extraction Using Wavelet Transform
[0037] Referring again to FIG. 1 and FIG. 3, once the input images have been warped, useful features required for registration are extracted (step 12). This process advantageously uses a wavelet transform for feature extraction (step 31). In particular, all of the feature points are detected along the edges. First, let S(x, y) be a 2-D smoothing function. Two wavelets, ψ1(x, y) and ψ2(x, y) are the partial derivatives of the smoothing function S(x,y) in the x and y directions, respectively, where
[0038] and
[0039] Let
[0040] and
[0041] At each scale 2j, the 2-D wavelet transform of a function I(x,y) in L2(R2) can be decomposed into two independent directions as follows:
[0042] W21I(x, y)=I*ψ21(x, y) and W22I(x, y)=I*ψ22(x, y).
[0043] Basically, these two components are equivalent to the gradients of I(x,y) smoothed by S(x,y) at scale 2jin the x and y directions. At a specific scale s=2i, the modulus of the gradient vector of f(x,y) can be calculated as follows:
[0044] M2I(x, y)={square root over (|W21I(x, y)|2+|W22I(x, y)|2)}.
[0045] If the local maximum of M2I(x, y) are located and thresholded with a preset value, then the edge points of I(x,y) at scale 2jcan be detected. Since we are interested in specific feature points for scene registration, additional constraints have to be introduced. In general, noise is the main cause of false detection of edge points. In order to suppress the effect of noise, a criterion called edge correlation is introduced (step 32):
[0046] where n is a positive integer indicating the number of scales involved in the multiplication, and j represents the initial scale for edge correlation. Rnreveals a peak whenever a true edge exists and is suppressed by the multiplication process if a point at location (x,y) is not a true edge. Thus, using the relationship for Rn(j, x, y) above, the noise in an image can be suppressed while the true edges can be retained. In one embodiment of the invention, the number of scales for multiplication is chosen to be 2. In order to conserve the energy level, Rn(j, x, y) should be normalized as follows:
[0047] where
[0048] and
[0049] During the feature point selection process, an edge point is recognized as a candidate if its corresponding normalized edge correlation R2(j, x, y) is larger than its corresponding modulus value. Basically, the above mentioned process is equivalent to detecting an edge point with the strongest edge response in a local area. The three conditions which will be used to judge whether a point P(x,y) is a feature point or not are as follows:
[0050] Condition 1: P(x,y) must be an edge point of the image I(x,y). This means that P(x,y) is a local maxima of M2I(x, y), and M2I(x, y)>a threshold (step 34),
[0051] Condition 2: {overscore (R)}2(1, x, y)>M2I(x, y) (step 36),
[0052] Condition 3:
[0053] where Npis the neighborhood of P(x,y) (step 34).
Obtaining Initial Matches Using Edge Orientations and Cross Correlation
[0054] Referring to FIG. 3 and 4, as part of step 12 of FIG. 1, a set of feature points is extracted using wavelet transform (step 31). Let FPI={pi=(pxi, pyi)} and FPI={qi=(qxi, qyi)} represent two sets of feature points extracted from two partially overlapping images Iaand Ibrespectively. Assume that NIand NIrepresent the number of elements in the set of points FPIand FPI, respectively. Let. A(u) be the angle of an edge point u. A standard method for estimating the orientation of an edge-based feature point u at scale 2jcan be expressed as follows:
[0055] Arg(W21I(x, y)+W22I(x, y)).
[0056] However, the above representation can be very sensitive to noise. Therefore, an edge tracking technique plus a line-fitting model is used to solve the noise problem (step 41).
[0057] Let P be a feature point and Nebe its neighborhood. Since P is an edge point, there should exist an edge line passing through it. By considering P as a bridge point, an edge line passing through P can be determined by searching in all the directions from P. All the edge points on the edge are then used as candidates for determining the orientation of the edge line. During the searching process, the edge connection constraint and the direction consistency constraint are used to restrict the searching domain. The edge connection constraint means that if Necontains another edge l but l does not pass P, all edge points in l will not be included in estimating the orientation of P. In certain cases, however, there will exist more than one edge line passing through P. In these cases, the first line detected is adopted to estimate the orientation. Let l1denote this line. The direction consistency constraint means all the edge points along other edge lines whose orientations are inconsistent with l1are not included to estimate the orientation of P. In this way, a set of edge points can be selected and then used to estimate the orientation of P using a line-fitting model. In other embodiments, other edge tracking technique can also be applied to provide a better estimation.
[0058] After the orientation is estimated, all feature points u will associate with an edge orientation A(u). For a feature point piin the set of points FPIand qjin the set of points FPI, the orientation difference between them is calculated as follows (step 42):
[0059] θij=A(qj)−A(pi).
[0060] In fact, if piand qiprovide a good match, the value of θijwill be small since the orientation of image Iais similar to that of Ib. Assuming this is the case, step 14 (FIG. 1) is performed to eliminate impossible false matches in advance, avoiding many unnecessary correlation calculations.
[0061] For a feature point piin FPIand a feature point qjin FPI, if they form a good match (step 44), the following condition will be satisfied:
[0062] |A(pi)−A(qj)|<10°. Condition 1:
[0063] Adding this criterion will significantly speed up the search time. On the other hand, if piand qjform a good match, the similarity degree between piand qjshould be larger. A cross-correlation which can be used to measure the similarity degree between piand qj(step 46) and is defined as follows (step 32):
[0064] where uiand uiujare the local means of piand qj, respectively, σiand σiare the local variances of piand qj, respectively; and (2M+1)2represents the area of matching window. Based on this correlation measure, a pair {pi⇄qj} is qualified as a possible matching pair if the following conditions are satisfied (step 33):
[0065] and
[0066] CII(pi;qj)>Tc, where Tc=0.65 (step 35). Condition 4:
[0067] Condition 2 means that given a feature point piit is desired to find a point qiεFPIsuch that a the value of CII(pi;qj) is maximized for all points qkεFPI. Condition 3 means that given a feature points qj, it is desired to find a point piεFPIsuch that the value of CII(pi;qj) is maximized. If only Condition 2 is used, it is possible that several points pimatch with single point qj. Conversely, if only Condition 3 is used, several points qjpossibly will match with single point pi. As for Condition 3, it forces the value of CIIof a matching pair to be larger than a threshold. In a preferred implementation, the orientation constraint will be checked first. If the constraint is not satisfied, it is not necessary to check Conditions 2, 3, and 4. In this way, only a few pairs are needed to calculate the cross-correlation measure CII, which is considered a time bottleneck of the whole process.
Eliminating False Matches through Relaxation
[0068] Referring to FIGS. 1 and 5, a set of reliable matching pairs is obtained through relaxation. Let MPI,I={pi⇄qi}i=1,2 . . .be the set of matching pairs which satisfy Conditions 1, 2, 3, and 4 above, where piis a point in image Ia(x, y) and qiis another point in image Ib(x, y). Let NeI(pk) and NeI(qk) denote the neighbors of pkand qkwithin an area of radius R, respectively. Assume that NPpq={nk1⇄nk2}k=1,2 . . .is the set of matching pairs, where nk1εNeI(pi), nk2εNeI(qj), and all elements of NPpqbelong to MPI,I. The proposed method is based on a concept that if {pi⇄qi} and {pj⇄qj} provide a pair of good matches, the distance between piand pjshould be similar to the one between qiand qj. Based on this assumption, we can measure the quality of a matching pair {pi⇄qi} according to how many matches {nj1⇄nj2} in NPpqwhose distance d(pi, nj1) is similar to the distance d(qi, nj2), where d(ui,uj)=∥ui−uj∥, the Euclidean distance between two points uiand uj. With this concept, the measure of the quality of a match {pi⇄qi} is defined as follows:
[0069] where
[0070] with the two predefined thresholds
[0071] The contribution of a pair {nk1⇄nk2} in NPpqmonotonically decreases based on the value of dist(i,k). Further, if the value of u(i,k) is larger than the threshold T2, the contribution of {nk1⇄nk2} is set to zero.
[0072] Referring to FIG. 5, after the quality of match of each pair {pi⇄qi} in MPI,I(step 51), relative quality value of each pair is obtained to GII(i) to further eliminate false matches (step 51). Now, based on the quality value of each candidate match, a relaxation technique is used to eliminate false candidates for further registration. If we define the energy function as follow:
[0073] then the relaxation procedure can be formulated as follow:
[0074] There are several strategies for updating the matching candidates. In one application an update strategy, referred to here as “some-looser-take-nothing” is used to update the matching candidates (step 52). First, according to the quality value of GII(i), we sort each element of MPI,Iis sorted in increasing order (step 52). Then, a predetermined percentage Q% of matches in MPI,Iare eliminated as the impossible matches. Thus, the remaining (100−Q%) of matches are selected as potential matches for further relaxation (step 54). In our implementation, Q is set to 25. Three iterations are generally sufficient for achieving relaxation (step 53).
[0075] On the other hand, in order to make the matching results more reliable, the method includes an “angle consistency” constraint (step 53) within the first iteration of the relaxation process to further eliminate impossible matching pairs. That is, if {pi⇄qi} and {pj⇄qj} are well matched, the angle between {right arrow over (pipj)} and {right arrow over (qiqj)} must be close to zero. In this case, during this first iteration, for each element {pi⇄qi} in MPI,I, a counter CAiis used to record the number of matches {pk⇄qk} in MPI,Iwhere the angle between {right arrow over (pipk)} and {right arrow over (qiqk)} is less than a predefined threshold θ. According to the value of CAi, the elements of MPI,Iare sorted in increasing order. The first Q% of matches in MPI,Iare considered to be impossible matches.
Obtaining the Desired Offset from Matches
[0076] After applying the relaxation process, a set of reliable matches is obtained. Referring to FIG. 1, the method uses a “voting” concept to derive a desired offset from the set of reliable matching pairs. For example, assume that this set is CPI,I={ui⇄vi}i=1,2 . . . Ne, where Neis the total number of elements in CPI,I. In general, the 2-D point sets {ui} and {vi} satisfy the following relation:
[0077] vi=ui+T, for i=1,2,3 . . . , Ne,
[0078] where T is the desired solution. However, in real cases, different pairs {ui⇄vi} will lead to different offsets Ti. Therefore, a voting technique is used to measure the quality of different solutions Ti. Let S(i) denote a counter which records the number of solutions Tkconsistent with Ti. Two solutions Tiand Tkare said to be consistent if the distance between Tiand Tkis less than a predefined threshold. Since there are Neelements in CPI,I, the total number of consistency tests will be Ne(Ne−1)/2. After applying the consistency test, the offset {overscore (T)} associated with the maximum value of S(i) is chosen as the desired solution.
[0079] Note that due to noise and image quality, the positions of feature points will not be precisely located and the accuracy of {overscore (T)} is affected. In practical implementation, the y-component {overscore (Ty)} of {overscore (T)} is generally affected more then {overscore (Tx)}. Therefore, the following method is proposed to refine and correct the solution of {overscore (Ty)} for the y-component. Let {u⇄v} be the matching pair of CPI,Ihaving the highest quality value. Given point u and the offset {overscore (T)}, the refined offset can be found by searching the local neighborhood of the point (u+{overscore (T)}) in another image Ihusing the correlation technique. However, if there is little texture information within the local neighborhood of the point u, the above approach will not necessarily provide a satisfactory solution. Let
[0080] be the horizontal gradient of the point (ux,k) in Ih, where uxis the x-coordinate of u. Instead of using the starting point u directly, we use another starting point {overscore (u)} for refining the desired offset {overscore (T)} by searching the point {overscore (u)} whose a horizontal gradient gxis largest along a column of pixels with the same x-coordinate ux. Based on the starting point {overscore (u)}, the final offset can then be accurately obtained with the correlation technique.
Rendering the Final Panoramic Image
[0081] In general, when stitching two adjacent images, discontinuities of intensity exist between their common areas. Therefore, step 17 of FIG. 1 is used to eliminate such intensity discontinuities. The scheme used in step 17 can be divided into two stages. The first stage is used to adjust the intensities of two adjacent images such that their intensities are similar. The second stage is used to blend their image intensities according to a distance measure such that the final composite image appears smooth. Assume Iaand Ibare two adjacent images with their widths in waand wb, respectively. Let ΔI be the average intensity difference between the overlapping area
[0082] of Iaand Ib, that is,
[0083] where A is the overlapping area of Iaand Ib, |A| is the number of pixels in A, p(i) is a pixel in Ia, and q(i) is its corresponding pixel in Ib.
[0084] In particular, referring to FIGS. 6A and 6B, the gap of average intensity between Iaand Ibis about ΔI. According to ΔI, wa, and wb, the first stage is used to adjust the intensities of Iaand Ibas follows:
[0085] and
[0086] After this adjusting step, the intensities of Iaand Ibin FIG. 6(a) will be gradually changed to approach the intensity line {overscore (EF)} shown in FIG. 6(b), thereby bringing the intensities between Iaand Ibcloser. As will be described below, in order to further smooth the intensity discontinuity between Iaand Ib, a blending technique is then applied.
[0087] The second stage uses a ray-casting method to blend different pixel intensities together. Referring to FIG. 7, piis a pixel in Ia, qiis its corresponding pixel in Ih, and Iaand Ihare two boundary lines in Iaand Ih, respectively. With piand qi, the intensity of the corresponding pixel riin the composite image I can be obtained as follows:
[0088] Where dais the distance between piand Ia, dhthe distance between qiand Ih, and t is an adjustable parameter. Using Equation (10), the intensities in Iaare gradually changed to approach the intensities of pixels in Ihsuch that the final composite image I looks very smooth. In fact, if the blending area is chosen too large, a “ghostlike” effect will occur, particularly when moving objects in the common overlapping area exist between Iaand Ib. However, since the intensities of Iaand Ibhave been adjusted, the blending width can be chosen small such that the so-called ghostlike effect is significantly reduced. In one preferred embodiment, the blending width is chosen as one-third of the original width of the overlapping area.
Architecture for Implementation
[0089] Referring to FIG. 8, one preferred architecture for implementing the real-time stitcher apparatus, described above, includes input devices 60 (e.g., digital cameras or scanners) to acquire a series of panoramic images. Then, the panoramic images are stored into external storage 62 such as hard disks for further processing or being directly provided to one or more microprocessors 64 for stitching. The microprocessors 64 perform the stitching including warping, feature extraction, edge orientation estimation, correlation calculation, relaxation, rendering and blending the final panoramic images, etc. All the temporary data are stored in the system RAM memory to speed up stitching. Finally, the stitching result is sent to the display engine for displaying. In many applications this architecture can be implemented using a general personal computer.
Performance of the Invention
[0090] Referring to FIG. 9, to analyze the performance of the real-time stitcher apparatus, described above, a series of original panoramic images 9a-9ecaptured by a rotated camera were provided.
[0091] Referring to FIG. 10, the stitched panoramic image obtained by our proposed method is shown. In addition, if moving objects in two adjacent images exist, the proposed method can significantly minimize ghost-like effects. FIG. 11 shows two adjacent images with moving objects. The posture of the man in (a) is clearly different from the one in (b). Besides, large intensity differences exist between them. In order to smooth such large intensity differences, the blending width should be chosen to be large. However, with a large area, the ghost-like effect will appear in the final composite image (see FIG. 12(a)). Contrary to the previous technique, with our proposed blending technique, since the intensities of input images have been adjusted before blending, the blending width can be chosen smaller. Therefore, the ghostlike effect is significantly lessened, the quality of (b) is clearly improved over the quality shown in FIG. 12(a).
Claims
What is claimed is:
1. A method of merging a different pair of images to form a seamless panoramic image comprising:
extracting a set of feature points along the edges of the images, each feature point defining an edge orientations, wherein
extracting the set of feature points along the edges of the images includes applying wavelet transforms to the images;
obtaining a set of registration parameters by determining an initial set of feature points from a first one of the images which matches a set of feature points of a second one of the images; and
rendering a seamless panoramic image using the first and second images with the set of registration parameters.
2. The method of claim 1, wherein determining the initial set of matching pairs includes a relaxation technique, including the steps of:
calculating the edge orientation of each feature point;
comparing the orientation difference between the matching pair;
calculating the value of correlation of the matching pair; and
comparing the value of correlation with a predefined threshold.
3. The method of claim 1, wherein extracting the set of feature points, includes: calculating an edge correlation for each image;
locating the feature point whose edge response is the maxima within a window;
comparing the maxima with a predefined threshold.
4. The method of claim 1, wherein obtaining the set of reliable registration parameters, comprises:
determining an initial set of matching pairs for registration;
calculating a quality value for the initial set of matching pairs;
updating the matching result according to the quality value of the match; imposing an angle consistency constraint to filter out impossible matches; and using a voting technique to obtain the registration parameters.
5. The method of claims 1, wherein rendering the seamless panoramic image comprises:
dynamically adjusting the intensity differences between adjacent images; and properly blending the intensity difference between consecutive images.
6. A system for merging a pair of images to form a panoramic image comprising:
an image device which, in operation, acquires a series of images;
a storage for storing the series of images:
a memory which stores computer code; and
at least one processor which executes the computer code to:
extract different sets of feature points along the edges of each input image, each feature point defining an edge orientation;
extract a set of feature points along the edges of the images by applying wavelet formations to the images, each feature point defining an edge of orientation;
obtain a set of registration parameters by determining an initial set of feature points from a first one of the images which matches a set of feature points of a second one of the images; and
render a seamless panoramic image using the first and second images with the set of registration parameters.
7. The system of claim 6, wherein the processor extracts the set of feature points, including:
calculating an edge correlation for each image;
locating the feature point whose edge response is the maxima within a window;
comparing the maxima with a predefined threshold.
Patent Citations (10)
| Patent | Date | Inventor | Cited By |
|---|---|---|---|
| US5613013(A) | 1997-03-01 | Schuette | Examiner |
| US5963664(A) | 1999-10-01 | Kumar et al. | Examiner |
| US5987164(A) | 1999-11-01 | Szeliski et al. | Examiner |
| US6075905(A) | 2000-06-01 | Herman et al. | Examiner |
| US6349153(B1) | 2002-02-01 | Teo | Examiner |
| US6434276(B2) | 2002-08-01 | Hirosawa et al. | Examiner |
| US6466262(B1) | 2002-10-01 | Miyatake et al. | Examiner |
| US6473536(B1) | 2002-10-01 | Chiba et al. | Examiner |
| US6486908(B1) | 2002-11-01 | Chen et al. | Examiner |
| US6516099(B1) | 2003-02-01 | Davison et al. | Examiner |
Non-Patent Literature (2)
- Jacques Fayolle et al. “Application of Multiscale Characterization of Edges to Motion Determination” IEEE-1998, pp. 1174-1179.Applicant
- Mingu Sun et al. “Measurement of Signal Similarity Using the Maxima of the Wavelet Transform” IEEE-1993, pp. 583-586.Examiner