Point cloud registration with error propagation

Information

  • Patent Grant
  • 11288493
  • Patent Number
    11,288,493
  • Date Filed
    Tuesday, February 25, 2020
    4 years ago
  • Date Issued
    Tuesday, March 29, 2022
    2 years ago
Abstract
Discussed herein are devices, systems, and methods for merging point cloud data with error propagation. A can include reducing a sum aggregate of discrepancies between respective tie points and associated 3D points in first and second 3D images, adjusting 3D error models of the first and second 3D images based on the reduced discrepancies to generate registered 3D images, and propagating an error of the first or second 3D images to the registered 3D image to generate error of the registered 3D images.
Description
TECHNICAL FIELD

Embodiments discussed herein regard devices, systems, and methods for merging three-dimensional (3D) point clouds. Error of the merged 3D point cloud can be bounded by errors of the individual 3D point clouds.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 illustrates an example of an embodiment of a system for 3D point set merging.



FIG. 2 illustrates an example diagram of an embodiment of the relationship between ground point coordinate estimates and the corresponding 3D data set observations.



FIG. 3 illustrates an example of an embodiment of a bundle adjust operation.



FIG. 4 illustrates, by way of example, a block diagram of an embodiment of a machine in the example form of a computer system within which instructions, for causing the machine to perform any one or more of the methods discussed herein, may be executed.





DETAILED DESCRIPTION

Discussed herein are methods, systems, and devices for registering a first 3D point cloud (or a portion thereof) to one or more other 3D point clouds (or a portion thereof) to generate a merged 3D point cloud. One or more the first and second 3D point clouds can include an associated error. The associated error can be propagated to the merged 3D point cloud. The error of the 3D point cloud can be used in a downstream application. Example applications include targeting and mensuration. A targeteer (one who performs targeting) can benefit from the error to better inform their targeting location choice. A mensuration of an object can benefit from the error as well.


The merged 3D point clouds can include error that is better than either of the first and second 3D point clouds individually. For example, if the first 3D point cloud includes a lower error (relative to the second 3D point cloud) in the x and y directions and the second 3D point cloud includes a lower error (relative to the first 3D point cloud) in the z direction, the merged 3D point cloud can include error bounded by the first 3D point cloud in the x and y directions and by the second 3D point cloud in the z direction. The merged point cloud can thus inherit the better of the errors between the first and second point clouds for a specified parameter.


Reference will now be made to the FIGS. to describe the methods, systems, and devices for merging 3D point clouds with error propagation.



FIG. 1 illustrates an example of a system for 3D point set merging. The system can include processing circuitry 102 that receives tie points 108, tie point error 110, a first 3D point set 104, a second 3D point set 106, tie points 108, tie point error 110, and first or second point set error 112. The first or second point set error 112 includes error for at least one of the first 3D point set 104 and the second 3D point set 106. The first or second point set error 112 can thus include error for the first 3D point set 104, the second 3D point set 106, or the first 3D point set 104 and the second 3D point set 106.


The first 3D point set 104 or the second 3D point set 106 can include a point cloud, a 3D surface, or the like. The first 3D point set 104 and the second 3D point set 106 can include (x, y, z) data for respective geographic regions. The geographic regions of the first 3D point set 104 and the second 3D point set 106 at least partially overlap. One or more of the first point set 104 and the second point set 106 can include intensity data. Intensity data can include one or more intensity values, such as red, green, blue, yellow, black, white, gray, infrared, thermal, or the like. One or more of the first point set 104 and the second the point set 106 can include error data. The error data is illustrated as being a separate input in FIG. 1, namely the first or second point set error 112. The error data can indicate an accuracy of the corresponding point of the point set.


The tie points 108 can associate respective points between the first 3D point set 104 and the second 3D point set 106. The tie points 108 can indicate a first point (x1, y1, z1) in the first 3D point set 104, a second point (x2, y2, z2) in the second 3D point set 106 or an error associated with the tie point 108 (shown as separate input tie point error 110). The tie point error 110 can indicate how confident one is that the first and second points correspond to the same geographic location. The tie point error 110 can include nine entries indicating a covariance (variance or cross-covariance) between three variables. The three variables can be error in the respective directions (x, y, z). A covariance matrix representation of the tie point error 110 is provided as








[




e
x




e

x

y





e

x

z







e

y

x





e
y




e

y

z







e

z

x





e

z

y





e
z




]






where the diagonal terms are respective variances in the given directions, and the off-diagonal terms are covariances between the directions.


The first or second point set error 112 can sometimes be improved, such as to be more rigorous. Sometimes, the first or second point set error 112 can be in a form that is not digestible by the bundle adjustment operation 118. The point set error 112 can be conditioned by a condition point set error operation 114 to generate an error matrix 116. The condition point set error operation 114 can include generating a covariance matrix 116 of error parameters of the first 3D point set 104 or the second 3D point set 106. The error parameters can include seven parameters. Three of the parameters can include translation in x, y, and z, respectively. Three of the parameters can be for rotation in x, y, and z (roll, pitch, and yaw), respectively. One of the parameters can be for a scale factor between the first 3D point set 104 and the second 3D point set 106. An example of the matrix 116 produced by the condition point set error operation 114 is provided as








[




x
_





x
_



y
_






x
_



z
_






x
_


ω





x
_


φ





x
_


κ





x
_






s







y
_







x
_





y
_





y
_



z
_






y
_


ω





y
_


φ





y
_


κ





y
_


s







z
_







x
_






z
_



y
_





z
_





z
_






ω





z
_


φ





z
_






κ





z
_






s






ω


x
_





ω


y
_





ω


z
_




ω


ωφ


ωκ



ω





s






φ


x
_





φ


y
_





φ


z
_




φω


φ


φκ



φ





s






κ


x
_





κ


y
_





κ


z
_




κω


κφ


κ



κ





s






s


x
_





s






y
_





s


z
_





s





ω




s





φ




s





κ



s



]






where x is translation in x, y is translation in y, where z is translation in z, ω is roll, φ is pitch, κ is yaw, and s is scale.


The bundle adjustment operation 118 can receive the tie points 108, tie point error 110, first 3D point set 104, second 3D point set 106, and the error matrix 116 at input. The bundle adjustment operation 118 can produce a merged 3D point set 120 and a merged 3D point set error 122 as output. The bundle adjustment operation 118 can use a least squares estimator (LSE) for registration of the first 3D point set 104 and the second 3D point set 106. The operation 118 is easily extendable to merging more than two 3D data sets even though the description regards only two 3D data sets at times. The bundle adjustment operation 118 can use one or more photogrammetric techniques. The bundle adjustment operation 118 can include outlier rejection. The bundle adjustment operation 118 can determine error model parameters for the 3D data sets. Application of the error model parameters to the first 3D point set 104 and the second 3D point set 106, results in the relative alignment (registration) of the first 3D point set 104 and the second 3D point set 106.



FIG. 2 illustrates an example diagram of an embodiment of the relationship between ground point coordinate estimates {circumflex over (V)}j and the corresponding 3D data set observations Vij. In FIG. 2, three misregistered 3D data sets 202, 204, and 206 and a reference frame 224 are illustrated. First image observations 208, 210, 212 and a first associated ground point 214 and second image observations 216, 218, 220, and a second associated ground point 222 are illustrated. The ground point 214 can be determined using a least squares estimator. The least squares estimator can reduce (e.g., minimize) the discrepancy (across all observations and ground points) across all images. The least squares estimator can propagate an error in one or more of the 3D data sets to an error in a registered 3D data set.


This section establishes some preliminary notational conventions and symbol definitions used for developing the formulations for the bundle adjustment operation 118. The bundle adjustment operation 118 can include identifying a ground point that reduces a discrepancy between the ground point and corresponding points in respective images, and then adjusting points in the 3D data sets in a manner that reduces the discrepancy. The term “3D data set” is sometimes referred to as an “image”. For convenience, example sizes of vectors and matrices are indicated below the symbol. Thus, the symbol








A

N
×
M







denotes a matrix A with N rows and M columns. Column vectors from R3 thus have the annotation 3×1. Components of a vector V are written as







V

3
×
1


=



[



x


y


z



]

T

.






If the vector includes diacritical marks or distinguishing embellishments, these are transferred to the components, as in V=[xyz]T and V′=[x′ y′ z′]T.


Equation modeling of the relationship between points in one 3D space to corresponding points in another 3D space is now described. A common reference space is established across all of the images. The reference space can be constructed to accommodate a simultaneous adjustment of more than two images. Correspondences can be formed between points in the reference space and the measured conjugate point locations in each image. The observation equation can be represented as Equation 1:











V

3
×
1


˜

=


(

1
+
s

)




T

3
×
3




(



V
^


3
×
1


-


V

3
×
1


_


)







Equation





1







where {circumflex over (V)} is a reference-space 3D coordinate, {tilde over (V)} is the observation of {circumflex over (V)} in an image and the orientation and offset relationship between reference space and image space is taken from the orientation matrix T and offset vector V using Equation 2:










T


T


(

ω
,
ϕ
,
κ

)



=

[




c

ϕ

c

κ





c

ω

s

κ

+

s

ω

s

ϕ

c

κ






s

ω

s

κ

-

c

ω

s

ϕ

c

κ








-
c


ϕ

s

κ





c

ω

c

κ

-

s

ω

s

ϕ

s

κ






s

ω

c

κ

+

c

ω

s

ϕ

s

κ







s

ϕ





-
s


ω

c

ϕ




c

ω

c

ϕ




]





Equation





2







where the symbols “c” and “s” denote trigonometric cosine and sine functions, respectively. The quantities







θ

3
×
1





[



ω


ϕ


κ



]

T






refer to rotation angles (roll, pitch and yaw) about an image's x, y, and z axes respectively. The scalar s represents an isometric scale correction factor (nominally zero). The above form is conducive to modeling a simultaneous least squares adjustment of all images' offsets and orientations, provided that estimates of reference space coordinates for all conjugate image observations vectors are available. This form is more suitable and flexible than explicitly holding a single image as a reference for at least one of several reasons: (1) there are reference space ground coordinates that permit the potential use of ground control points, whose a priori covariances are relatively small (e.g., they carry high weighting in the solution); (2) the above formulation is suitable for a simultaneous adjustment for data that includes small or minimal overlap (mosaics), as well as, many images collected over the same area (stares) or any combination in between; and (3) allowing all images to adjust simultaneously provides improved geolocation accuracy of the post-adjusted and merged images. parameters.


The symbol {circumflex over (V)} will be referred to as a ground point (akin to tie point ground locations and ground control point locations in a classical photogrammetric image adjustment). The symbol {tilde over (V)} will be referred to as a ground point observation (akin to image tie point observation locations in a classical photogrammetric image adjustment).


