The Orange Objects Classification. My process Get the image from the robot Mark the position of the ball in each image Calculate all 7 attributes –Width.

Slides:



Advertisements
Similar presentations
I Can Determine The Height Of A Rocket! by Carolyn Hicks 2003.
Advertisements

Road-Sign Detection and Recognition Based on Support Vector Machines Saturnino, Sergio et al. Yunjia Man ECG 782 Dr. Brendan.
Perimeter and Area.
Elements of Art. ELEMENTS OF ART LINE LINE SHAPE (2-D) FORM (3-D) SHAPE (2-D) FORM (3-D) VALUE VALUE COLOR COLOR TEXTURE TEXTURE SPACE SPACE.
Principal Component Analysis
“Use of contour signatures and classification methods to optimize the tool life in metal machining” Enrique Alegrea, Rocío Alaiz-Rodrígueza, Joaquín Barreirob.
About ISoft … What is Decision Tree? Alice Process … Conclusions Outline.
Credit Card Applicants’ Credibility Prediction with Decision Tree n Dan Xiao n Jerry Yang.
Realtime Object Recognition Using Decision Tree Learning Implemented with a Sony AIBO Robot CS 510 Presentation Chris Jorgensen.
Case Based Reasoning Learning by recording cases as is, doing nothing to the information in the cases until that information is used.
Three kinds of learning
Chapter 6 Color Image Processing Chapter 6 Color Image Processing.
Terminal Arm Length and Special Case Triangles DAY 2.
Perimeter and Area. Common Formulas for Perimeter and Area Square Rectangle s l s w A = lw P = 4sP = 2l + 2w Perimeter and Area of Rectangle.
Elements of Design. What are they? Line Colour Attributes Shape Categories Space Form.
Rectangle The area of a rectangle is by multiplying length and height. The perimeter of a rectangle is the distance around the outside of the rectangle.
Ajay Kumar, Member, IEEE, and David Zhang, Senior Member, IEEE.
1 2 Curved mirrors have the capability to create images that are larger or smaller than the object placed in front of them. They can also create images.
Areas and Perimeter of Rectangles, Square, Triangles and Circles
Math Education Educational Technology EDU 529 Jun 30, 2003 David Bloom.
Simple Machines Simple Machines Activity Three: Other Lever Systems.
Class Opener Solve for each variable and determine the length of each diagonal A B+ 2 4B+ 10 2A – 8.
Functional Skills – Maths L2 Perimeter, Area and Volume Presented by: Bill Haining.
Distribute and Combine Like Terms Applications. What is the area of the following shape? 5 2x-3 1.
VOLUME. So far, we have learned about length. This is a measure of 1 dimension.
Human pose recognition from depth image MS Research Cambridge.
Elements of Art The elements of art are the building blocks used by artists to create a work of art.
Elements of Art – The Building Blocks of Art Name: _______________ Date: __________ Univ: __________ Line is a mark with greater length than width. Lines.
Area and Perimeter.
© T Madas. Find the mean percentage mark of 37%, 42%, 68%, 55% and 39%. Find of Find 7% of 675. Find the area of a triangle with base of 1.25.
DECISION TREE Ge Song. Introduction ■ Decision Tree: is a supervised learning algorithm used for classification or regression. ■ Decision Tree Graph:
Text From Corners: A Novel Approach to Detect Text and Caption in Videos Xu Zhao, Kai-Hsiang Lin, Yun Fu, Member, IEEE, Yuxiao Hu, Member, IEEE, Yuncai.
ID3 Algorithm Amrit Gurung. Classification Library System Organise according to special characteristics Faster retrieval New items sorted easily Related.
Perimeter is the distance around an object. If you started at one point and went all the way around until you got to where you started, the perimeter.
Computer Vision Spring ,-685 Instructor: S. Narasimhan WH 5409 T-R 10:30am – 11:50am Lecture #23.
Chapter 7. A B C A' B' C' We write ΔABC = Δ A'B'C' ~
Identifying a Proportional Relationship A.) Proportional relationships and charts B.) Proportional relationships and graphs D.) Explaining the x and y.
Perimeter, Circumference and Area. Perimeter and Circumference Perimeter : The distance around a geometric figure. Circumference: The distance around.
Estimating the Area of a Circle Math 8 Stewart COPY SLIDES THAT HAVE A PENCIL.
Perimeter and Area Formulas.  Perimeter is the distance around an object. It is easily the simplest formula. Simply add up all the sides of the shape,
Length and Solid Volume The metric system at use!!!
Unit J Review. Simplify – assume all variables are positive.
Year 8 Revision Each slide will have a different topic. There will be questions and hints to help you.
Portfolio Elements of Design
SIMILAR FIGURES.
The Circumference/Diameter Ratio
Pi 31 Not this pie.
Area – Perimeter - Volume
Chapter 1 Section 1.7 Area and Perimeter.
© 2013 ExcelR Solutions. All Rights Reserved An Introduction to Creating a Perfect Decision Tree.
. - t !!l t. - 1f1f J - /\/\ - ' I __.
Art Elements & Principles of Design
Principal Component Analysis
Circumference Definition: The distance around a circle. It’s a special word for perimeter. Picture:
NeC4.5 —— Neural Ensemble Based C4.5
.. '.. ' 'i.., \. J'.....,....., ,., ,,.. '"'". ' · · f.. -··-·· '.,.. \...,., '.··.. ! f.f.
CS 478 Homework CS Homework.
Instantaneous Rates & Concept of Derivative
Further Mathematics Support Programme
MACHINE LEARNING TECHNIQUES IN IMAGE PROCESSING
MACHINE LEARNING TECHNIQUES IN IMAGE PROCESSING
Handwritten Characters Recognition Based on an HMM Model
Color Image Processing
2 types of scale factor problems
1.7 Introduction to Perimeter, Circumference, & Area
Chapter 7 Isometry & similitude.
X  X = 20m = diagonal = diameter x x
Similar Figures The Big and Small of it.
Find the Perimeter.
Successive Percentage Changes
Presentation transcript:

The Orange Objects Classification

My process Get the image from the robot Mark the position of the ball in each image Calculate all 7 attributes –Width –Height –Area –Perimeter –Form Factor –Distance –Eigen Value

Original Image

Mark the position of the ball

HUE color model

Orange objects in HUE

Discard Big objects

Find interested attribute Width, Height, and Area Width Height Area

Perimeter = ( * # of Diagonal lines) + # of Straight lines From this image: # of Diagonal line = 45 lines # of Straight line = 80 lines Perimeter = Find interested attributes

Perimeter = 18* +28 = WHAPFF.EigDist.APFF.EigDist.

Find interested attributes Form Factor (FF.) = where A = area, and P = perimeter If FF. is or close to 1  the circle object

Form Factor (FF.) BlueYellow Area121 Perim.4044 FF

How to calculate the perimeter

= 1 diagonal line and 1 straight line

= 1 diagonal line

= 2 diagonal lines

= 1 straight line

= 2 straight lines

Old Eigen Value We set the threshold value as EigVal 1 > (0.75*EigVal 2 )  It’s a ball

New Eigen Value (let C4.5 learn it) Eigen Value ratio (Eig) Eig = 1 st Eigen value / 2 nd Eigen value Eig

Find interested attributes Centroids and Distance

C4.5 result 1 st combination 2 nd combination New training DataNew test Data Training DataTest Data

Decision tree (7 attributes) size after pruning: 59 nodes <= > <=29>29 >14 <= <=0.4753> <=0.7965> <=64>64 <=0.5609>0.5609<=4468 >4468 <= > <=10 >10 <=0.8379> >13<=13 <=14 <=0.8812> > <= <=0.5262> <=0.6013> > <=16>16 <= > >0.9053<= > <= <=9>9 <= > <=13>13 >85<=85 <=80>80 <= > <= > <= >

Conclusion Gained more experiment with machine learning, C4.5 More practice with Matlab

Perimeter = 18* +28 = WHAPFF.EigDist.APFF.EigDist.