Lecture 6 - 3D Flashcards

1
Q

What are the primary types of 3D acquisition methods?

A

The primary types are passive methods (e.g., stereo, shape-from-texture, shape-from-shading) and active methods (e.g., structured light, time-of-flight, laser scanning).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define “triangulation” in the context of 3D stereo vision.

A

Triangulation is the process of determining the 3D position of a point by measuring angles from two different viewpoints, typically using two cameras.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is disparity in stereo vision?

A

Disparity is the difference in image location of an object seen by the left and right cameras. It is inversely proportional to the depth of the object.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Explain the concept of “epipolar geometry”.

A

Epipolar geometry describes the geometric relationship between two views of the same scene. It is used to simplify the correspondence problem in stereo vision by reducing the search space for matching points to one-dimensional epipolar lines.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the role of the fundamental matrix in stereo vision?

A

The fundamental matrix encapsulates the intrinsic and extrinsic parameters of two cameras, providing a relationship between corresponding points in stereo images. It is used to enforce the epipolar constraint.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Describe the process of active triangulation using a laser.

A

Active triangulation involves projecting a laser beam onto an object and capturing the reflected light with a camera. The intersection of the laser ray and the viewing ray provides the 3D coordinates of the point on the object.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is structured light, and how is it used in 3D reconstruction?

A

Structured light involves projecting patterns (e.g., grids or stripes) onto a scene. The deformation of these patterns when viewed from a different angle is used to infer the 3D shape of the object.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define “time-of-flight” in the context of 3D imaging.

A

Time-of-flight measures the time a modulated light signal takes to travel to the object and back to calculate the distance, thereby determining the 3D structure of the scene.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Explain the concept of “shape-from-shading”.

A

Shape-from-shading derives the 3D shape of an object based on the variations in shading (intensity) within an image, assuming known light source direction and surface reflectance properties.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the purpose of photometric stereo?

A

Photometric stereo uses multiple images taken under different lighting conditions to estimate the surface normals and reconstruct the 3D shape of an object.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Describe the process of shape-from-silhouettes.

A

Shape-from-silhouettes involves capturing images of an object from multiple viewpoints and extracting the object’s silhouette in each image. These silhouettes are then used to reconstruct the 3D shape of the object.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the advantage of using a laser scanner for 3D acquisition?

A

Laser scanners provide high accuracy and resolution in 3D measurements, making them ideal for detailed surface reconstruction and precise modeling.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Write the formula for calculating 3D coordinates from disparity in stereo vision.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Provide the formula for the epipolar constraint in terms of the fundamental matrix.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the formula for the projection of a point in 3D space onto an image plane?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How does increasing the baseline
𝑏
b affect depth resolution in stereo vision?

A

Increasing the baseline
𝑏
b improves depth resolution by increasing the disparity between corresponding points, making it easier to detect small changes in depth.

17
Q

What are the challenges associated with finding correspondences in stereo vision?

A

Challenges include handling occlusions, textureless regions, repetitive patterns, and ensuring accurate matching of points between the two images.

18
Q

Explain how structured light can be used to measure 3D shapes.

A

Structured light projects known patterns onto a scene. The deformation of these patterns is captured by a camera and analyzed to infer the 3D shape of the object based on the distortions.

19
Q

What is the significance of the epipolar line in stereo matching?

A

The epipolar line constrains the search for corresponding points to a one-dimensional line, reducing the complexity of the matching process and improving accuracy.

20
Q

Describe the process of time-of-flight measurement for 3D reconstruction.

A

Time-of-flight measures the time taken for a modulated light signal to travel to the object and back to the sensor. This time is proportional to the distance, allowing calculation of the 3D coordinates of points on the object’s surface.

21
Q

How does photometric stereo estimate surface normals?

A

Photometric stereo captures images under different lighting directions. The variations in shading are used to estimate the surface normals, which describe the orientation of the surface at each point.

22
Q

What are the limitations of shape-from-shading?

A

Shape-from-shading requires accurate knowledge of the lighting conditions and surface reflectance properties. It also assumes smooth surfaces and can be sensitive to noise.

23
Q

How can the fundamental matrix be estimated from point correspondences?

A

The fundamental matrix can be estimated using eight or more point correspondences between the two images, typically through algorithms like the eight-point algorithm and RANSAC for robust estimation.

24
Q

What are the advantages of using a laser line scanner over a laser point scanner?

A

A laser line scanner can capture more data in a single scan, making it faster and more efficient for 3D surface reconstruction compared to a laser point scanner, which requires multiple scans to cover the same area.

25
Q

Explain the concept of an essential matrix and its relation to the fundamental matrix.

A

The essential matrix encapsulates the relative rotation and translation between two cameras. It is derived from the fundamental matrix and the intrinsic parameters of the cameras, used for calibrated stereo vision.

26
Q

How does active triangulation differ from passive stereo vision?

A

Active triangulation uses an additional light source, like a laser, to project known patterns onto the scene, simplifying the correspondence problem and improving accuracy, whereas passive stereo relies solely on ambient light.

27
Q

Describe an application of 3D acquisition in real-world scenarios.

A

One application is in autonomous vehicles, where 3D acquisition techniques like LiDAR and stereo vision are used to create accurate 3D maps of the environment for navigation and obstacle detection.