Graphics Programming 2007 Hwang Yong-Hyeon Dongseo Univ. Automatic Detection of Region-Mura Defect in TFT-LCD Yong-Hyeon.

Slides:



Advertisements
Similar presentations
Chapter 3 cont’d. Adjacency, Histograms, & Thresholding.
Advertisements

3-D Computer Vision CSc83020 / Ioannis Stamos  Revisit filtering (Gaussian and Median)  Introduction to edge detection 3-D Computater Vision CSc
Definition  Regression Model  Regression Equation Y i =  0 +  1 X i ^ Given a collection of paired data, the regression equation algebraically describes.
An Adaptive Image Enhancement Algorithm for Face Detection By Lizuo Jin, Shin’ichi Satoh, and Masao Sakauchi. ECE 738 In Young Chung.
Image Segmentation Image segmentation (segmentace obrazu) –division or separation of the image into segments (connected regions) of similar properties.
電腦視覺 Computer and Robot Vision I Chapter2: Binary Machine Vision: Thresholding and Segmentation Instructor: Shih-Shinh Huang 1.
COIN-O-MATIC A fast and reliable system for automatic coin classification Laurens van der MaatenPaul Boon.
Foreground/Background Image Segmentation. What is our goal? To label each pixel in an image as belonging to either the foreground of the scene or the.
Edge detection Goal: Identify sudden changes (discontinuities) in an image Intuitively, most semantic and shape information from the image can be encoded.
Robust Object Segmentation Using Adaptive Thresholding Xiaxi Huang and Nikolaos V. Boulgouris International Conference on Image Processing 2007.
MOVING OBJECTS SEGMENTATION AND ITS APPLICATIONS.
Edge Detection Lecture 2: Edge Detection Jeremy Wyatt.
MRF Labeling With Graph Cut CMPUT 615 Nilanjan Ray.
1 Lecture 12 Neighbourhood Operations (2) TK3813 DR MASRI AYOB.
CS 376b Introduction to Computer Vision 02 / 25 / 2008 Instructor: Michael Eckmann.
Computer Vision Basics Image Terminology Binary Operations Filtering Edge Operators.
Filters and Edges. Zebra convolved with Leopard.
IMAGE 1 An image is a two dimensional Function f(x,y) where x and y are spatial coordinates And f at any x,y is related to the brightness at that point.
Computational Photography: Image Processing Jinxiang Chai.
Edge detection Goal: Identify sudden changes (discontinuities) in an image Intuitively, most semantic and shape information from the image can be encoded.
Machine Vision for Robots
Multimodal Interaction Dr. Mike Spann
Hwang Yong-Hyeon Dongseo Univ. A study on resolution-improved volumetric computational reconstruction using stereo matching.
Segmentation of CT angiography based on a combination of segmentation methods University of West Bohemia in Pilsen Czech republic Ing. Ivan Pirner Ing.
MECN 3500 Inter - Bayamon Lecture 9 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
Curve-Fitting Regression
Video Segmentation Prepared By M. Alburbar Supervised By: Mr. Nael Abu Ras University of Palestine Interactive Multimedia Application Development.
CS 376b Introduction to Computer Vision 03 / 21 / 2008 Instructor: Michael Eckmann.
Image Segmentation and Edge Detection Digital Image Processing Instructor: Dr. Cheng-Chien LiuCheng-Chien Liu Department of Earth Sciences National Cheng.
CS654: Digital Image Analysis
COMP322/S2000/L171 Robot Vision System Major Phases in Robot Vision Systems: A. Data (image) acquisition –Illumination, i.e. lighting consideration –Lenses,
PRESENTED BY VISWANATH HARSHA VARDHAN
Robust data filtering in wind power systems
主講者 : 陳建齊. Outline & Content 1. Introduction 2. Thresholding 3. Edge-based segmentation 4. Region-based segmentation 5. conclusion 2.
Digital Image Processing
Chapter 9: Image Segmentation
Image Segmentation Image segmentation (segmentace obrazu)
Thresholding and Segmenting Objects The overall objective of image processing operations is to extract the objects of interest and to distinguish them.
DIGITAL IMAGE PROCESSING
Edge Segmentation in Computer Images CSE350/ Sep 03.
Machine Vision. Image Acquisition > Resolution Ability of a scanning system to distinguish between 2 closely separated points. > Contrast Ability to detect.
Representing Moving Images with Layers J. Y. Wang and E. H. Adelson MIT Media Lab.
Advisor : Ku-Yaw Chang Speaker : Ren-Li Shen /6/12.
5th Intensive Course on Soil Micromorphology Naples th - 14th September Image Analysis Lecture 8 Introduction to Binary Morphology.
1 Edge Operators a kind of filtering that leads to useful features.
Winter in Kraków photographed by Marcin Ryczek
IMAGE PROCESSING Tadas Rimavičius.
图像处理技术讲座(3) Digital Image Processing (3) Basic Image Operations
Statistical-Mechanical Approach to Probabilistic Image Processing -- Loopy Belief Propagation and Advanced Mean-Field Method -- Kazuyuki Tanaka and Noriko.
Detection of discontinuity using
Image gradients and edges
Special Topics In Scientific Computing
Self-similarity and points of interest
DICOM 11/21/2018.
Linear Regression.
Dr. Chang Shu COMP 4900C Winter 2008
Outline. A 2010 Mapping of the Constructed Surface Area Density for China Preliminary Results.
Maximally Stable Extremal Regions
Maximally Stable Extremal Regions
Geometric and Point Transforms
a kind of filtering that leads to useful features
CSC 381/481 Quarter: Fall 03/04 Daniela Stan Raicu
a kind of filtering that leads to useful features
Least Squares Fitting A mathematical procedure for finding the best-fitting curve to a given set of points by minimizing the sum of the squares of the.
Introduction to Digital Image Analysis Part II: Image Analysis
Maximally Stable Extremal Regions
Nonlinear Fitting.
Department of Computer Engineering
Image Enhancement To process an image so that the result is more suitable than the original image for a specific application. Spatial domain methods and.
Winter in Kraków photographed by Marcin Ryczek
Presentation transcript:

Graphics Programming 2007 Hwang Yong-Hyeon Dongseo Univ. Automatic Detection of Region-Mura Defect in TFT-LCD Yong-Hyeon Hwang Kowon.dongseo.ac.kr/~d

Graphics Programming 2007 Hwang Yong-Hyeon Dongseo Univ. Contents Introduction Local Segmentation Background Surface Estimation Problem Works as follows

Graphics Programming 2007 Hwang Yong-Hyeon Dongseo Univ. Introduction Otsu's methodGradient magnitude image Input Image

Graphics Programming 2007 Hwang Yong-Hyeon Dongseo Univ. Local Segmentation

Graphics Programming 2007 Hwang Yong-Hyeon Dongseo Univ. Background Surface Estimation The data set is approximated by a bivariate polynomial model of order d f ( d ) ( x ; y ) = X m + n · d a mn x m y n f ( d ) ( x ; y ) f ( d ) ( x ; y ) = X i + j · d a ij x i y j 식 변환

Graphics Programming 2007 Hwang Yong-Hyeon Dongseo Univ. Background Surface Estimation is the difference between the original and the estimated intensity of the data pixel given by the model parameters are estimated by minimizing the sum of the squared residuals r xy r xy m i n X x ; y r 2 xy r xy = z xy ¡ f ( d ) ( x ; y )

Graphics Programming 2007 Hwang Yong-Hyeon Dongseo Univ. Problem because even a single aberrant data point d = 4 outlier d = 1

Graphics Programming 2007 Hwang Yong-Hyeon Dongseo Univ. Works as follows Input Image

Graphics Programming 2007 Hwang Yong-Hyeon Dongseo Univ. Works as follows Remove p from the data set Determine the polynomial of order fitting denoted by using the LS. l f ( l ) ¡ p ª ¡ p = ª ¡ f p g ª ¡ p

Graphics Programming 2007 Hwang Yong-Hyeon Dongseo Univ. Works as follows Compute the diagnostic measure J ( p ) J ( p ) = 1 WH ¡ 1 X ª ¡ 1 j z xy ¡ f ( l ) ¡ p ( x ; y )j Diagnistic measure J

Graphics Programming 2007 Hwang Yong-Hyeon Dongseo Univ. Works as follows Construct a binary image

Graphics Programming 2007 Hwang Yong-Hyeon Dongseo Univ. Works as follows Apply median filtering to the binary image

Graphics Programming 2007 Hwang Yong-Hyeon Dongseo Univ. Works as follows Estimated background Suface f ( h ) B Remove probable outliers(white pixel)

Graphics Programming 2007 Hwang Yong-Hyeon Dongseo Univ. Works as follows Determine the polynomial of order h fitting Absolute residuals with respect to f ( h ) B

Graphics Programming 2007 Hwang Yong-Hyeon Dongseo Univ. Works as follows Thresholding result

Graphics Programming 2007 Hwang Yong-Hyeon Dongseo Univ. Works as follows Post-Processing result

Graphics Programming 2007 Hwang Yong-Hyeon Dongseo Univ. Result Biquadratic(d=2) biquartic (d = 4) Biquadratic(d=2)biquartic (d = 4)