Unlike the classical photogrammetric treatment, {circumflex over (V)} and {tilde over (V)} are both “on the ground” in the sense that they both represent ground coordinates in 3D (in the classical imagery case, the observations are in image space and are thus 2D coordinates). Further, the point may very well not be “on the ground” but could be on a building rooftop, treetop canopy, etc. However, the terminology “ground point” and “ground point observation” will be used.


If j is taken to be the index of an arbitrary ground point and i to be the index of an arbitrary image, the observation equation (Equation 1) can be written as Equation 3

{tilde over (V)}ij=(1+si)Ti({circumflex over (V)}jVi)  Equation 3


where {circumflex over (V)}j≡[{circumflex over (x)}j ŷj {circumflex over (z)}j]T as the jth ground point, Vi≡[xi yi zi]T as the offset vector between image i and the reference space origin, and where











T
i



T


(


ω
i

,

ϕ
i

,

κ
i


)



=

[








c


ϕ
i


c


κ
i






c






ω
i


s






κ
i


+

s






ω
i


s






ϕ
i


c






κ
i







s






ω
i


s






κ
i


-

c






ω
i


s






ϕ
i


c






κ
i









-
c



ϕ
i


s


κ
i






c






ω
i


c






κ
i


-

s






ω
i


s






ϕ
i


s






κ
i







s






ω
i


c






κ
i


+

c






ω
i


s






ϕ
i


s






κ
i








s


ϕ
i






-
s



ω
i


c


ϕ
i





c


ω
i


c


ϕ
i





]





Equation





4







is the orientation matrix between image i and the reference space frame and where si is image i scale correction factor. Thus, {tilde over (V)}ij is the coordinate of the ith image's observation of ground point j.


If a particular ground point is found in two or more images, it can serve as a point which ties the images together (one of the tie points 108). These are generically referred to as tie points. A single tie point is often referred to as a collection of image observations (with coordinates) of the same point on the ground along with the corresponding ground point (with coordinates).


Since the observations over many images i are the measurements containing error, the true ground point coordinates are generally unknown. To facilitate this, an initial estimate of the ground point location can be computed. The initial estimate is provided as Equation 5 as the average of the 3D observations












V
j

^


(
0
)





1



I
j









i


I
j






V
~

ij
R







Equation





5







The ground points themselves are treated as derived (but unconstrained) observations and allowed to adjust in performance of the operation 118. There can be an observation of interest whose true ground coordinates are well known. These are classically called ground control points (or GCPs). Since this development can accommodate both GCPs and tie points, the more general terms of “ground point” and “ground point observation” are sometimes used (as contrasted with “tie point ground coordinate” and “tie point observation”).


The bundle adjustment operation 118 can operate on two or more images taken over a same area (with observations for tie points, sometimes called a stare scenario); two or more images taken in strips (forming a mosaic of data, with 2-way, 3-way, or m-way observations in strip overlap regions); tie points in which the corresponding ground points may appear in two or more images, incorporation of GCPs for features in imagery, providing an absolute registration; accommodation of a full covariance for tie point observations. This is conducive for tie point correlation techniques which are highly asymmetrical (e.g., as long as the asymmetry can be characterized as a measurement covariance).


The relationship between ground point coordinate estimates {circumflex over (V)}j and the corresponding image observations {tilde over (V)}ij can be understood as a stare scenario between three misregistered images.


For the development of the LSE formulation (and associated preprocessing) that can be performed by the bundle adjustment operation 118, more definitions are provided in Table 1.









TABLE 1







Definitions of Symbols








Symbol
Definition










V
R
W


3
×
1





Location of the origin of the reference frame with respect to the world frame. This is thus the location of the reference frame coordinatized in the world-frame.











V
_

i


3
×
1





Translation of ith image with respect to reference frame origin.         Vi ≡ [xi yi zi]T










θ
i


3
×
1





Orientation angles of ith image with respect to image frame origin         θi ≡ [ωi  ϕi  κi]T










s
i


1
×
1





Isometric scale factor correction for the ith image.











V
_

i

(
0
)



3
×
1





Initial (zeroth-iteration) value for Vi, thus assumed to be with respect to reference frame origin.










θ
i

(
0
)



3
×
1





Initial (zeroth-iteration) value for θi. Each element is taken to be zero.










s
i

(
0
)



1
×
1





Initial (zeroth iteration) value for si. Nominally si(0) ≡ 0.










T
i


3
×
3





Orientation matrix for ith image built from θi











V
^

j


3
×
1





Ground point coordinates for ground point j with respect to the reference frame origin         {circumflex over (V)}j ≡ [{circumflex over (x)}j  ŷj  {circumflex over (z)}j]T











V
^

j

(
0
)



3
×
1





Initial (zeroth-iteration) estimated value for {circumflex over (V)}j











V
~

ij
W


3
×
1





Ground point observation coordinate of ground point j on image i coordinatized in the world frame (e.g., these are UTM



coordinates of the ground point observation location).











V
~

ij


3
×
1





Ground point observation coordinate of ground point j on image i. These are implicitly assumed to be coordinatized in the local image frame for image i.



        {tilde over (V)}ij ≡ [{tilde over (x)}ij  {tilde over (y)}ij  {tilde over (z)}ij]T











Σ
.

i


7
×
7





A priori covariance of ith image translation, orientation and scale correction parameter vector











W
.

i


7
×
7





A priori parameter weight matrix for image i.           {dot over (W)}i = {dot over (Σ)}i−1











Σ
¨

j


3
×
3





A priori covariance of ground point j











W
¨

j


3
×
3





A priori weight matrix for ground point j.           {umlaut over (W)}j = {umlaut over (Σ)}j−1











Σ
~

ij


3
×
3





A priori covariance for observation of ground point j upon image i











W
~

ij


3
×
3





A priori observation weight matrix for observation of ground point j upon image i. {tilde over (W)}ij = ({tilde over (Σ)}ij)−1










General Indexing








m
Number of images


i
Image index. i ∈ {1, 2, . . . , m}


n
Total number of ground points


j
Ground point index j ∈ {1, 2, . . . , n}


q
Total number of ground point observations


b
Ground point observation index b ∈ {1, 2, . . . , q}


(p)
Non-linear least squares iteration index


Gi
The index set of all ground points appearing in image i.



Thus Gi ⊆ {1, 2, . . . , n}


Oj
The index set of observations of ground point j over all images.



Thus Oj ⊆ {1, 2, . . . , q}


Ij
The index set of images upon which ground point j is an observation.



Thus Ij ⊆ {1, 2, . . . , m}


MbG
Mapping of observation index to Ground point index. MbG gives the



ground point index (∈ {1, 2, . . . , n) for a specified observation index



b ∈ {1, 2, . . . , q}.


|S|
Cardinality of set S (e.g., the number of index elements in set S).









Ground point observations can be indexed by ground point j and image i (as in {tilde over (V)}ij) or by linear indexing, b (as in {tilde over (V)}b). Use of the subscripting depends upon the context. In the former, it is of interest to characterize the fact that a particular ground point j appears on a particular image i. In the latter, it is of interest to enumerate all observations independent of to which image or to which ground point they refer.


Since some 3D point set data is presented in a “world” space coordinate system (e.g., Universal Transverse Mercator (UTM) map projection) and since the observation Equation 3 is image dependent, some coordinate frame definitions and transformations can aid understanding.


If it is assumed that ground point observation locations are specified in world coordinates, it is of interest to transform the ground point observation locations to be “image” relative. Further, it can be of interest to obtain the ground locations and image offsets themselves to be relative to a “local” reference coordinate frame.


A motivation for a local reference coordinate frame can be to remove large values from the coordinates. For example, UTM coordinates can typically be in the hundreds of thousands of meters. This makes interpretation of the coordinates more difficult, for example, when examining a report of updated coordinate locations. A motivation for an image-relative coordinate frame can be so that the interpretation of the orientation angles comprising the Ti matrices can be relative to the center of the data set. This is contrasted with the origin of rotation being far removed from the data set (e.g., coincident with the local reference frame origin in the mosaic scenario).


In both cases, the transformations between coordinate frames simply involve a 3D translation. The mnemonics W, R and I are used to denote the “world”, “reference” and “image” coordinate frames, respectively. To facilitate the transformations, the following convention is established. A superscript on a vector denotes the coordinate frame to which it is referred. Thus {tilde over (V)}ijW corresponds to the world space coordinates of a particular tie point observation, while {tilde over (V)}ijR and {tilde over (V)}ijI represent the same tie point observation but referred to the reference frame and image frame, respectively.


Following the above convention, the symbol can VAB represent “the location of the origin of frame A coordinatized in frame B”. Thus, VRV can represent the location of the reference frame in the world coordinate system (e.g., UTM coordinates of the origin of the reference frame). The relationship between an arbitrary vector VR coordinatized in the reference frame and the same vector VW coordinatized in the world frame can be represented by Equation 6

VW=VR+VRW  Equation 6


The reference frame can be established as an average of all of the world-space coordinates of tie points. This offset (denoted VRW) can be determined using Equation 7










V
R
W

=


1
q






b
=
1

q








V
˜

b
W







Equation





7







For simplicity, it can be assumed that the reference frame origin, referred to by the world frame, can be computed by a process external to the bundle adjustment operation 118 (e.g., by the process that assembles the tie points 108 for use in the bundle adjustment operation 118).


The image frame (e.g., a frame defined on a per-image basis) can be the world coordinates of the center of an image. Under the assumption that there are bounding coordinates in the image data (specifying the min and max extents of the data in world-frame X, Y and Z), the center of the data can thus be taken to be the respective averages of the min and max extents. Since this image frame refers to world space, the computed offset is denoted VIW. If bounding coordinates are not available, value for VIW is taken as the average of the tie point locations over the specific image i, as described in Equation 8










V
I
W

=


1



G
i









j


G
i






V
˜


i

j








Equation





8







The image frame offset in reference space coordinates is taken to be the initial value for V(0) on a per image basis. Thus, for each image i, an external process can compute reference frame coordinates according to Equation 9)

Vi(0)R=VIW−VRW  Equation 9


Since the tie point observation values can be input in world coordinates and since the observation equation domain assumes reference frame coordinates, some preprocessing of the input data can help make it consistent with that assumed by the observation equation (Equations 1 or 3). The tie point observation coordinates can be converted from world space to reference space. This can be performed for each observation per Equation 10.

{tilde over (V)}ijR={tilde over (V)}ijW−VRW  Equation 10


Next, since the true ground point coordinates used in Equation 3 can be unknown, they can be estimated. The ground point coordinates can be assumed to be coordinatized in the reference frame. The initial estimated values for the ground coordinates of each tie point can be computed as an average of the ground point observations over all images in which it appears as described by Equation 11












V
j

^


(
0
)





1



I
j









i


I
j






V
~

ij
R







Equation





