報告人:吳振華 Colour image smoothing through a soft-switching mechanism using a graph model.

Slides:



Advertisements
Similar presentations
3-D Computer Vision CSc83020 / Ioannis Stamos  Revisit filtering (Gaussian and Median)  Introduction to edge detection 3-D Computater Vision CSc
Advertisements

Chapter 4 The Greedy Approach. Minimum Spanning Tree A tree is an acyclic, connected, undirected graph. A spanning tree for a given graph G=, where E.
Digital Photography with Flash and No-Flash Image Pairs By: Georg PetschniggManeesh Agrawala Hugues HoppeRichard Szeliski Michael CohenKentaro Toyama,
5. 1 Model of Image degradation and restoration
Graph-Based Image Segmentation
Image Segmentation some examples Zhiqiang wang
Segmentation and Region Detection Defining regions in an image.
Improved Image Quilting Jeremy Long David Mould. Introduction   Goal: improve “ minimum error boundary cut ”
Hierarchical Region-Based Segmentation by Ratio-Contour Jun Wang April 28, 2004 Course Project of CSCE 790.
7.3 Kruskal’s Algorithm. Kruskal’s Algorithm was developed by JOSEPH KRUSKAL.
Graph Algorithms: Minimum Spanning Tree We are given a weighted, undirected graph G = (V, E), with weight function w:
Region Segmentation. Find sets of pixels, such that All pixels in region i satisfy some constraint of similarity.
Low Pass Filtering Spatial frequency is a measure of how rapidly brightness or colour varies as we traverse an image. Figure 7.11a shows that an image.
研究專題研究專題 老師:賴薇如教授學生:吳家豪 學號: Outline Background of Image Processing Explain to The Algorithm of Image Processing Experiments Conclusion References.
Canny Edge Detector1 1)Smooth image with a Gaussian optimizes the trade-off between noise filtering and edge localization 2)Compute the Gradient magnitude.
CS443: Digital Imaging and Multimedia Filters Spring 2008 Ahmed Elgammal Dept. of Computer Science Rutgers University Spring 2008 Ahmed Elgammal Dept.
Stereo Computation using Iterative Graph-Cuts
Artistic Edge and Corner Enhancing Smoothing
CS292 Computational Vision and Language Segmentation and Region Detection.
Linear Algebra and Image Processing
Entropy and some applications in image processing Neucimar J. Leite Institute of Computing
Introduction to Image Processing Grass Sky Tree ? ? Review.
Michael Bleyer LVA Stereo Vision
What we didn’t have time for CS664 Lecture 26 Thursday 12/02/04 Some slides c/o Dan Huttenlocher, Stefano Soatto, Sebastian Thrun.
Spanning Trees Introduction to Spanning Trees AQR MRS. BANKS Original Source: Prof. Roger Crawfis from Ohio State University.
Spanning Trees Introduction to Spanning Trees AQR MRS. BANKS Original Source: Prof. Roger Crawfis from Ohio State University.
Computer Vision Why study Computer Vision? Images and movies are everywhere Fast-growing collection of useful applications –building representations.
J. Shanbehzadeh M. Hosseinajad Khwarizmi University of Tehran.
Image Processing is replacing Original Pixels by new Pixels using a Transform rst uvw xyz Origin x y Image f (x, y) e processed = v *e + r *a + s *b +
MULTIMEDIA TECHNOLOGY SMM 3001 MEDIA - IMAGES. Processing digital Images digital images are often processed using “digital filters” digital images are.
December 9, 2014Computer Vision Lecture 23: Motion Analysis 1 Now we will talk about… Motion Analysis.
Lecture 19 Greedy Algorithms Minimum Spanning Tree Problem.
CS774. Markov Random Field : Theory and Application Lecture 02
An Implementation of the Median Filter and Its Effectiveness on Different Kinds of Images Kevin Liu Thomas Jefferson High School for Science.
Image Subtraction Mask mode radiography h(x,y) is the mask.
Union-Find  Application in Kruskal’s Algorithm  Optimizing Union and Find Methods.
Spanning Tree Algorithms William T. Trotter and Mitchel T. Keller Math 3012 – Applied Combinatorics Spring 2009.
Graph Theory Trees. WHAT YOU WILL LEARN Trees, spanning trees, and minimum-cost spanning trees.
DIGITAL IMAGE PROCESSING
Prims Algorithm for finding a minimum spanning tree
© M. Winter COSC/MATH 4P61 - Theory of Computation Minimum-weight Spanning Tree Weighted Graph Spanning.
Tree Diagrams A tree is a connected graph in which every edge is a bridge. There can NEVER be a circuit in a tree diagram!
Wavelet Thresholding for Multiple Noisy Image Copies S. Grace Chang, Bin Yu, and Martin Vetterli IEEE TRANSACTIONS
Graphs Definition: a graph is an abstract representation of a set of objects where some pairs of the objects are connected by links. The interconnected.
Implementing the By: Matthew Marsh Supervisors: Prof Shaun Bangay Mrs Adele Lobb segmentation technique as a plugin for the GIMP.
Contrast-Enhanced Black and White Images Hua Li and David Mould UNC Wilmington and Carleton University Presented by Ling Xu
A School of Mechanical Engineering, Hebei University of Technology, Tianjin , China Research on Removing Shadow in Workpiece Image Based on Homomorphic.
Minimum-cost spanning tree
Minimum-Cost Spanning Tree and Kruskal’s Algorithm
Image Subtraction Mask mode radiography h(x,y) is the mask.
Minimum Spanning Tree Chapter 13.6.
Image Pre-Processing in the Spatial and Frequent Domain
An Adept Edge Detection Algorithm for Human Knee Osteoarthritis Images
ECE 692 – Advanced Topics in Computer Vision
Minimum Spanning Tree.
Connected Components Minimum Spanning Tree
9th Lecture - Image Filters
Digital Image Processing
4-4 Graph Theory Trees.
Kruskal’s Algorithm for finding a minimum spanning tree
What is the function of the graph? {applet}
Richard Anderson Lecture 10 Minimum Spanning Trees
What is the function of the graph? {applet}
Topic 1 Three related sub-fields Image processing Computer vision
Minimum Spanning Trees (MSTs)
Canny Edge Detector Smooth image with a Gaussian
Warm Up – Monday Calculate the Redundancy of the above network.
Lecture 7 Spatial filtering.
Prim’s algorithm for minimum spanning trees
Morphological Operators
Presentation transcript:

報告人:吳振華 Colour image smoothing through a soft-switching mechanism using a graph model

Abstract Colour image denoising is a topic which has been extensively studied in the fields of computer vision and digital image processing. The authors use a recent filter mixed with the classical arithmetic mean filter (AMF). The recent method is used to process image pixels close to edges, texture and details and the AMF is only used to process homogeneous regions.

Abstract To process the rest of the image, we use a recent non-linear method called fuzzy noise reduction method (FNRM) [7]. The switching between AMF and FNRM is performed in a soft fashion so that when the class of the image pixel is not clearly determined the results of both methods are combined.

Method The weight of an edge Use the Kruskal algorithm [14] to determine the minimum and maximum spanning trees of G.

Method

Method (soft-switching graph denoising) Soft-switching graph denoising When α = 1 SSGD behaves as the AMF and when α = 0 SSGD equals FNRM. The pixel belongs to an homogeneous region of the image α should be large (closer to 1), otherwise, α should be lower (closer to 0).

Method α=μ(x, a, b)

Results