checker board

9
Original Image

Upload: rich-timmer

Post on 14-Apr-2017

171 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: checker board

Original Image

Page 2: checker board

Local Min & Local Max

Page 3: checker board

Local Max – Local Min > X

Page 4: checker board

Pixel > Local Median

Page 5: checker board

Detect +/- Transitions via Convolution

● Repeat for opposite transition & logical OR

Page 6: checker board

Result of OR

Page 7: checker board

Median Filter to close holes

Page 8: checker board

Final Steps

● Repeat in orthogonal direction

● Find Indexes by fitting to line and geeting intercept

● Auto number row & columns in space

● Find points by bitwise AND

● Feed into existing algorithm to calculate perspective distortion & lens distortion.

Page 9: checker board

Result