11







Since the true locations of the tie point ground coordinates can be treated as unknown, the a priori covariance can reflect this by treating the errors in the ground coordinates as numerically unconstrained (in units of meters squared) as described by Equation 12

{umlaut over (Σ)}j≡diag([101210121012])  Equation 12


The tie point observation coordinates for use in the observation equation can be converted to image-relative coordinates using Equation 13.

{tilde over (V)}uj={tilde over (V)}ijRVi(0)  Equation 13


Next, a least squares formulation and solution are discussed. Since the observation equation, Equation 1 or 3, is non-linear in the orientation angles that form Ti, the least squares problem becomes a non-linear least squares problem. Equation 3 can be linearized. Solving the linearized equation can be a multidimensional root finding problem (in which the root is the vector of solution parameters).


For simplification in notation of the linearization, consider a fixed image and a fixed ground point. Let the unknown error model parameters (offset, orientation, and scale correction) be represented by Equation 14:










X

7
×
1


=


[




x
_




y
_




z
_



ω


φ



κ
S




]

T





Equation





14







The observation equation for ground point observation V can be written as Equation 15

{tilde over (V)}=(1+s)T({circumflex over (V)}−V)  Equation 15


where T is the true image orientation matrix, V is the true image translation vector, {circumflex over (V)} is the true ground point coordinate and {tilde over (V)} is the corresponding ground point observation coordinate.


If one wishes to include the ground point coordinates {circumflex over (V)} as additional observations, the solution for X and {circumflex over (V)} can be cast as a root solving problem based on Equation 16

F(X;{circumflex over (V)})=0  Equation 16
where
F(X;{circumflex over (V)})={tilde over (V)}−(1+s)T({circumflex over (V)}−V)  Equation 17


In vector form, the function, F, can be represented by Equation 18










[




f
1






f
2






f
3




]

=


[




x
˜






y
˜






z
˜




]

-


(

1
+
s

)



T
(






[




x
^






y
^






z
^




]

-

[




x
_






y
_






z
_




]


)







Equation





18







The function F can be approximated using a first-order Taylor series expansion of F about initial estimates X(0) and {circumflex over (V)}(0) as in Equation 19









0
=


F


(

X
;

V
^


)





F


(


X

(
0
)


;


V
^


(
0
)



)


+





F

(
0
)





X




Δ
.


+





F

(
0
)






V
^





Δ
¨








Equation





19







where X(0) is an initial approximation of X, {circumflex over (V)}(0) is an initial approximation of {circumflex over (V)}, the Jacobians










F

(
0
)





X







and









F

(
0
)






V
^








are the partial derivatives of F evaluated at X(0) and {circumflex over (V)}(0) respectively, {dot over (Δ)}≡[Δx Δy Δz Δω Δφ Δκ ΔS]T is a vector of corrections to X, {umlaut over (Δ)}≡[Δ{circumflex over (x)} Δŷ Δ{circumflex over (z)}] is a vector of corrections to {circumflex over (V)}. The values for X(0) and {circumflex over (V)}(0) are discussed in Table 1


The Jacobians can be written as Equations 20 and 21














B
.


3
×
7






F



X



=








[







f
1




X










f
2




X










f
3




X





]

=

[











f
1





x
_









f
1





y
_









f
1





z
_









f
1




ω








f
1




φ








f
1




κ








f
1




s










f
2





x
_









f
2





y
_









f
2





z
_









f
2




ω








f
2




φ








f
2




κ








f
2




s










f
3





x
_









f
3





y
_









f
3





z
_









f
3




ω








f
3




φ








f
3




κ








f
3




s









]







Equation





20














B
¨


3
×
3






F




V
^




=


[







f
1





V
^











f
2





V
^











f
3





V
^






]

=

[







f
1





x
^









f
1





y
^









f
1





z
^











f
2





x
^









f
2





y
^









f
2





z
^











f
3





x
^









f
3





y
^









f
3





z
^






]







Equation





21







Note that the dot symbols are merely notations, following the classical photogrammetric equivalent, and do not intrinsically indicate “rates,” as is sometimes denoted in other classical physics contexts.


In matrix notation, Equation 19 can be written as











[







F

(
0
)





X








F

(
0
)






V
^






]



[




Δ
.






Δ
¨




]


=


-

F


(


X

(
0
)


;


V
^


(
0
)



)








or





Equation





22








[





B
.


3
×
7






B
¨


3
×
3





]



[





Δ
.


7
×
1








Δ
¨


3
×
1





]


=

ɛ

3
×
1






Equation





23







Since the problem is nonlinear, the estimation of the parameter vector can be iterated (via a multi-dimensional extension of the Newton-Raphson method for root finding, or other technique). The solution can include relinearization at each iteration. The relinearization can be performed about the most recent estimate of the parameter vector. The linearized form of Equation 22 at iteration (p) can be represented as in Equation 24.










F


(

X
;
V

)





F


(


X

(
p
)


;


V
^


(
p
)



)


+





F

(
p
)





X




Δ
.


+





F

(
p
)






V
^





Δ
¨







Equation





24







where X(p) is the pth iteration estimate of the parameter vector X, {circumflex over (V)}(p) is the pth iteration estimate of {circumflex over (V)},









F

(
p
)





X






is the Jacobian of F with respect to X evaluated at X(p),









F

(
p
)






V
^







is the Jacobian of F with respect to {circumflex over (V)} evaluated at {circumflex over (V)}(p)), {dot over (Δ)} is a vector of corrections to X for the pth iteration, and {umlaut over (Δ)} is a vector of corrections to {circumflex over (V)} for the pth iteration.


With each iteration, the parameter and ground point vectors can be updated with the most recent correction as in Equations 25 and 26.

X(p)=X(p-1)+{dot over (Δ)}  Equation 25
{circumflex over (V)}(p)={circumflex over (V)}(p-1)+{umlaut over (Δ)}  Equation 26


For the initial iteration, initial values for X(0) and {circumflex over (V)}(0) can be estimated as discussed previously. The system represented by Equation 24 is now linear in {dot over (Δ)} and {umlaut over (Δ)}. A linear solver can be used to solve for the parameters.


For a particular image i and a particular ground point j, Equation 23 can be written as Equation 27











[






B
.

ij


3
×
7







B
¨

ij


3
×
3





]



[






Δ
.

i


7
×
1









Δ
¨

j


3
×
1





]


=


ɛ
ij


3
×
1






Equation





27







The discrepancy vector for the pth iteration is thus be represented as in Equation 28

εij(p)=−F(X(p);{circumflex over (V)}(p))  Equation 28
and thus
εij(p)=−[{tilde over (V)}ij−(1+si)Ti({circumflex over (V)}jVi)]  Equation 29


To accommodate a simultaneous solution of all images and ground points, Equation 27 can be extended as











[





B
.

11



0





0




B
¨

11



0





0






B
.

12



0





0


0




B
¨

12






0













0











0




0




B
.

21






0




B
¨

21



0





0













0
















0


0






B
mn



0


0







B
¨

mn




]



[





Δ
.

1







Δ
.

2












Δ
.

m







Δ
¨

1







Δ
¨

2












Δ
¨

n




]


=

[




ɛ
11






ɛ
12











ɛ
21











ɛ
mn




]





Equation





30







Equation 30 can be re-written as Equation 31

BΔ=E  Equation 31


then the normal equation matrix can be represented as Equation 32 or Equation 33

(BTB)Δ=BTE  Equation 32
ZΔ=H  Equation 33


It can be less efficient to form B as in Equation 30, for one or more of the following reasons: (1) B is very sparse; (2) the quantities {dot over (B)}ij and {umlaut over (B)}ij are nonzero if and only if ground point j is observed on image i. For this reason, the classical development of the normal matrix BTB and right-hand side vector BTE uses summations over the appropriate indexing. These summations are provided in the normal matrix partitioning below.


The foregoing equations form a foundation for the present problem that is sufficient for development of the normal equations, examination of the normal matrix structure and formulation of the normal equation solution.


The normal equation can be written as in Equation 34

ZΔ=H  Equation 34


The matrices can be partitioned as in Equations 35-37









Z
=

[





N
.

+

W
.





N
_







N
_

T





N
¨

+

W
¨





]





Equation





35






Δ
=

[




Δ
.






Δ
¨




]





Equation





36






H
=


[




K
.






K
¨




]

-

[





W
.



C
.








W
¨



C
¨





]






Equation





37







The quantities {dot over (K)}, {umlaut over (K)}, Ċ and {umlaut over (C)} are described in more details elsewhere herein.


Combining Equations 35, 36 and 37 yields Equation 38









Z
=



[





N
.

+

W
.





N
_







N
_

T





N
¨

+

W
¨





]



[




Δ
.






Δ
¨




]


=


[




K
.






K
¨




]

-

[





W
.



C
.








W
¨



C
¨





]







Equation





38







The matrix Z can thus be represented as Equation 39









Z
=


N
+
W

=


[





N
.


7

m
×
7

m






N
_


7

m
×
3

n









N
_

T


3

n
×
6

m






N
¨


3

n
×
3

n





]

+

[





W

7

m
×
7

m


.



0




0




W

3

n
×
3

n


¨




]







Equation





39







The matrix {dot over (N)} can be written as Equation 40











N

7

m
×
7

m


.

=

[






N
.

1


7
×
7




0





0




0





N
.

2


7
×
7







0


















0


0








N
.

m


7
×
7





]





Equation





40







and analogously {dot over (W)} can be written as Equation 41











W

7

m
×
7

m


.

=

[






W
.

1


7
×
7




0





0




0





W
.

2


7
×
7







0


















0


0








W
.

m


7
×
7





]





Equation





41







The block entries of {dot over (N)}i can be defined as in Equation 42












N
.

i


7
×
7


=




j


G
i







B
.

ij
T




W
~

ij




B
.

ij







Equation





42







The subscripts ij on the {dot over (B)}ij matrices indicate that they are a function of image i and ground point j.


The matrix N can be expanded as in Equation 43











N

3

n
×
3

n


¨

=

[






N
¨

1


3
×
3




0





0




0





N
¨

2


3
×
3







0


















0


0








N
¨

n


3
×
3





]





Equation





43







{dot over (W)} can be expanded as in Equation 44:











W

3

n
×
3

n


¨

=

[






W
¨

1


3
×
3




0





0




0





W
¨

2


3
×
3







0


















0


0








W
¨

n


3
×
3





]





Equation





44







The block entries of Equation 43 can be defined as in Equation 45












N
¨

i


3
×
3


=




i


O
j






B
¨

ij
T




W
~

ij




B
¨

ij






Equation





45







The matrix N from Equation 39 can be expanded as in Equation 46











N

7

m
×
3

n


_

=

