|
Algorithm 3: Pseudocode for the practical experiment. |
(I) Simultaneously capture the images and record the corresponding inclination data .
(II) Detect plumb lines in the captured image using the Hough line detection method, and extract the endpoints of each line .
(III) Calculate the inclinometer assembly error using the images and corresponding information.
(IV) Horizontally correct the retained images using the calibrated matrix .
(V) Detect the endpoints of the horizontal corrected images and calculate the angle with the -axis on the same line.
|