computer and robot vision i

136
Digital Camera and Computer Vision Laboratory Department of Computer Science and Information Engineering National Taiwan University, Taipei, Taiwan, R.O.C. Computer and Robot Vision I Chapter 13 Perspective Projection Geometry Presented by: 傅傅傅 & 傅傅傅 0911 246 313 [email protected] 傅傅傅傅 : 傅傅傅 傅傅

Upload: yoshe

Post on 05-Jan-2016

144 views

Category:

Documents


1 download

DESCRIPTION

Computer and Robot Vision I. Chapter 13 Perspective Projection Geometry. Presented by: 傅楸善 & 張博思 0911 246 313 [email protected] 指導教授 : 傅楸善 博士. 13.1 Introduction. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Computer and Robot Vision I

Digital Camera and Computer Vision LaboratoryDepartment of Computer Science and Information Engineering

National Taiwan University, Taipei, Taiwan, R.O.C.

Computer and Robot Vision I

Chapter 13Perspective Projection Geometry

Presented by: 傅楸善 & 張博思 0911 246 313

[email protected]指導教授 : 傅楸善 博士

Page 2: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.1 Introduction

Computer vision problems often involve interpreting the information on a two-dimensional (2D) image of a three-dimensional (3D) world in order to determine the placement of the 3D objects portrayed in the image.

To do this requires understanding the perspective transformation governing the geometric way 3D information is projected onto the 2D image.

Page 3: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.1 Introduction

image formation on the retina, according to Descartes

scrape ox eye, observe from darkened room inverted image of scene

Page 4: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Nalwa,

Scrape ox eye, observe from darkened room inverted image of scene

Page 5: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.2 One-Dimensional Perspective Projection

f: focal length of lens u: distance between object and lens center v: distance between image and lens center thin-lens equation: lens law: 1/f=1/u+1/v light passing lens center dose not deflect light parallel to optical axis will pass focus

Page 6: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Page 7: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Page 8: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Page 9: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

pinhole camera: infinitesimally small aperture pinhole camera: approximated by lens with

aperture adjusted to the smallest pinhole camera: simplest device to form image

of 3D scene on 2D surface

Page 10: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.2 One-Dimensional Perspective Projection

aperture size decreased: image become sharper diameter of aperture is 0.06 inch, 0.015 inch,

0.0025 inch aperture below certain size: diffraction: bending

of light rays around edge

Page 11: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Page 12: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

JOKE

Page 13: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.2 One-Dimensional Perspective Projection

Page 14: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.2 One-Dimensional Perspective Projection

f: camera constant (different from above equation) (r, s, 1): homogeneous coordinate system for point

(r, s) first linear transformation: translates (r, s, 1) by

distance of f

Page 15: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.2 One-Dimensional Perspective Projection

second linear transformation: takes perspective transformation to image line

1D image line coordinate:

Page 16: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.2 One-Dimensional Perspective Projection

)( fYf

X

f

Xp

(Xp,Yp)

(X, Y)

X

Y

1)1(

fY

XXp

Page 17: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.2 One-Dimensional Perspective Projection

)( fYf

X

f

Xp

(Xp,Yp)

(X, Y)

X

Y

1)1(

fY

XXp

Page 18: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.2 One-Dimensional Perspective Projection

lens: at origin and looks down - axis image line: distance f in front of lens and parallel

to -axis : the x - y axes rotated anticlockwise

by angle

Page 19: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.2 One-Dimensional Perspective Projection

Page 20: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.2 One-Dimensional Perspective Projection

rewriting the relationship in terms of homogeneous coordinate system

Page 21: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.3 The Perspective Projection in 3D

camera lens: along line parallel to z-axis position of lens: center of perspectivity: (u, v): coordinates of perspective projection of (x, y, z)

on image plane

),,( 000 zyx

Page 22: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

JOKE

Page 23: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.3.1 Smaller Appearance of Farther Objects

without loss of generality: take center of perspectivity to be origin

perspective projection: objects appear smaller the farther they are

Page 24: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Page 25: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

foreshortening: line segments in plane parallel to image has maximum size

Page 26: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.3.2 Lines to Lines

lines in 3D world transform to lines in the image plane

parallel lines in 3D with nonzero z slope: meet in a vanishing point

Page 27: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Page 28: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.3.3 Perspective Projection of Convex Polyhedra are Convex

Proofs in textbook, simple but tedious, study as exercise by yourself

Page 29: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.3.4 Vanishing Point

Perspective projections of parallel 3D lines having nonzero slope along the optic z-axis meet in a vanishing point on the image projection plane.

Page 30: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.3.5 Vanishing Line

Page 31: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Page 32: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.3.6 3D Lines-2D perspective Projection Lines

There is a relationship between the parameters of a 3D line and the parameters of the perspective projection of the line.

Page 33: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

123

22

21 bbb

122

21 dd

Page 34: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Page 35: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

JOKE

Page 36: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4 2D to 3D Inference Using Perspective Projection

perspective projection on unknown 3D line: provides four of six constraints additional constraints: 3D-world-model information about points, lines

Page 37: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.1 Inverse Perspective Projection

: perspective projection of a point f: image plane distance from camera lens thus : 3D coordinate of the point in image

plane camera lens: at the origin line L: inverse perspective projection of the point

Page 38: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.2 Line Segment with Known Direction Cosines and Known Length

known: : line segment length : line segment direction cosine

, : perspective projections of endpoints

unknown: , : 3D coordinates of endpoints

Page 39: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.2 Line Segment with Known Direction Cosines and Known Length

Page 40: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.2 Line Segment with Known Direction Cosines and Known Length

Page 41: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.3 Collinear Points with Known Interpoint Distances

known: : perspective projection of nth collinear points, n

= 0, …, N - 1 distance between (n+1)th point and

first point

unknown: : direction cosine of line

, : 3D coordinates of points

:,...,,

Page 42: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.3 Collinear Points with known Interpoint Distances

Page 43: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.4 N Parallel Lines

known: : perspective

projection of nth parallel line

unknown: : direction cosine of line

Page 44: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.4 N Parallel Lines

Page 45: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.5 N Lines Intersecting at a Point with Known Angles

known: : perspective projection of intersecting point :

perspective projection of nth intersecting line : known angle between and

unknown:

: 3D nth intersecting line

pqpL qL

Page 46: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.6 N Lines Intersecting in a Known Plane

known: : perspective projection of intersecting point :

perspective projection of nth intersecting line : plane equation

unknown:

: 3D nth intersecting line 0 nnn CkBjAi

Page 47: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.6 N Lines Intersecting in a Known Plane

Page 48: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.7 Three Lines in a Plane with One Perpendicular to the Other Two

known: : perspective projection of line : perspective projection of line : perspective projection of line

unknown: three lines in same plane, perpendicular to

, : perspective projection of line : perspective projection of line : perspective projection of line

: since is perpendicular to ,

1L 2L3L

0332211 mkmkmk 3L 1L 2L

Page 49: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

0332211 mkmkmk

Page 50: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.8 Point with Given Distance to a Known Point

known: : perspective projection of unknown point : known 3D points

: distance between the two points

unknown: : direction cosine between two points

Inverse perspective projection:

uv

f

222 )()()( cfbvau

Page 51: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Page 52: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.9 Point in a Known Plane

known: : perspective projection of unknown point : known plane equation

where point lies

unknown: : 3D coordinate of the point:

Page 53: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.9 Point in a Known Plane

Page 54: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.10 Line in a Known Plane

known: : known plane equation where

line lies : perspective projection

of line

unknown: : 3D line

A*i + B*j + C*k = 0,

Page 55: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Page 56: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

JOKE

Page 57: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.11 Angle

known: : perspective projection

of the unknown line : direction cosine for the known line

: angle between the 3D linesunknown: : direction cosine for the unknown line

= .

Page 58: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.11 Angle

Page 59: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.12 Parallelogram

known: perspective projection of four corner points of a

parallelogram

unknown: : normal to the plane on which the

parallelogram lies , : direction cosines of two sides of

parallelogram,

Page 60: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.13 Triangle with One Vertex Known

known: , , : perspective projection of three vertices : one known 3D vertex of the three vertices , : known lengths of the triangle in 3D

unknown: , : two unknown 3D vertices of the three vertices

Page 61: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.13 Triangle with One Vertex Known

Page 62: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.14 Triangle with Orientation of One Leg Known

known: , , : perspective projection of three

vertices : known direction cosines between the first two

vertices , : known lengths of the triangle in 3D

unknown: , , : three unknown 3D vertices

Page 63: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Page 64: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Page 65: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Page 66: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.15 Triangle: three-point spatial resection problem in photogrammetry

known: , , : perspective projection of three vertices , : known lengths of the triangle in 3D

unknown: , , : three unknown 3D vertices

four solutions

= , = , = = , = , =

Page 67: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Page 68: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.4.16 Determining the Principal Point by Using Parallel Lines

principle point: point through which the optic axis passes

principle point: so far assumes origin of image reference frame

known: , n = 1, …, N: perspective

projection of nth parallel line

unknown: : coordinate of the principal point

Page 69: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Page 70: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.15 Circlesknown: perspective projection of a circle having known

radius

unknown: plane on which the circle lies the 3D center of the circle:

Page 71: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

JOKE

Page 72: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.6 Range from Structured Light

structured light: active visual sensing technique upon perspective geometry

structured light: controlled light source with regular pattern onto scene

regular pattern: stripes, grid, …

Page 73: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Page 74: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

intensity and range images

Page 75: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.6 Range from Structured Light Two light sources with cylindrical lenses produce

sheets of light that intersect in a line lying on the surface of a conveyor belt.

A camera above the belt is aimed so that this line is imaged on a linear array of photo sensors.

When there is no object present, all the sensor cells are brightly illuminated.

When part of an object interrupts the incident light, the corresponding region on the linear array is darkened.

The motion of the belt scans the object past the sensor, generating the second image dimension.

Page 76: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Page 77: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Page 78: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Page 79: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.7 Cross-Ratio cross-ratio: of perspective projection of 4 collinear

points, takes same value

Page 80: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.7.1 Cross-Ratio Definitions and Invariance

four collinear points: q, r: centers of perspectivity for two projection ima

ges

Page 81: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.7.1 Cross-Ratio Definitions and Invariance

Let , . by perspective projection equations

,

cross-ratio:

cross-ratio: independent of reference frame, point p, direction cosine b

cross-ratio: depends only on directed of collinear points

Page 82: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.7.2 Only One Cross-Ratio each of 4! Cross-ratios is a function of cross-ratio

Page 83: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.7.3 Cross–Ratio in Three Dimensions

The cross-ratio derived from one-dimensional perspective projections in a two-dimensional world can be generalized to two-dimensional perspective projection in a three-dimensional world.

five co-planar points : cross-ratio for the line segment and

: cross-ratio for the line segment and

Page 84: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.7.3 Cross–Ratio in Three Dimensions

Page 85: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Page 86: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.7.4 Using Cross-Ratios cross-ratio: to aid in establishing correspondences

Page 87: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

END

Page 88: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

JOKE

Page 89: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13.7.4 Using Cross-Ratios cross-ratio: to aid in establishing correspondences

Term Project

JPEG 2000

Page 90: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

1. Neural Network

Page 91: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

3. Image Compression

JPEG, MPEG, H. 264

Page 92: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

5. segmentation based on texture

Page 93: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

6. optical character reading

Page 94: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

7. stereo vision

Page 95: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

7. stereo vision

Page 96: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

8. Handwriting recognition

Page 97: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

8. Handwriting recognition

Page 98: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

9. histogram specification

Page 99: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Term Project

Page 100: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

10. homomorphic filtering

Page 101: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

10. homomorphic filtering

Page 102: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

12. calculating the sizes of stones, cells, cell nucleus.

Page 103: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

13. trademark resemblance, semi-automatic similarity classification

Page 104: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

15. structured light 3-D reconstruction

Page 105: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

15. structured light 3-D reconstruction

Page 106: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

16. object classification with moments invariant to rotation, scaling, translation

Page 107: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

17. photometric stereo

Page 108: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

18. shape from focus

Page 109: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

19. shape from polarization

Sec. 12.5, p. 22

Page 110: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

20. shape from shading

Page 111: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

20. shape from shading

Page 112: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

21. shape from texture

Page 113: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

21. shape from texture

Page 114: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

22. solving correspondence problem or optic flow field

Page 115: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

23. motion and shape parameter recovery

Page 116: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

24. segmentation of newspaper, documents into title, figure, caption, …

Page 117: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

25. optical distortion correction

Page 118: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

JOKE

Page 119: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Term Project

Page 120: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

26. line labeling of 2D line drawing of 3D objects

Page 121: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

27. Computer Tomography

Page 122: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

27. Computer Tomography

Page 123: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

29. X Ray diagnostic

Page 124: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

30. finger-print validation

Page 125: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

31. face recognition (intensity image, range image)

Page 126: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

33. digital morphing

Page 127: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

33. digital morphing

Page 128: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Term Project

Page 129: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

39. Printed music sheet recognition and translation into MIDI (Musical Instrument Digital Interface) format file

Page 130: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

40. wafer defect inspection

Page 131: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

41. wafer critical dimension measurement

Page 132: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

42. IC pin inspection

Page 133: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

43. IC mark printing inspection

Page 134: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

Term Project

Page 135: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

JOKE

Page 136: Computer and Robot Vision I

DC & CV Lab.DC & CV Lab.CSIE NTU

END