[






N
_

11


7
×
3







N
_

12


7
×
3










N
_


1

n



7
×
3









N
_

21


7
×
3







N
_

22


7
×
3










N
_


2

n



7
×
3























N
_


m





1



7
×
3







N
_


m





2



7
×
3










N
_

mn


7
×
3





]





Equation





46







The block entries of N from Equation 45 can be defined as in Equation 47













N
_

ij


7
×
3


=




B
.

ij
T




W
~

ij




B
¨

ij


i



{

1
,





,
m

}



,





j


{

1
,





,
n

}






Equation





47







In a similar development the right hand side matrix H from Equation 34 can be expanded as in Equation 48









H
=


[





K
.

1







K
.

2












K
.

m







K
¨

1







K
¨

2












K
¨

n




]

-


[




W
.



0




0



W
¨




]



[




C
.






C
¨




]







Equation





48







The subblocks of H can be defined as in Equations 49 and 50












K
.

i


7
×
1


=




j


G
i










B
.

ij
T




W
~

ij



ɛ
ij






Equation





49









K
¨

j


3
×
1


=




i


O
j










B
¨

ij
T




W
~

ij



ɛ
ij






Equation





50







with the discrepancy vector εij defined as in Equation 29 and with

{umlaut over (C)}(p)(p-1)−Ċ(0)  Equation 51
{umlaut over (C)}(p)={umlaut over (C)}(p-1)−{umlaut over (C)}(0)  Equation 52


The values for Ċ(0) and {umlaut over (C)}(0) are the initial parameter values. The initial values for the translation parameters portion of Ċ(0) can be taken to be the Vi(0)R as computed in Equation 9. The initial values for the rotation parameters portion of Ċ(0) can be taken to be zero.


The initial values of {umlaut over (C)}(0) can be taken to be the values of the ground point coordinates {circumflex over (V)}j(0) as computed in accord with Equation 11.


The solution to the normal equation matrix on iteration (p) can be determined as in Equation 53

Δ(p)=Z−1H  Equation 53


At each iteration, the parameters can be updated via Equations 51 and Equation 52 and the normal matrix can be formed and solved again. The process can continue until the solution converges. Examples of the convergence criterion can be discussed in the following section.


Since the solution is iterated, a convergence criterion can be established. An example of a convergence criterion is to compute the root-mean-square (RMS) of the residuals as in Equation 54










R

(
p
)


=




ɛ
T


ɛ


q
-

7

m








Equation





54







The value in the denominator of Equation 54 represents the number of degrees of freedom (e.g., the number of observation equations minus the number of estimated parameters).


Since typically q>>7m Equation 54 can be estimated as in Equation 55










R

(
p
)


=




ɛ
T


ɛ

q






Equation





55







The condition q>>7m can be guaranteed with sufficient redundancy of ground point observations as compared with the number of images (e.g., enough tie points are measured between the images so that the aforementioned condition is satisfied).


Convergence happens when the residuals settle to the same values on consecutive iterations. The convergence criterion can be

|R(p)−R(p-1)|<δ  Equation 56


where δ is a prescribed tolerance.


A rigorous formulation for the standard error of unit weight (to be used in error propagation discussed elsewhere) is provided in Equation 57











[

σ

(
p
)


]

2

=






j
=
1

n






i


I
j






ɛ

i

j

T




W
~


i

j




ɛ

i

j





+




i
=
1

m





C
.

i
T




W
.

i




C
.

i



+




j
=
1

n





C
¨

j
T




W
¨

j




C
¨

j




ndof





Equation





57







where ndof is the number of degrees of freedom—the number of observation equations minus the number of error model solution parameters:

ndof=q−7m  Equation 58


Since blundered points can be effectively removed from the solution via deweighting, the number of observations remaining effectively doesn't include the blunders. To be strictly correct, the value for q in Equation 58 can be the number of non-blundered observations.


The full form of the matrix Equation 34 can be reduced under the assumption that the errors in the ground point locations are uncorrelated. Under this assumption, the error covariance matrix of the ground point locations {umlaut over (Σ)} becomes a block-diagonal matrix of 3×3 matrix blocks. Since it is a sparse matrix, its inverse is easily computed by inverting the 3×3 diagonal blocks. The development in this section reformulates the normal equations taking advantage of this. The result is a reduced normal equation matrix in which the size of the normal matrix is 6m×6m instead of (6m+3n)×(6m+3n). This gives the obvious advantage that the size of the normal matrix is much smaller and remains invariant with the number of ground points.


The reduced system formation is sometimes referred to as a “ground point folding,” since the ground point portion of the reduced normal matrix is incorporated into the image portion. The development of the reduced normal equation begins with the original normal equation from Equation 34 and repeated as Equation 59

ZΔ=H  Equation 59


To facilitate ground point folding into a reduced normal equation matrix, Equation 59 can be re-written as Equation 60











[





Z

7

m
×
7

m


.





Z
_


7

m
×
3

n









Z
_

T


3

n
×
6

m






Z

3

n
×
3

n


¨




]



[





Δ

7

m
×
1


.







Δ

3

n
×
1


¨




]


=

[





H

7

m
×
1


.







H

3

n
×
1


¨




]





Equation





60







where

Ż={dot over (N)}+{dot over (W)}  Equation 61
Z=N  Equation 62
{umlaut over (Z)}={umlaut over (N)}+{umlaut over (W)}  Equation 63
{dot over (H)}={dot over (K)}−{dot over (W)}Ċ  Equation 64
{umlaut over (H)}={umlaut over (K)}−{umlaut over (W)}{umlaut over (C)}  Equation 65


Suppose a matrix system ZΔ=H is partitioned into blocks of the appropriate sizes as











[



A


B




C


D



]



[



a




b



]


=

[



c




d



]





Equation





66







where the matrices A and D are both square.


Further, assume that matrix D is non-singular and can be represented as a sparse block diagonal matrix. Then

[A−BD−1C][a]=[c−BD−1d]  Equation 67


Applying Equation 67 to Equation 59 provides the reduced normal matrix equation

[Ż−Z{umlaut over (Z)}−1ZT][{dot over (Δ)}]=[{dot over (H)}−Z{umlaut over (Z)}−1]  Equation 68


The reduced normal equation matrix can be written as in Equation 69

M{dot over (Δ)}=C  Equation 69


where M≡[Ż−Z{umlaut over (Z)}−1ZT] and C≡[{dot over (H)}−Z{umlaut over (Z)}−1{umlaut over (H)}].


Next it is of interest to examine the form of the components of the reduced system for an efficient implementation. Let {circumflex over (Z)}≡Z{umlaut over (Z)}−1ZT. Then











Z

7

m
×
7

m


^

=



[










Z
_

11


(

7
×
3

)










Z
_


1

n



(

7
×
3

)




















Z
_


m





1



(

7
×
3

)










Z
_

mn


(

7
×
3

)





]

[










Z
¨

1

-
1



(

3
×
3

)




0





0




0





Z
¨

2

-
1



(

3
×
3

)







0


















0


0








Z
¨

n

-
1



(

3
×
3

)





]

[










Z
_

11
T


(

3
×
7

)










Z
_


m





1

T


(

3
×
7

)




















Z
_


1

n

T


(

3
×
7

)










Z
_

mn
T


(

3
×
7

)









]





Equation





70







By extension











Z

7

m
×
7

m


^

=

[











j
=
1

n





Z
_


1

j





Z
¨

j

-
1





Z
_


1

j

T









j
=
1

n





Z
_


1

j





Z
¨

j

-
1





Z
_


2

j

T












j
=
1

n





Z
_


1

j





Z
¨

j

-
1





Z
_

mj
T











j
=
1

n





Z
_


2

j





Z
¨

j

-
1





Z
_


1

j

T









j
=
1

n





Z
_


2

j





Z
¨

j

-
1





Z
_


2

j

T












j
=
1

n





Z
_


2

j





Z
¨

j

-
1





Z
_

mj
T

























j
=
1

n





Z
_

mj




Z
¨

j

-
1





Z
_


1

j

T









j
=
1

n





Z
_

mj




Z
¨

j

-
1





Z
_


2

j

T












j
=
1

n





Z
_

mj




Z
¨

j

-
1





Z
_

mj
T










]





Equation





71







The blocks of {circumflex over (Z)} in Equation 71 can be the equivalent Nij as defined in equation 47.


The assumption that errors in the a priori ground points are uncorrelated yields Equation 72











W

3

n
×
3

n


¨

=

[








3
×
3


¨

1

-
1




0





0




0







3
×
3


¨

2

-
1







0


















0


0










3
×
3


¨

n

-
1





]





Equation





72







where {umlaut over (Σ)}j−1 is the inverse of the a priori covariance matrix for ground point j. Thus












Z

3
×
3


¨

j

-
1


=


[



N
¨

j

+


W
¨

j


]


-
1






Equation





73







The general row and column term for {circumflex over (Z)} can then be given by












Z
^


r
,
c



7
×
7


=




j
=
1

n





Z
_

rj




Z
¨

j

-
1





Z
_

cj
T







Equation





74







and, by the definition of Zij, {circumflex over (Z)}r,c is zero if and only if images r and c have no ground points in common. Also note that {circumflex over (Z)} is block symmetric. Thus, in its formation, only the upper block triangle need be formed, followed by reflection of the upper right triangle to the lower left triangle for completion of the matrix formation.


The matrix M can thus be written as in Equation 75










M

(

7

m
×
7

m

)


=


[






Z
.

1


(

7
×
7

)




0





0




0





Z
.

2


(

7
×
7

)







0


















0


0








Z
.

p


(

7
×
7

)





]

-

[











j
=
1

n





Z
_


1

j





Z
¨

j

-
1





Z
_


1

j

T









j
=
1

n





Z
_


1

j





Z
¨

j

-
1





Z
_


2

j

T












j
=
1

n





Z
_


1

j





Z
¨

j

-
1





Z
_

mj
T











j
=
1

n





Z
_


2

j





Z
¨

j

-
1





Z
_


1

j

T









j
=
1

n





Z
_


2

j





Z
¨

j

-
1





Z
_


2

j

T












j
=
1

n





Z
_


2

j





Z
¨

j

-
1





Z
_

mj
T

























j
=
1

n





Z
_

mj




Z
¨

j

-
1





Z
_


1

j

T









j
=
1

n





Z
_

mj




Z
¨

j

-
1





Z
_


2

j

T












j
=
1

n





Z
_

mj




Z
¨

j

-
1





Z
_

mj
T










]






Equation





75







The reduced matrix M can be formed by first storing the diagonal entries of Ż and then subtracting the summed entries of the subtrahend in Equation 75 (namely the {umlaut over (Z)}r,c defined in Equation 74).


Since the subblocks of the subtrahend are merely summations over the ground point indexes, j, the matrix, M, can be built by iterating over the ground points (assuming the minuend of Equation 75 on-diagonals were formed in advance) and subtracting out the contributions for a particular ground point in the appropriate place within M.


