Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > University Math Help > Other Advanced Topics
Reply
 
Thread Tools Display Modes
  #1  
Old November 4th, 2009, 02:03 AM
Member
 
Join Date: Sep 2007
Posts: 202
Country:
Thanks: 52
Thanked 1 Time in 1 Post
taurus is on a distinguished road
Question How to determine eulers number

I have this question related to computer vision/computer science:

Determine the Euler Number for the following characters: 0, 4, 8, A, B, C, D, E

How do I do that?
Reply With Quote
Advertisement
 
  #2  
Old November 4th, 2009, 03:41 AM
CaptainBlack's Avatar
Grand Panjandrum
 
Join Date: Nov 2005
Location: South of England
Posts: 11,379
Country:
Thanks: 667
Thanked 3,619 Times in 2,916 Posts
CaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond repute
Default

Quote:
Originally Posted by taurus View Post
I have this question related to computer vision/computer science:

Determine the Euler Number for the following characters: 0, 4, 8, A, B, C, D, E

How do I do that?
0 - one body and one hole, so Euler number is 1-1=0

:

8 - one body two holes, so Euler number is 1-2=-1

:

C - one body zero holes, so Euler number is 1-0=1

:



CB
__________________
Truth does not change because it is, or is not, believed by a majority of the people.

Giordano Bruno
Reply With Quote
  #3  
Old November 4th, 2009, 03:47 AM
Member
 
Join Date: Sep 2007
Posts: 202
Country:
Thanks: 52
Thanked 1 Time in 1 Post
taurus is on a distinguished road
Question

Ah so for: 0, 4, 8, A, B, C, D, E

It should be: 00-10-1101

Is that all there is to it?
Reply With Quote
  #4  
Old November 4th, 2009, 06:33 AM
CaptainBlack's Avatar
Grand Panjandrum
 
Join Date: Nov 2005
Location: South of England
Posts: 11,379
Country:
Thanks: 667
Thanked 3,619 Times in 2,916 Posts
CaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond repute
Default

Quote:
Originally Posted by taurus View Post
Ah so for: 0, 4, 8, A, B, C, D, E

It should be: 00-10-1101

Is that all there is to it?
I don't understand that.

CB
__________________
Truth does not change because it is, or is not, believed by a majority of the people.

Giordano Bruno
Reply With Quote
  #5  
Old November 4th, 2009, 06:55 AM
MHF Contributor
 
Join Date: Apr 2005
Posts: 3,499
Thanks: 328
Thanked 1,213 Times in 1,114 Posts
HallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud of
Default

Quote:
Originally Posted by taurus View Post
I have this question related to computer vision/computer science:

Determine the Euler Number for the following characters: 0, 4, 8, A, B, C, D, E

How do I do that?
Looking at the definition of the Euler number leaps to mind! The number "e", the base of the natural logarithms, is sometimes referred to as "Euler's number" and, in addition, the limit, as n goes to infinity, of
\sum_{i=1}^n \frac{1}{n}- ln(n) is also referred to as "Euler's number".

But here, you mean what is more often called the "Euler characteristic". For a plane figure that is "the number of faces minus the number of edges plus the number of vertices": F- E+ V.

The digit "0" is topologically equivalent to a rectangle which has 1 face, 4 edges and 4 vertices: F- E+ V= 1- 4+ 4= 1.

The digit "1" has 0 faces, 1 edge and 2 vertices: F- E+ V= 0-1+ 2= 1.

The digit "8" is topologically equivalent to two rectangles sharing a common edge. It has 2 faces , 7 edges, and 6 vertices: F- E+ V= 2- 7+ 6= 1.

The letter "A" has one face, 5 edges, and 5 vertices: F- E+ V= 1- 5+ 5= 1.

The letter "B" is topologically equivalent to "8" and has the same Euler characteristic: 1.

The letter "C" is topologically equivalent to "1" and has the same Euler characteristic: 1.

The letter "D" is topologically equivalent to "0" and has the same Euler characteristic: 1.

The letter "E" has 0 faces, 5 edges, and 6 vertices: F- E+ V= 0- 5+ 6= 1.

In fact, the Euler characteristic of any such polygonal figures is "1"!

That fact that this does not match Captain Black's answers makes me nervous but I am going to stand by my answer. Captain Black's reference to "bodies" and "holes" makes me think he is interpreting these figures as solids in 3 dimensions, rather than figures in the plane.
Reply With Quote
  #6  
Old November 4th, 2009, 07:14 AM
CaptainBlack's Avatar
Grand Panjandrum
 
Join Date: Nov 2005
Location: South of England
Posts: 11,379
Country:
Thanks: 667
Thanked 3,619 Times in 2,916 Posts
CaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond repute
Default

Quote:
Originally Posted by HallsofIvy View Post
Looking at the definition of the Euler number leaps to mind! The number "e", the base of the natural logarithms, is sometimes referred to as "Euler's number" and, in addition, the limit, as n goes to infinity, of
\sum_{i=1}^n \frac{1}{n}- ln(n) is also referred to as "Euler's number".

But here, you mean what is more often called the "Euler characteristic". For a plane figure that is "the number of faces minus the number of edges plus the number of vertices": F- E+ V.

The digit "0" is topologically equivalent to a rectangle which has 1 face, 4 edges and 4 vertices: F- E+ V= 1- 4+ 4= 1.

The digit "1" has 0 faces, 1 edge and 2 vertices: F- E+ V= 0-1+ 2= 1.

The digit "8" is topologically equivalent to two rectangles sharing a common edge. It has 2 faces , 7 edges, and 6 vertices: F- E+ V= 2- 7+ 6= 1.

The letter "A" has one face, 5 edges, and 5 vertices: F- E+ V= 1- 5+ 5= 1.

The letter "B" is topologically equivalent to "8" and has the same Euler characteristic: 1.

The letter "C" is topologically equivalent to "1" and has the same Euler characteristic: 1.

The letter "D" is topologically equivalent to "0" and has the same Euler characteristic: 1.

The letter "E" has 0 faces, 5 edges, and 6 vertices: F- E+ V= 0- 5+ 6= 1.

In fact, the Euler characteristic of any such polygonal figures is "1"!

That fact that this does not match Captain Black's answers makes me nervous but I am going to stand by my answer. Captain Black's reference to "bodies" and "holes" makes me think he is interpreting these figures as solids in 3 dimensions, rather than figures in the plane.
I believe we are talking about Euler number for OCR working on binary data which reduces to the number of distinct lumps minus the numeber of holes.

CB
__________________
Truth does not change because it is, or is not, believed by a majority of the people.

Giordano Bruno
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -7. The time now is 02:03 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2009 Math Help Forum


Math Help Forum is a community of maths forums with an emphasis on maths help in all levels of mathematics.
Register to post your math questions or just hang out and try some of our math games or visit the arcade.