67
E-mail: [email protected] http://web.yonsei.ac.kr/hgjung Object Recognition 1: Contour-based

Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: [email protected] Object Recognition 1:

  • Upload
    others

  • View
    8

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Object Recognition 1:Contour-based

Page 2: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Contour-based Object Recognition

1. Procrustes analysis

2. B-spline-based Active Contour

3. Contour tree-based pedestrian detection

Page 3: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Procrustes Analysis

Page 4: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Procrustes Analysis [1]

In statistics, Procrustes analysis is a form of statistical shape analysis used to analyse the distribution of a set of shapes.

To compare the shape of two or more objects, the objects must be first optimally "superimposed".

Procrustes superimposition (PS) is performed by optimally translating, rotating and uniformly scaling the objects.

Page 5: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Procrustes Analysis [1]

두 shape을 이루는 k개의 점들 간의 correspondence는 알고 있다고 가정한다.

Page 6: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Procrustes Analysis [1]

각 shape을 이루는 landmark point의 무게중심 간의 차가 translation이다.

Page 7: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Procrustes Analysis [1]

각 shape을 이루는 landmark point들의 무게중심으로부터의 평균거리 비율이 scaling이다.

Page 8: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Procrustes Analysis [1]Translation과 scaling이 적용된 결과

내적: 크기 곱과 cosθ

외적: 크기 곱과 sinθ

Page 9: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Procrustes Analysis

Page 10: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Procrustes Analysis

Page 11: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Procrustes Analysis

0 2 4 6 8 10 12 14 16 18 200

2

4

6

8

10

12

14

16

18

20

Page 12: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

References

1. Wikipedia, “Procrustes analysis,” http://en.wikipedia.org/wiki/Procrustes_analysis

Page 13: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

B-Spline-basedActive Contour

Page 14: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

B-spline basis function

• A spline function x(s) is constructed as a weighted sum of NB basis functions Bn(s), n=0,…, NB-1.

Page 15: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

B-spline basis function

• In the simplest (“regular”) case, each basis function consists of d polynomials each defined over a span of the s-axis. Let Bn,d be the nth basis function for a spline of order d.

Page 16: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

B-spline-based contour, matrix notation

• This can be expressed compactly in matrix notation as

Page 17: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

B-spline-based contour, matrix notation

Page 18: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Norm and inner product for spline functions

• In the L2 case the inner product between two functions works out to be:

Page 19: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Norm and inner product for spline functions

dsssL

x xTTL xT QBQB

0

2 1

dsssL

xTL Tx QBBQ0

1

xTLTx dsssL

QBBQ

0

1

Page 20: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Norm and inner product for spline functions

Page 21: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Approximation as a spline vector, projection

xT Qssx B

xxL TL xTLQQdsss

LdsQss

Ldssxs

LβBBBBB

000

111

Lx dssxs

LQ

0

1 1 Bβ

Page 22: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Control vector

Page 23: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Norm of curves

Page 24: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Shape space

Page 25: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Euclidean similarities

Page 26: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

The space of Euclidean similarities

Page 27: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Shape space

Page 28: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Shape Vector Describing Transformation

-600 -400 -200 0 200 400 600 800 1000 1200-500

0

500

1000

Model Q0

X=(700, -100, 0, 0)

X=(300, 400, 3cos(30°), 3sin(30°))

Page 29: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Shape vector estimation

관찰의 변량Inverse modelParameter의 변량

Page 30: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Shape Vector Estimation by Pseudo-Inverse

-600 -400 -200 0 200 400 600 800 1000 1200-500

0

500

1000

Model Q0

=(700, -100, 0, 0)

=(300, 400, 3cos(30°), 3sin(30°))

Page 31: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Robustness of Shape Vector Estimation

-600 -400 -200 0 200 400 600 800 1000-500

0

500

1000

Page 32: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Fitting spline templates: Regularized matching

데이터평균: 모델

Page 33: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Fitting spline templates: Regularized matching

Page 34: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Normal displacement in curve fitting

Page 35: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Normal displacement in curve fitting

Page 36: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Normal displacement in curve fitting

Page 37: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Normal displacement in curve fitting

Page 38: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Normal displacement in curve fitting

Page 39: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Recursive solution of curve-fitting problems

Page 40: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Recursive solution of curve-fitting problems