The constant column vector C can be formed similarly with some of the same matrices:









C
=


[





H
.

1












H
.

m




]

-

[







j
=
1

n





Z
_


1

j





Z
¨

j

-
1





H
¨

j
















j
=
1

n





Z
_

mj




Z
¨

j

-
1





H
¨

j






]






Equation





76







After the matrices M and C are built, the solution vector for the adjustable parameters from the reduced system can be computed as

{dot over (Δ)}=M−1C  Equation 77


The solution vector can be decomposed into per-image-adjustable vectors {dot over (Δ)}i for each image i as in Equation 78:










Δ
.

=

[





Δ
.

1







Δ
.

2












Δ
.

m




]





Equation





78







After the solution vector {dot over (Δ)} for the image-adjustable parameters is obtained, the solution vector {umlaut over (Δ)} for corrections to the ground point positions can be extracted (or “unfolded”) from the reduced system. To formulate the extraction, Equation 67 can be used to obtain Equation 79











Δ

3

n
×
1


¨

=




Z
¨


-
1




[


H
¨

-



Z
_

T



Δ
.



]







If





Equation





79








Δ

3

n
×
1


¨

=

[






Δ
¨

1


3
×
1









Δ
¨

2


3
×
1














Δ
¨

n


3
×
1





]





Equation





80







represents the correction vector for the ground points then










[






Δ
¨

1


3
×
1









Δ
¨

2


3
×
1














Δ
¨

n


3
×
1





]

=


[










Z
¨

1

-
1



(

3
×
3

)




0





0




0





Z
¨

2

-
1



(

3
×
3

)







0


















0


0








Z
¨

n

-
1



(

3
×
3

)





]

[






[










H
¨

1


3
×
1









H
¨

2


3
×
1














H
¨

n


3
×
1





]

-




[










Z
_

11
T


(

3
×
7

)










Z
_


m





1

T


(

3
×
7

)




















Z
_


1

n

T


(

3
×
7

)










Z
_

mn
T


(

3
×
7

)









]



[






Δ
.

1


7
×
1









Δ
.

2


7
×
1














Δ
.

n


7
×
1





]


]







Equation





81







where {dot over (Δ)}i is the adjustable parameter correction vector for image i. Thus












Δ

3
×
1


¨

j

=



Z
¨

j

-
1




[



H
¨

j

-




i


I
j







Z
_


i





j

T




Δ
.

i




]






Equation





82







where Ij is as defined as the index set of images upon which ground point j is an observation.


This section provides formulations for extraction of a posteriori error covariances for ground points. If a priori sensor model error estimates are available (and reliable), the errors may be propagated to the space of the registration error models. In this case, the error propagation is a rigorous predicted error for the accuracy of the a posteriori ground point locations.


The a posteriori error covariances of the image parameters are the appropriate subblocks of the inverse of the reduced normal matrix M−1 from Equation 69 (after application of the variance of unit weight, as described at the end of this section). For the full normal matrix solution, the a posteriori error covariance can be the inverse of the normal matrix, Z−1, times the variance of unit weight. For the reduced system, however, the a posteriori error covariances of the ground points can be extracted from M−1 by unfolding. To facilitate this, the full normal matrix can be written as









Z
=

[





Z

(

7





m
×
7





m

)


.





Z
_


(

7





m
×
3





n

)









Z
_

T


(

3





n
×
7





m

)






Z
¨


(

3





n
×
3





n

)





]





Equation





83







Denote the inverse matrix blocks as










Z

-
1


=

[





.





_








_

T





¨




]





Equation





84







Note that, {dot over (Σ)} and {umlaut over (Σ)} as defined are distinctly different from those defined in previous sections. (The symbols in the present section are a posteriori covariances and those in previous sections are a priori covariances). However, this subtle distinction is not problematic if the appropriate context is adhered.












¨


3

n
×
3

n




=



Z
¨


-
1


+



Z
¨


-
1





Z
_

T



Σ
.



Z
_




Z
¨


-
1









Equation





85







The a posteriori covariance between ground points r and c can be represented as block element










¨


r
,
c



3
×
3








of








¨

.







With n as the number or ground points and m as the number of images,












Σ
¨

=


[






¨

11









¨


1

n




















¨


n





1










¨

nn




]





=


[





Z
¨

1

-
1




0





0




0




Z
¨

2

-
1







0


















0


0







Z
¨

n

-
1





]

+









[









Z
¨

1

-
1




0





0




0




Z
¨

2

-
1







0


















0


0







Z
¨

n

-
1





]






Z
_

T



Σ
.



Z
_





[









Z
¨

1

-
1




0





0




0




Z
¨

2

-
1







0


















0


0







Z
¨

n

-
1





]






Equation





86







The rth row of {umlaut over (Σ)} involves only {umlaut over (Z)}r−1 of the first {umlaut over (Z)}−1 matrix in term two of Equation 86. Similarly, the cth column of {umlaut over (Σ)} involves only {umlaut over (Z)}c−1 of the second {umlaut over (Z)}−1 matrix in term two. Thus

{umlaut over (Σ)}r,c=δ(r,c){umlaut over (Z)}c−1+{umlaut over (Z)}r−1ZT{dot over (Σ)}Z{umlaut over (Z)}c−1  Equation 87


where the delta function can be











δ


(

r
,




c

)






{





1





if





r

=
c






0





otherwise









Equation





88







Now the form of the (r, c) block of ZT {dot over (Σ)}Z is derived. Let











G

3

m
×
3

m






Z
_

T



Σ
.







Z
_



=


[










Z
_


1

1

T


(

3
×
7

)










Z
_


m





1

T


(

3
×
7

)




















Z
_


1

n

T


(

3
×
7

)










Z
_

mn
T


(

3
×
7

)





]






[











11

.


(

7
×
7

)








12

.


(

7
×
7

)












1

m


.


(

7
×
7

)










21

.


(

7
×
7

)








22

.


(

7
×
7

)












2

m


.


(

7
×
7

)

























m





1


.


(

7
×
7

)









m





2


.


(

7
×
7

)












m





m


.


(

7
×
7

)





]

[










Z
_


1

1






(

7
×
3

)










Z
_


1

n






(

7
×
3

)




















Z
_


m





1






(

7
×
3

)










Z
_

mn





(

7
×
3

)





]







Equation





89







The rth row of G involves only the rth row of ZT and the cth column of G involves only the cth column of Z. Thus











G

r
,
c



3
×
3


=



[








Z
¯


1

r

T




Σ
11

.


+

+



Z
¯


m

r





Σ
.


m





1



















Z
¯


1

r

T




Σ
12

.


+

+



Z
¯


m

r





Σ
.


m





2


















]



Z
_


=



[







m


s
=
1






Z
¯

sr
T






s





1


.









m


s
=
1






Z
¯

sr
T






s





2


.









]



[





Z
¯


1





c








Z
¯


2





c













Z
¯


m





c





]


=




t
=
1

m




[




s
=
1

m





Z
¯

sr
T






s





t


.



]




Z
¯


t

c










Equation





90







Now Zij=0 if ground point j is not an observation on image i.


Thus

Tr,ct∈Ics∈IrZsrT{dot over (Σ)}st]Ztc  Equation 91


where Ij is the index set of images upon which ground point j is an observation. Substituting Equation 91 into Equation 87 yields

{umlaut over (Σ)}r,c=δ(r,c){umlaut over (Z)}c−1+{umlaut over (Z)}r−1t∈Ics∈IrZsrT{dot over (Σ)}st]Ztc]{umlaut over (Z)}x2−1  Equation 92


The a posteriori covariance is usually defined by scaling the inverse of the normal matrix by an estimate of the variance of unit weight. An estimate of the variance of unit weight is denoted as [σ(p)]2 and is provided in Equation 57. Thus, the above formulation can be used, but instead defining










[





.





_








_

T





¨




]

=



[

σ

(
p
)


]

2



[

Z

-
1


]






Equation





93







For a full normal matrix solution, Z−1 is readily available, thus the a posteriori covariance of the error model parameters and ground points can be the right hand side of Equation 93.


The right hand summand of Equation 92 includes the factor [σ(p))]2 since it includes {dot over (Σ)}st. However, the left hand summand does not include the factor. This can be compensated for by a modified form of Equation 92

{umlaut over (Σ)}r,c=[σ(p)]2δ(r,c){umlaut over (Z)}c−1+{umlaut over (Z)}r−1t∈Ics∈IrZsrT{dot over (Σ)}st]Ztc]{umlaut over (Z)}c−1  Equation 94


