CPC G06T 7/33 (2017.01) [G06T 3/60 (2013.01); H04N 23/80 (2023.01); G06T 2207/20221 (2013.01); H04N 23/698 (2023.01)] | 13 Claims |
6. An apparatus for stitching dual-camera images, comprising a processor and a memory, wherein the memory stores instructions executable by the processor, and the processor is configured to:
collect two images having overlapping photographic content;
extract and match feature points of the two images;
roughly align the two images by using a homography matrix; and
accurately align the two images by using a least squares method to complete stitching the two images,
wherein the processor is configured to:
assume that a feature point set of an image A of the two images is P, a feature point set of an image B of the two images is Q, N pairs of matching feature points exist between feature point set P and feature point set Q, and feature points pi(xi, yi) and qj (xj, yj) belong to feature point set P and feature point set Q respectively and match each other, then calculate an Euclidean distance between pi(xi, yi) and qj(xj, yj) by using the following formula:
distpq=∥pi−qj∥=√(xi−xj)2+(yi−yj)2 (10),
wherein i is an integer and satisfies 0<i≤N, and j is an integer and satisfies 0<j≤K, wherein K denotes a number of feature points in the feature point set Q;
calculating an error by using the following formula:
error=Σi=1N|(Rpi+T)−qj|2 (11)
wherein R denotes a rotation matrix and T denotes a translation matrix; and
finding an optimal solution to the formula (11) by using the least squares method,
wherein the optimal solution is the rotation matrix R and the translation matrix T with a smallest value of the error, and mapping the image A onto the image B through the rotation matrix R and the translation matrix T with the smallest value of the error.
|