Page 41: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Curve-Fitting Example

Page 42: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Curve-Fitting Example

Page 43: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Curve-Fitting Example

Page 44: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Curve-Fitting Example

Page 45: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Curve-Fitting Example

Page 46: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

References

1. Andrew Blake and Michael Isard, “Active Contours: The Application of Techniques from Graphics, Vision, Control Theory and Statistics to Visual Tracking of Shapes in Motion,” Springer-Verlag London Limited, 1998.

http://www.robots.ox.ac.uk/~contours/

Page 47: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Contour tree-based Pedestrian Detection

Page 48: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

DT(Distance Transform)-based Object Detection

The dissimilarity between two pedestrian silhouettes and , , is defined by a distance transform-based template matching score, frequently called chamfer distance or modified Hausdorff distance (MHD), as

where x and y are the edge pixel coordinates of and , respectively. And, and denote the -axis and -axis translation between two silhouettes. Rotational transformation is ignored during the matching as all pedestrians in the database are assumed to be upright.

, ,

2

1, mindx dy

dxdy

yx

x y

,

dx dy

Page 49: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

DT(Distance Transform)-based Object Detection

Page 50: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Contour Clustering

K-medois algorithm

Page 51: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Hierarchical Tree of Contour Cluster

Page 52: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Probabilistic Matching

Page 53: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Bayesian Exemplar-based Hierarchical Shape Matching

Page 54: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Bayesian Exemplar-based Hierarchical Shape Matching

Page 55: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Bayesian Exemplar-based Hierarchical Shape Matching

생성된 계층적 보행자 윤곽선 트리의 일부분

Page 56: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

Bayesian Exemplar-based Hierarchical Shape Matching

Page 57: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

자세-윤곽선 융합을 통한 보행자 검출/추적

Ho Gi Jung*, “Medoid selection from sub-tree leaf nodes for k-medoids clustering-based hierarchical template tree construction,” Electronics Letters, vol. 49, no. 2, 17 Jan. 2013, pp. 108-109.

Template Tree 구축 개선

Page 58: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

• 보행자 자세의 시간적 변화 양상을 이용한 검출 및 추적

자세-윤곽선 융합을 통한 보행자 검출/추적

Page 59: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

• 보행자 자세의 시간적 변화 양상을 이용한 검출 및 추적

자세-윤곽선 융합을 통한 보행자 검출/추적

Page 60: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

자세-윤곽선 융합을 통한 보행자 검출/추적

Page 61: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

자세-윤곽선 융합을 통한 보행자 검출/추적

Page 62: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

자세-윤곽선 융합을 통한 보행자 검출/추적

Page 63: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

자세-윤곽선 융합을 통한 보행자 검출/추적

Ho Gi Jung*, “An Internal-to-internal Transition Method for Consecutive Hierarchical Template Matching,” IET Computer Vision, accepted on 2 Aug. 2013.

Internal-to-Internal Transition Method

Page 64: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

자세-윤곽선 융합을 통한 보행자 검출/추적

Ho Gi Jung*, “An Internal-to-internal Transition Method for Consecutive Hierarchical Template Matching,” IET Computer Vision, accepted on 2 Aug. 2013.

Internal-to-Internal Transition Method

Page 65: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

자세-윤곽선 융합을 통한 보행자 검출/추적

Ho Gi Jung*, “An Internal-to-internal Transition Method for Consecutive Hierarchical Template Matching,” IET Computer Vision, accepted on 2 Aug. 2013.

Internal-to-Internal Transition Method

Page 66: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

자세-윤곽선 융합을 통한 보행자 검출/추적

Ho Gi Jung*, “An Internal-to-internal Transition Method for Consecutive Hierarchical Template Matching,” IET Computer Vision, accepted on 2 Aug. 2013.

Internal-to-Internal Transition Method

Page 67: Object Recognition 1: Contour-based - Yonsei Universityweb.yonsei.ac.kr/hgjung/Lectures/AUE859/13. Object... · 2014-12-29 · E-mail: hogijung@hanyang.ac.kr Object Recognition 1:

E-mail: [email protected]://web.yonsei.ac.kr/hgjung

References

1. Dariu M. Gavrila, “A Bayesian, Exemplar-Based Approach to Hierarchical Shape Matching,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 29, No. 8, Aug. 2007, pp. 1408-1421.