If the standard error of unit weight σ(p) is deemed to be unreliable (e.g., is much greater than unity) this may be an indicator of improper (or incorrect) a priori error covariance in the process. One can still, however, be able to provide a reliable error estimate from the least squares process by simply forcing the standard error to one (e.g., by setting σ(p)←1.0 in Equations 93 and 94.



FIG. 3 illustrates an example of an embodiment of the operation 118. The operation 118 can include 3D data set registration with error propagation. The operation 118, as illustrated, includes initializing solution and corrections, at operation 302; computing discrepancies, at operation 304; computing a normal equation solution, at operation 306; updating parameters based on the computed normal equation solution, at operation 308; computing residuals, at operation 310; extracting propagated error, at operation 312; and compensating misregistration of the first 3D point set 104 and the second 3D point set 106, at operation 314.


The operation 302 can include setting the solution vector X and the correction vector ΔX to the zero vector1: 1 The solution vector X is set to the fixed-point location for the linearization. If an a priori estimate is available, it is used here in place of the zero vector.






X
=

0

7
×
1









Δ





X

=

0

7
×
1






The operation 304 can include computing the discrepancy vector for each observation as provided in Equation 29. The operation 306 can include building the normal equations matrices and solving for the correction vector as provided in Equation 53. The operation 308 can include updating the parameter vector for the current iteration as provided in Equations 51 and 52. Details of the operation 308 for unfolding of the ground points for the folded normal equation solution is provided via pseudocode below.


The operation 310 can include computing the residuals (final discrepancies) as provided in Equation 29. The operation 312 can include computing a standard error of unit weight via Equation 57. Note that the standard error can the square root of the left hand side of the Equation 57 (e.g., σ(p)=√{square root over ([σ(p)]2))}.


If the delta between the current and previous standard error of unit weight is less than the convergence criterion in absolute value, the solution nominally converged. To accommodate blunder rejection, the convergence criterion check can be augmented with a check to see if the blunder weights should be used in continuation of the solution (“useBW”, indicating to use “blunder-checking weighting”). If convergence occurs and useBW is true, this is an indicator to perform blunder checking, and this time using a normalized residual computation in order to check for blunders on the next iteration.


If useBW is true, blunders can be computed. If there are blunders remaining, the blunder “cycle” number is incremented and the process is repeated with the correction vector reset to a priori values (e.g., go to operation 302). If there are no blunders remaining, a check can be performed to see if the number of post convergence blunder cycles can be set to zero. This check can be performed to effectively force one more solution after all blunders have been eliminated.


If useBW is false and it is currently a first iteration of a blundering solution, useBW can be set to true. This has the effect of forcing the normalized residual blunder iteration for determining the blunders on subsequent iterations. In this case, a solution has converged but normalized blunder residuals have not been computed. Setting useBW to true can forces this to happen on the next solution iteration. The solution can be iterated by going to the operation 306. If there are no more blunders and the number of blunders is not zero, this indicates the “non-blunder iteration” solution has converged.


The operation 118 can include providing a report that includes an iteration number, current correction vector ΔX, current iteration estimates of parameters and ground points (e.g., as computed in equations 51 and 52), standard error of unit weight (e.g., as provided in Equation 55). The operation 118 can include a check for non-convergence by examining the current iteration number with a maximum number of iterations, M. If the number of iterations exceeds the maximum, stop the iteration process. The solution did not converge. An exception can be raised and the operation 118 can be complete.


The following is a pseudocode outline for the operation 118 for computing the full normal equations solution. This first pseudocode does not include ground point folding.


The names in {braces} allude to method (e.g., function) names in a software implementation. Also, within the development below, ground point indexes, ground point observation indexes and image indexes are assumed to be zero-relative. For efficiency in the implementation, the following elements can be cached in a per-image workspace object, which is updated with each iteration:

    • 1. Values for trig functions sω, cω, sϕ, cϕ, sκ, cκ as given in Equation 4.
    • 2. Three 3×3 partial derivative matrices of T with respect to the three angles as given in the following Equations 95-97:
















T
ω





T



ω



=

[



0





-
s


ω

s

κ

+

c

ω

s

ϕ

c

κ






c

ω

s

κ

+

s

ω

s

ϕ

c

κ






0





-
s


ω

c

κ

-

c

ω

s

ϕ

s

κ






c

ω

c

κ

-

s

ω

s

ϕ

s

κ






0




-
c


ω

c

ϕ





-
s


ω

c

ϕ




]










Equation





95













T
ϕ





T



ϕ



=

[





-
s


ϕ

c

κ




s

ω

c

ϕ

c

κ





-
c


ω

c

ϕ

c

κ






s

ϕ

s

κ





-
s


ω

c

ϕ

s

κ




c

ω

c

ϕ

s

κ






c

ϕ




s

ω

s

ϕ





-
c


ω

s

ϕ




]






Equation





96








T
κ





T



κ



=

[





-
c






ϕsκ





c





ω





c





κ

-

s





ω





s





ϕ





s





κ






s





ω





c





κ

+

c





ω





s





ϕ





s





κ








-
c






ϕ





c





κ






-
c






ω





s





κ

-

s





ω





s





ϕcκ







-
s






ω





s





κ

+

c





ω





s





ϕ





c





κ






0


0


0



]





Equation





97









    • 3. Rotation matrix Ti as given in Equation 4

    • 4. 3×1 vector Vi





The pseudocode begins by setting the non-linear least squares iteration index (p) to zero.















 1.
{initializeData} Store nominal initial values for the solved



parameters for each image i ∈ {0, . . . , m − 1}. The initial values for Vi(0) and



θi(0).










Equation 98








C
.

i

(
0
)





[





V
_

i

(
0
)







θ
i

(
0
)







s
i

(
0
)





]


7
×
1

















 2.
{initializeData} Compute










 a.
Initial ground point coordinates via Equation 11 for each ground




point j ∈ {0, . . . , n − 1}. These form {umlaut over (C)}j(0).



 b.
Initial image cache data as described previously.








 3.
{outputIterationReport} Output initial iteration report (input



parameters, initial ground point and ground point observation coordinates.)


 4.
{initializeMatrices} Block partition the {dot over (N)} portion of Z into m



subblocks, each of size 6 × 6.


 5.
{initializeMatrices} Block partition the {umlaut over (N)} portion of Z into n



subblocks, each of size 3 × 3.


 6.
{initializeMatrices} Block partition H similarly


 7.
{computeAndStoreDiscrepancies} For each ground point index j ∈



{0, . . . , n − 1} and each observation of that ground point i ∈ Oj, compute the



discrepancy vector εij given in Equation 29 as follows.



for j ∈ {0, . . . , n − 1}



{











Fetch the most recent ground point position {circumflex over (V)}j.




for i ∈ Ij and observation index b ∈ Oj




{












 a)
Retrieve image-cached values for Ti and Vi




 b)
Retrieve ground point observation {tilde over (V)}ij = {tilde over (V)}b




 c)
Apply the observation equation to obtain the projected value for {circumflex over (V)}j.










Equation 99


Vij = (1 + si)Ti({circumflex over (V)}j Vi)















 d)
Compute and store the discrepancy vector for observation b as in





Equation 29










Equation 100


εb ≡ εij = −[{tilde over (V)}ij − Vij]














}// end for i









}//end for j


 8.
Compute the standard error of unit weight as in Equation 57.


 9.
{buildNormalMatrices + initialize Weights} Zero Z and H



and initialize Z (and likewise H) with the block weight matrices on the



diagonal. This involves setting the blocks of Z to the subblocks of {dot over (W)} and {umlaut over (W)}.



and setting the subblocks (subrows) of H to −{dot over (W)}Ċ and −{umlaut over (W)}{umlaut over (C)}.


10.
{sumInPartials} Loop over ground points and images containing the



ground points and sum in the contributions of the {dot over (B)} and {umlaut over (B)} matrices into Z



and H.



for j ∈ {0, . . . , n − 1}



{











for i ∈ Ij




{













Retrieve εb ≡ εij as computed in Equation 100





Compute {dot over (B)}ij and {umlaut over (B)}ij as in Equations 101 and 102.










Equation 101









B
.

ij


3
×
7


=

[




(

1
+

s
i


)



T
i



3
×
3










(

1
+

s
i


)



A
ij



3
×
3










-

T
i




Y
ij



3
×
1



]










Equation 102









B
¨

ij


3
×
3


=


-

(

1
+

s
i


)









[

T
i

]


3
×
3























Retrieve observation weight matrix {tilde over (W)}ij





{dot over (N)}i: Sum {dot over (B)}ijT{tilde over (W)}ij{dot over (B)}ij into Z.block(i, i)





{umlaut over (N)}j: Sum {umlaut over (B)}ijT{tilde over (W)}ij{umlaut over (B)}ij into Z.block(m + j, m + j)






N
ij: Sum {dot over (B)}ijT{tilde over (W)}ij{umlaut over (B)}ij into Z.block(i, m + j)






Ċi: Sum {dot over (B)}ijT{tilde over (W)}ijεij into H.block(i, 0)





{umlaut over (C)}j: Sum {umlaut over (B)}ijT{tilde over (W)}ijεij into H.block(m + j, 0)











} //end i









} // end j


11.
{solveNormalEquation} Form the lower transpose of the Z matrix and



solve the system Δ = Z−1H. Note that the normal equation system is a



symmetric system (e.g., the normal matrix Z is symmetric). Thus, a



symmetric system solver can be used. In the case of a symmetric system



solver, it may not be necessary to form the lower triangle.


12.
{updateParameters} Update all the parameters by extracting the



corrections from the Δ matrix as in Equations 51 and 52.


13.
If (p) ≠ 0 compare with the previous RMS of residuals and check for



convergence. The convergence condition can be










Equation 103


|R(p) − R(p−1)| < δ











14.
{computePostConvergenceResiduals +



checkForBlunders} If convergence has been reached, perform



automatic blunder editing. If convergence has not been reached, increment



the iteration index










Equation 104


(p) ← (p + 1)












and go to step 7.









What follows is pseudocode for the operation 118 for building the reduced normal equations system, computing corrections to ground point positions and performing error propagation via extraction of data from the reduced normal matrix. This portion of the pseudocode includes ground point coordinate folding.


As in the full normal solution provided in the previous pseudocode, the same per-image elements are cached in a workspace object and updated with each iteration. The algorithm for the reduced solution can be broken into two major portions: priming and folding. Priming involves storing of weights and the contributions along the diagonal of the full normal equation matrix (and corresponding data for the right hand column vector H). This corresponds to the Ż portion of Z. Thus, priming involved formation of the minuends of Equation 75 and Equation 76. Folding can include incorporation of the subtrahends of the aforementioned Equations.


To provide an efficient implementation, a ground point workspace can be created. The workspace can include the following elements: {umlaut over (Z)}j, {umlaut over (H)}j, {umlaut over (Z)}j−1. These things are indexed by ground point for the ground point workspace. The technique can begin by setting the non-linear least squares iteration index (p) to zero.















1.
{initializeData} Store nominal initial values for the solved



parameters for each image i ∈ {0, ... , m − 1}. The initial values for Vi(0) and



θi(0) can also be set along with Ċi(0) as in Equation 98.


2.
{initializeData} Compute









a. Initial ground point coordinates via Equation 11 for each ground









point j ∈ {0, ... , n − 1}. These form {umlaut over (C)}j(0).









b. Initial image cache data as described above.








3.
{outputIterationReport} Output initial iteration report (input



parameters, initial ground point, and ground point observation coordinates).


4.
{initializeMatrices} Block partition the reduced normal matrix



Minto m subblocks, each of size 6 × 6. Block partition the reduced column



vector C similarly


5.
{computeAndStoreDiscrepancies} For each ground point index j ∈



{0, ... , n − 1} and each observation of that ground point i ∈ Oj, compute the



discrepancy vector εij given in Equation 29 as:



for j ∈ {0, ... , n − 1}



{









Fetch the most recent ground point position {circumflex over (V)}j.



for i ∈ Ij and observation index b ∈ Oj



{









a) Retrieve image-cached values for Ti and Vi



b) Retrieve ground point observation {tilde over (V)}ij = {tilde over (V)}b



c) Apply the observation equation to obtain the projected value for {circumflex over (V)}j









from Equation 99.









d) Compute and store the discrepancy vector for observation b as in









Equation 100









}// end for i









}//end for j


6.
Compute the standard error of unit weight.as in Equation 57.


7.
{buildNormalMatrices}









a. Zero the reduced matrices M and C



b. {initialize Weights} Initialize M (and likewise C) with the









block weight matrices on the diagonal. This involves setting the



blocks of M to the subblocks of {dot over (W)} and setting the subblocks



(subrows) of C to −{dot over (W)} Ċ.









c. {sumInPartialsAndFoldGPs} Form the main diagonal and









ground point matrices {umlaut over (Z)}j by iterating over ground points. Perform



folding for ground point j



for j ∈ {0, ... , n − 1}



