Abbas Cheddad, Joan Condell, Kevin Curran and Paul Mc Kevitt Intelligent Systems Research Centre Faculty of Computing and Engineering University of Ulster.

Slides:



Advertisements
Similar presentations
By: Mani Baghaei Fard.  During recent years number of moving vehicles in roads and highways has been considerably increased.
Advertisements

OpenCV Introduction Hang Xiao Oct 26, History  1999 Jan : lanched by Intel, real time machine vision library for UI, optimized code for intel 
QR Code Recognition Based On Image Processing
電腦視覺 Computer and Robot Vision I Chapter2: Binary Machine Vision: Thresholding and Segmentation Instructor: Shih-Shinh Huang 1.
Quadtrees, Octrees and their Applications in Digital Image Processing
Segmentation and Region Detection Defining regions in an image.
Spatial Information Systems (SIS)
Content Based Image Retrieval
Chapter 11 Beyond Bag of Words. Question Answering n Providing answers instead of ranked lists of documents n Older QA systems generated answers n Current.
EE 7730 Image Segmentation.
Chapter 1: Introduction to Pattern Recognition
3. Introduction to Digital Image Analysis
A Study of Approaches for Object Recognition
EE663 Image Processing Edge Detection 2 Dr. Samir H. Abdul-Jauwad Electrical Engineering Department King Fahd University of Petroleum & Minerals.
Distinguishing Photographic Images and Photorealistic Computer Graphics Using Visual Vocabulary on Local Image Edges Rong Zhang,Rand-Ding Wang, and Tian-Tsong.
Quadtrees, Octrees and their Applications in Digital Image Processing
Segmentation by Clustering Reading: Chapter 14 (skip 14.5) Data reduction - obtain a compact representation for interesting image data in terms of a set.
Segmentation (Section 10.2)
CS292 Computational Vision and Language Segmentation and Region Detection.
Introduction to Image Processing Grass Sky Tree ? ? Review.
Chapter 10: Image Segmentation
1 Intelligent Robotics Research Centre (IRRC) Department of Electrical and Computer Systems Engineering Monash University, Australia Visual Perception.
Course Syllabus 1.Color 2.Camera models, camera calibration 3.Advanced image pre-processing Line detection Corner detection Maximally stable extremal regions.
S EGMENTATION FOR H ANDWRITTEN D OCUMENTS Omar Alaql Fab. 20, 2014.
CSCE 5013 Computer Vision Fall 2011 Prof. John Gauch
University of Kurdistan Digital Image Processing (DIP) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
Lecture 6-1CS251: Intro to AI/Lisp II I can see clearly now May 4th, 1999.
Steganography for Secure Digital Watermarking 1 Pratheepan Yogarajah, Dr. Joan Condell, Dr. Kevin Curran, Prof. Paul Mc Kevitt.
Joon Hyung Shim, Jinkyu Yang, and Inseong Kim
Quadtrees, Octrees and their Applications in Digital Image Processing.
Detection of nerves in Ultrasound Images using edge detection techniques NIRANJAN TALLAPALLY.
Chapter 10 Image Segmentation.
November 13, 2014Computer Vision Lecture 17: Object Recognition I 1 Today we will move on to… Object Recognition.
Chapter 10, Part I.  Segmentation subdivides an image into its constituent regions or objects.  Image segmentation methods are generally based on two.
KRISTIN LAM REU WEEKS 1 & 2. MATERIAL COVERED MATLAB basics Edge Detection Harris Corner Detector Adaboost Face Detection Optical Flow Lucas-Kanade Method.
Lecture 7: Features Part 2 CS4670/5670: Computer Vision Noah Snavely.
CS654: Digital Image Analysis Lecture 24: Introduction to Image Segmentation: Edge Detection Slide credits: Derek Hoiem, Lana Lazebnik, Steve Seitz, David.
COMP322/S2000/L171 Robot Vision System Major Phases in Robot Vision Systems: A. Data (image) acquisition –Illumination, i.e. lighting consideration –Lenses,
Edge Detection and Geometric Primitive Extraction Jinxiang Chai.
Based on the success of image extraction/interpretation technology and advances in control theory, more recent research has focused on the use of a monocular.
Jack Pinches INFO410 & INFO350 S INFORMATION SCIENCE Computer Vision I.
1 Machine Vision. 2 VISION the most powerful sense.
主講者 : 陳建齊. Outline & Content 1. Introduction 2. Thresholding 3. Edge-based segmentation 4. Region-based segmentation 5. conclusion 2.
Digital Image Processing
Intelligent Database Systems Lab Presenter : YAN-SHOU SIE Authors : MARCO PIASTRA NN Self-organizing adaptive map: Autonomous learning of curves.
Athens Week Intensive course on image processing nov F. Tupin, I. Bloch, E. Angelini, M. Roux, B. Pesquet H. Brettel, F. Schmitt, S.
Lecture 04 Edge Detection Lecture 04 Edge Detection Mata kuliah: T Computer Vision Tahun: 2010.
Machine Vision Edge Detection Techniques ENT 273 Lecture 6 Hema C.R.
Computer Vision Image Features Instructor: Dr. Sherif Sami Lecture 4.
Preliminary Transformations Presented By: -Mona Saudagar Under Guidance of: - Prof. S. V. Jain Multi Oriented Text Recognition In Digital Images.
Digital Image Processing CSC331
Detection of nerves in Ultrasound Images using edge detection techniques NIRANJAN TALLAPALLY.
Motion Segmentation at Any Speed Shrinivas J. Pundlik Department of Electrical and Computer Engineering, Clemson University, Clemson, SC.
Processing Images and Video for An Impressionist Effect Automatic production of “painterly” animations from video clips. Extending existing algorithms.
Automatic License Plate Recognition for Electronic Payment system Chiu Wing Cheung d.
Processing visual information for Computer Vision
Digital Image Processing (DIP)
Edge Detection slides taken and adapted from public websites:
Chapter 10 Image Segmentation
Image Segmentation – Edge Detection
Pattern Recognition Sergios Theodoridis Konstantinos Koutroumbas
Introduction Computer vision is the analysis of digital images
Outline Announcement Texture modeling - continued Some remarks
DICOM 11/21/2018.
Introduction Computer vision is the analysis of digital images
ECE 692 – Advanced Topics in Computer Vision
Object Recognition Today we will move on to… April 12, 2018
Introduction Computer vision is the analysis of digital images
IT472 Digital Image Processing
Presentation transcript:

Abbas Cheddad, Joan Condell, Kevin Curran and Paul Mc Kevitt Intelligent Systems Research Centre Faculty of Computing and Engineering University of Ulster United Kingdom s: cheddad-a [ AT ] .ulster.ac.uk Web:

Presentation Outline Introduction Applications Our Method Examples Conclusions

Introduction Segmentation techniques can be classified into two categories: boundary-based techniques and region-based techniques. Region-based algorithms include region growing, region splitting and region merging k-means minimize the mean squared distance from each data point to its nearest center (k) Dynamic thresholding determined by examining repetitively the minima between two peaks in the bi-model image histogram Edge detection Sobel, Prewitt, Laplacian, and Canny Voronoi Diagram (VD) based on selected feature points residing along the image edges of high gradient magnitude (M. A. Suhail et al. and M. Burge and W. Burger) 3

4 Introduction Applications Remote sensing Vehicle and robot navigation Medical imaging Optical Character Recognition (OCR) Skeletonization Scene analysis Shape reconstruction, etc

5 Methodology Image segmentation remains a long-standing problem in computer vision and has been found difficult and challenging for two main reasons (Z. Tu and S. Zhu): The fundamental complexity of modelling a vast amount of visual data that appears in the image is a considerable challenge The intrinsic ambiguity in image perception, especially when it concerns the so-called unsupervised segmentation (e.g., a decision whereby a region cut is not a trivial task)

6 Methodology Voronoi Diagram (VD): Given a set of 2D points, the Voronoi region for a point Pi is defined as the set of all the points that are closer to Pi than to any other points. The dual tessellation of VD is known as the Delaunay Triangulation (DT). VD of four generatorsVD of two generatorsVD of three generators

7 Methodology VD of n scattered generators

8 Methodology Various literature studies have tended to apply VD on the image itself (after binarizing it and capturing its edges). This is usually time consuming Thus, VD is constructed from feature generators that result from gray intensity frequencies. O (n log n), where n<=255

13/02/20149 Methodology Local flip effect on the histogram Voronoi Diagram in red and Delaunay Triangulations in blue applied on an image histogram

10 Examples

12 Conclusions We have presented our novel algorithm for image segmentation based on points geometry derived from the image histogram Our proposal shows less complexity while maintaining high performance This work is a pre-processing phase for our ongoing research on adaptive digital image Steganography. The latter is the science of concealing confidential data in multimedia medium in an imperceptible way

Contacts WWW: cheddad-a [ AT ] .ulster.ac.uk