27
Answer (Choose 1 answer)
The most difficult part of getting a fully automated stitching algorithm to work is deciding which pairs of images actually correspond to the same parts of the scene. What is the best solution to solve these issues? Choose the best correct answer
A. Using a feature-based approach to remove objects from image frames. Then we get a completed panoramas image.
B. Using a direct pixel-based comparison between the registered images to determine if they actually are different views of the same scene.
C. To find the similarity of adjacent images, we determine whether the properties match or not, using the image combination method.
D. All of the others