{









PRIMING:



Store {umlaut over (W)}j into {umlaut over (Z)}j of GPWS



Store −{umlaut over (W)}j{umlaut over (C)}j into {umlaut over (H)}j of GPWS



for i ∈ Ij (where Ij is set of image indexes upon which GP j is an









observation)









{









Form partial derivatives:









Build {dot over (B)}ij as in Equation 101



Build {umlaut over (B)}ij as in Equation 102



Retrieve discrepancy vector εij as computed in Equation 100.



Retrieve observation weight matrix {tilde over (W)}ij









Sum in contribution of GP j's obs in image i within M:









Sum {dot over (B)}ijT{tilde over (W)}ij{dot over (B)}ij into M.block(i,i)



Sum {dot over (B)}ijT{tilde over (W)}ijεij into C.block(i,0)









Sum in i's contribution to {umlaut over (Z)}j and {umlaut over (H)}j:









Sum {umlaut over (B)}ijT{tilde over (W)}ij{umlaut over (B)}ij into {umlaut over (Z)}j



Sum {umlaut over (B)}ijT{tilde over (W)} εij into {umlaut over (H)}j









}// end i



Invert {umlaut over (Z)}j and store into GPWS as {umlaut over (Z)}j−1



FOLDING INTO M (note : iteration loop over j is still valid)



for r ∈ Ij



{









Form Zrj = {dot over (B)}ijT{tilde over (W)}ij{umlaut over (B)}ij as in Equations 69 and 47



for c ∈ Ij|c ≥ r



{









Form ZcjT



Sum in −Zrj{umlaut over (Z)}j−1ZcjT into M.block(r, c).









}//end c



Sum in −Zrj{umlaut over (Z)}j−1{umlaut over (H)}j into C.block(r, 0).









}//end r









}// end j








8.
Complete the lower diagonal entries of M and solve {dot over (Δ)} = M−1C. As in the



full normal equation solution, note that M is symmetric and thus a symmetric



system solver is in order.


9.
First use pseudocode provided below to compute corrections to ground



points. Then update all the parameters from the {dot over (Δ)} vector.


10.
If (p) ≠ 0 compare with the previous RMS of residuals and check for



convergence. The convergence condition is










|R(p) − R(p − 1)| < ε
Equation 105








11.
{computePostConvergenceResiduals + checkForBlunders} If convergence



has been reached, perform automatic blunder editing as detailed elsewhere.



After there are no more blunders, proceed with error propagation



{propagateErrors}. If convergence has not been reached, increment the



iteration index as in Equation 104 and go to step 5.









After the solution vector {dot over (Δ)} is obtained, unfolding the ground point corrections is a matter of employing Equation 80, replicated here for reference:














Equation 80









Δ
¨

j


3
×
1


=



Z
¨

j

-
1




[



H
¨

j

-


Σ

i


I
j






Z
_

ij
T




Δ
.

i



]











{unfoldGroundPoints}


for j ∈ {0, . . . , n − 1}


{


 Retrieve {umlaut over (Z)}j−1 and {umlaut over (H)}j from GPWS


 Store {umlaut over (H)}j into a new subtrahend matrix S (i.e. initialize S to {umlaut over (H)}j)


 for r ∈ Ij


 {


  Form Zrj


  Sum −ZrjT{dot over (Δ)}r into S.


 }// end r


 Compute {umlaut over (Δ)}j = {umlaut over (Z)}j−1S


}//end j


      The general cross error covariance between ground point indexes r


and c can obtained by evaluation of Equation 94.


{relativeGroundPointCov}


Retrieve {umlaut over (Z)}r−1 and {umlaut over (Z)}c−1 from ground point workspace.


Obtain indexing sets Ir and Ic (image indexes of ground points r and c)









Allocate





matrix








Σ
¨


r
,
c



3
×
3







and





initialize





to






zero
.




This






is





the





output





of





this






function
.














Allocate





matrix






P

3
×
7







and





initialize





to





zero









for t ∈ Ic


{






AllocatematrixQ3×7andinitializetozero






 for s ∈ Ir


 {


  Form Zsr and Ztc from Equation 47. (Note that for the reduced system, N = Z)


  Extract {dot over (Σ)}st = {dot over (Σ)}.getBlock(s, t), where {dot over (Σ)} is as defined in Equation 93


  Set Q ← Q + ZstT{dot over (Σ)}st


 }//end s


 Set P ← P + QZrc


}//end t


Compute {umlaut over (Σ)}r,c = {umlaut over (Z)}r−1P{umlaut over (Z)}c−1


if(r = c)


{


 Set {umlaut over (Σ)}r,c ← [σ(p)]2{umlaut over (Z)}c−1 + {umlaut over (Σ)}r,c


}


return {umlaut over (Σ)}r,c


//end {relativeGroundPointCov}









The full 3n×3n ground error covariance matrix








¨


3

n
×
3

n






may be obtained by invoking the method for r∈{1, 2, . . . , n} and for c∈{r, r+1, . . . , n}. Note that the indexing for c starts with r since the full ground covariance matrix is symmetric (i.e., build the upper triangle of








¨


3

n
×
3

n






and “reflect about the diagonal” to obtain the lower symmetric portion).


What follows regards how to perform operation 314. The operation 314 proceeds given the outputs of the LSE techniques discussed. The compensation applies the inverse of the observation equation, accommodating the various relative frame offsets to arrive at compensated world space coordinates from misregistered world space coordinates

VregW=Compensatei(VmisregW)  Equation 106


The motivation for providing the inputs and outputs in world space coordinates can be that is the native space of the inputs and desired space of the outputs for each element of each image's point cloud.


For an arbitrary misregistered vector VmisregW on image i, the compensation formula can be performed as in Equation 107










V

r

e

g

W

=



1

(

1
+

s
1

(
p
)



)





T
i
T



(


V
misreg
W

-



V
i

¯



(
0
)

R


-

V
R
W


)



+



V
i

¯


(
p
)


+

V
R
W






Equation





107







where Ti is constructed from the solution vector θi(p) and the other symbols in Equation 107 are defined elsewhere. Note that the values for −V(0)R−VRW and +Vi(p)+VRW and TiT can be precomputed on a per image basis when applying Equation 107 for a time-efficient implementation.



FIG. 4 illustrates, by way of example, a block diagram of an embodiment of a machine in the example form of a computer system 400 within which instructions, for causing the machine to perform any one or more of the methods discussed herein, may be executed. In a networked deployment, the machine may operate in the capacity of a server or a client machine in server-client network environment, or as a peer machine in a peer-to-peer (or distributed) network environment. The machine may be a personal computer (PC), a tablet PC, a set-top box (STB), a Personal Digital Assistant (PDA), a cellular telephone, a web appliance, a network router, switch or bridge, or any machine capable of executing instructions (sequential or otherwise) that specify actions to be taken by that machine. Further, while only a single machine is illustrated, the term “machine” shall also be taken to include any collection of machines that individually or jointly execute a set (or multiple sets) of instructions to perform any one or more of the methodologies discussed herein.


The example computer system 400 includes a processor 402 (e.g., a central processing unit (CPU), a graphics processing unit (GPU) or both), a main memory 404 and a static memory 406, which communicate with each other via a bus 408. The computer system 400 may further include a video display unit 410 (e.g., a liquid crystal display (LCD) or a cathode ray tube (CRT)). The computer system 400 also includes an alphanumeric input device 412 (e.g., a keyboard), a user interface (UI) navigation device 414 (e.g., a mouse), a mass storage unit 416, a signal generation device 418 (e.g., a speaker), a network interface device 420, and a radio 430 such as Bluetooth, WWAN, WLAN, and NFC, permitting the application of security controls on such protocols.


The mass storage unit 416 includes a machine-readable medium 422 on which is stored one or more sets of instructions and data structures (e.g., software) 424 embodying or utilized by any one or more of the methodologies or functions described herein. The instructions 424 may also reside, completely or at least partially, within the main memory 404 and/or within the processor 402 during execution thereof by the computer system 400, the main memory 404 and the processor 402 also constituting machine-readable media.


While the machine-readable medium 422 is shown in an example embodiment to be a single medium, the term “machine-readable medium” may include a single medium or multiple media (e.g., a centralized or distributed database, and/or associated caches and servers) that store the one or more instructions or data structures. The term “machine-readable medium” shall also be taken to include any tangible medium that is capable of storing, encoding or carrying instructions for execution by the machine and that cause the machine to perform any one or more of the methodologies of the present invention, or that is capable of storing, encoding or carrying data structures utilized by or associated with such instructions. The term “machine-readable medium” shall accordingly be taken to include, but not be limited to, solid-state memories, and optical and magnetic media. Specific examples of machine-readable media include non-volatile memory, including by way of example semiconductor memory devices, e.g., Erasable Programmable Read-Only Memory (EPROM), Electrically Erasable Programmable Read-Only Memory (EEPROM), and flash memory devices; magnetic disks such as internal hard disks and removable disks; magneto-optical disks; and CD-ROM and DVD-ROM disks.


The instructions 424 may further be transmitted or received over a communications network 426 using a transmission medium. The instructions 424 may be transmitted using the network interface device 420 and any one of a number of well-known transfer protocols (e.g., HTTP). Examples of communication networks include a local area network (“LAN”), a wide area network (“WAN”), the Internet, mobile telephone networks, Plain Old Telephone (POTS) networks, and wireless data networks (e.g., WiFi and WiMax networks). The term “transmission medium” shall be taken to include any intangible medium that is capable of storing, encoding or carrying instructions for execution by the machine, and includes digital or analog communications signals or other intangible media to facilitate communication of such software.


ADDITIONAL NOTES AND EXAMPLES

The subject matter can be understood by way of some examples.


Example 1 can include a method for registering a first three-dimensional (3D) image to a second 3D image with error propagation, the method comprising reducing a sum aggregate of discrepancies between respective tie points and associated 3D points in the first and the second 3D images; adjusting 3D error models of the first and second 3D images based on the reduced discrepancies to generate registered 3D images, and propagating an error of the first or second 3D images to the registered 3D image to generate error of the registered 3D images.


In Example 2, Example 1 can further include conditioning the error of the first and second 3D images before propagating the error.


In Example 3, Example 2 can further include, wherein the conditioned error includes errors in translation in x, errors in translation in y, errors in translation in z, errors in roll, errors in yaw, errors in pitch, and errors in scale between the first and second images.


In Example 4, at least one of Examples 1-3 can further include, wherein reducing the sum aggregate of discrepancies includes using a least squares estimator between the tie points and the associated 3D points in the first and second 3D images.


In Example 5, at least one of Examples 1-4 can further include, wherein the tie points include respective tie point errors and reducing the sum aggregate of discrepancies is further determined based on the tie point errors.


In Example 6, at least one of Examples 1-5 can further include, wherein the error of the registered 3D images is an improvement over the initial errors of the first 3D image and the second 3D image.


In Example 7, at least one of Examples 1-6 can further include, wherein reducing the discrepancies include folding ground points associated with the tie points into a representation of the first and second 3D images.


In Example 8, Example 7 can further include unfolding corrections to the ground points from the representation.


In Example 9, at least one of Examples 1-8 can further include, wherein the first 3D image and the second 3D image are views of first and second geographical regions, respectively, that overlap.


Example 10 can include a non-transitory machine-readable medium including instructions that, when executed by a machine, cause a machine to perform operations for registering a first three-dimensional (3D) image to a second 3D image with error propagation, the operations comprising reducing a sum aggregate of discrepancies between respective tie points and associated 3D points in the first and the second 3D images, adjusting 3D error models of the first and second 3D images based on the reduced discrepancies to generate registered 3D images, and propagating an error of the first or second 3D images to the registered 3D image to generate error of the registered 3D images.


In Example 11, Example 10 can further include, wherein the operations further comprise conditioning the error of the first and second 3D images before propagating the error.


In Example 12, Example 11 can further include, wherein the conditioned error includes errors in translation in x, errors in translation in y, errors in translation in z, errors in roll, errors in yaw, errors in pitch, and errors in scale between the first and second images.


In Example 13, at least one of Examples 10-12 can further include, wherein reducing the sum aggregate of discrepancies includes using a least squares estimator between the tie points and the associated 3D points in the first and second 3D images.


In Example 14, at least one of Examples 10-13 can further include, wherein the tie points include respective tie point errors and reducing the sum aggregate of discrepancies is further determined based on the tie point errors.


In Example 15, at least one of Examples 10-14 can further include, wherein the error of the registered 3D images is an improvement over the initial errors of the first 3D image and the second 3D image.


Example 16 can include a memory including first and second three-dimensional (3D) images of first and second geographical regions stored thereon, and processing circuitry coupled to the memory, the processing circuitry configured to reduce a sum aggregate of discrepancies between respective tie points and associated 3D points in the first and the second 3D images, adjust 3D error models of the first and second 3D images based on the reduced discrepancies to generate registered 3D images, and propagate an error of the first or second 3D images to the registered 3D image to generate error of the registered 3D images.


In Example 17, Example 16 can further include, wherein the processing circuitry is further configured to reduce the discrepancies by folding ground points associated with the tie points into a representation of the first and second 3D images.


In Example 18, Example 17 can further include, wherein the processing circuitry is further configured to unfold corrections to the ground points from the representation.


In Example 19, at least one of Examples 16-18 can further include, wherein the first 3D image and the second 3D image are views of first and second geographical regions, respectively, that overlap.


In Example 20, at least one of Examples 16-19 can further include, wherein the processing circuitry is further configured to condition the error of the first and second 3D images before propagating the error and wherein the conditioned error includes errors in translation in x, errors in translation in y, errors in translation in z, errors in roll, errors in yaw, errors in pitch, and errors in scale between the first and second images.


Although an embodiment has been described with reference to specific example embodiments, it will be evident that various modifications and changes may be made to these embodiments without departing from the broader spirit and scope of the invention. Accordingly, the specification and drawings are to be regarded in an illustrative rather than a restrictive sense. The accompanying drawings that form a part hereof, show by way of illustration, and not of limitation, specific embodiments in which the subject matter may be practiced. The embodiments illustrated are described in sufficient detail to enable those skilled in the art to practice the teachings disclosed herein. Other embodiments may be utilized and derived therefrom, such that structural and logical substitutions and changes may be made without departing from the scope of this disclosure. This Detailed Description, therefore, is not to be taken in a limiting sense, and the scope of various embodiments is defined only by the appended claims, along with the full range of equivalents to which such claims are entitled.

Claims
  • 1. A method for registering a first three-dimensional (3D) image to a second 3D image with error propagation, the method comprising: iteratively reducing, based on respective iterative adjustments to tie points, a sum aggregate of discrepancies between respective tie points and associated 3D points in the first and the second 3D images, each tie point of the tie points indicating a 3D location on a ground surface, a corresponding 3D point in the first 3D image and a corresponding 3D point in the second 3D image;adjusting 3D error models of the first and second 3D images based on the reduced sum aggregate to generate registered 3D images; andpropagating the adjusted error models of the first or second 3D images to the registered 3D image to generate error of the registered 3D images.
  • 2. The method of claim 1, further comprising conditioning the error of the first and second 3D images before propagating the error.
  • 3. The method of claim 2, wherein the conditioned error includes errors in translation in x, errors in translation in y, errors in translation in z, errors in roll, errors in yaw, errors in pitch, and errors in scale between the first and second images.
  • 4. The method of claim 1, wherein reducing the sum aggregate of discrepancies includes using a least squares estimator between the tie points and the associated 3D points in the first and second 3D images.
  • 5. The method of claim 1, wherein the tie points include respective tie point errors and reducing the sum aggregate of discrepancies is further determined based on the tie point errors.
  • 6. The method of claim 1, wherein the error of the registered 3D images is an improvement over initial errors of the first 3D image and the second 3D image.
  • 7. The method of claim 1, wherein reducing the sum aggregate includes folding ground points associated with the tie points into a representation of the first and second 3D images.
  • 8. The method of claim 7, further comprising unfolding corrections to the ground points from the representation.
  • 9. The method of claim 1, wherein the first 3D image and the second 3D image are views of first and second geographical regions, respectively, that overlap.
  • 10. A non-transitory machine-readable medium including instructions that, when executed by a machine, cause a machine to perform operations for registering a first three-dimensional (3D) image to a second 3D image with error propagation, the operations comprising: iteratively reducing, based on respective iterative adjustments to tie points, a sum aggregate of discrepancies between respective tie points and associated 3D points in the first and the second 3D images, each tie point of the tie points indicating a 3D location on a ground surface, a corresponding 3D point in the first 3D image and a corresponding 3D point in the second 3D image;adjust 3D error models of the first and second 3D images based on the reduced sum aggregate to generate registered 3D images; andpropagating the adjusted error models of the first or second 3D images to the registered 3D image to generate error of the registered 3D images.
  • 11. The non-transitory machine-readable medium of claim 10, wherein the operations further comprise conditioning the error of the first and second 3D images before propagating the error.
  • 12. The non-transitory machine-readable medium of claim 11, wherein the conditioned error includes errors in translation in x, errors in translation in y, errors in translation in z, errors in roll, errors in yaw, errors in pitch, and errors in scale between the first and second images.
  • 13. The non-transitory machine-readable medium of claim 10, wherein reducing the sum aggregate of discrepancies includes using a least squares estimator between the tie points and the associated 3D points in the first and second 3D images.
  • 14. The non-transitory machine-readable medium of claim 10, wherein the tie points include respective tie point errors and reducing the sum aggregate of discrepancies is further determined based on the tie point errors.
  • 15. The non-transitory machine-readable medium of claim 10, wherein the error of the registered 3D images is an improvement over initial errors of the first 3D image and the second 3D image.
  • 16. A system comprising: a memory including first and second three-dimensional (3D) images of first and second geographical regions stored thereon;processing circuitry coupled to the memory, the processing circuitry configured to:iteratively reduce, based on respective iterative adjustments to tie points, a sum aggregate of discrepancies between respective tie points and associated 3D points in the first and the second 3D images, each tie point of the tie points indicating a 3D location on a ground surface, a corresponding 3D point in the first 3D image and a corresponding 3D point in the second 3D image;adjust 3D error models of the first and second 3D images based on the reduced sum aggregate to generate registered 3D images; andpropagate the adjusted error models of the first or second 3D images to the registered 3D image to generate error of the registered 3D images.
  • 17. The system of claim 16, wherein the processing circuitry is further configured to reduce the sum aggregate by folding ground points associated with the tie points into a representation of the first and second 3D images.
  • 18. The system of claim 17, wherein the processing circuitry is further configured to unfold corrections to the ground points from the representation.
  • 19. The system of claim 16, wherein the first 3D image and the second 3D image are views of first and second geographical regions, respectively, that overlap.
  • 20. The system of claim 16, wherein the processing circuitry is further configured to condition the error of the first and second 3D images before propagating the error and wherein the conditioned error includes errors in translation in x, errors in translation in y, errors in translation in z, errors in roll, errors in yaw, errors in pitch, and errors in scale between the first and second images.
GOVERNMENT RIGHTS

This invention was made with Government support under government contract HM047618C0039. The Government has certain rights in this invention.

US Referenced Citations (12)
Number Name Date Kind
6757445 Knopp Jun 2004 B1
7310440 Dolloff Dec 2007 B1
9245201 Jin et al. Jan 2016 B1
9947128 Korb Apr 2018 B2
20030202701 Schuler Oct 2003 A1
20090175498 Kochi Jul 2009 A1
20140334686 LaFarelle Nov 2014 A1
20150371431 Korb Dec 2015 A1
20160314593 Metzler Oct 2016 A1
20210019937 Gallaway Jan 2021 A1
20210097280 Sharp, III Apr 2021 A1
20210256722 Staab Aug 2021 A1
Foreign Referenced Citations (3)
Number Date Country
201839722 Nov 2018 TW
201915953 Apr 2019 TW
201928883 Jul 2019 TW
Non-Patent Literature Citations (7)
Entry
“International Application Serial No. PCT/US2021/019397, International Search Report dated May 14, 2021”, 5 pgs.
“International Application Serial No. PCT/US2021/019397, Written Opinion dated May 14, 2021”, 6 pgs.
Blasone, Giacomo, et al., “Monitoring sediment source areas in a debris-flow catchment using terrestrial laser scanning”, Catena, Elsevier, Amsterdam, NL, vol. 123, (Jul. 28, 2014), 23-36.
Pritt, Mark D, et al., “Georegistration of motion imagery with error propagation”, Full Motion Video (FMV) Workflows And Technologies For Intelligence, Surveillance, And Reconnaissance (ISR) And Situational Awareness, SPIE, (May 11, 2012).
Wang, Tiesheng, et al., “Research on registration method and precision in terrestrial 3D laser scanning”, Proceedings of SPIE, IEEE, US, vol. 9808, (Dec. 9, 2015), 980800-980800.
Yu-Bin, Liang, et al., “Semiautomatic Registration of Terrestrial LaserScanning Data Using PerspectiveIntensity Images”, IEEE Geoscience And Remote Sensing Letters, IEEE Service Center, New York, NY, US, vol. 14, No. 1, (Jan. 1, 2017), 28-32.
“Taiwanese Application Serial No. 110105974, First Office Action dated Dec. 30, 2021”, with English translation, 20 pgs.
Related Publications (1)
Number Date Country
20210271854 A1 Sep 2021 US