Math Is Fun Forum

  Discussion about math, puzzles, games and fun.   Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °

You are not logged in.

#101 Re: Help Me ! » Divide edges into equal distance points » 2011-10-31 12:43:51

bobbym wrote:

What we can do now is replace the edges you want with straight lines between the points like below.

So we have 19 vertex . we need total distance that  a hand edges have, and then we need to decide the distance that should  distribute equally in hand edges  ,.
but how ?  Please guide me

#102 Re: Help Me ! » Divide edges into equal distance points » 2011-10-31 12:37:21

bobbym wrote:

You want to work on it yourself now?

no no no ..  I was just thinking to draw  the same edges  on my hand ,. but i think latter,. please complete  this from the image that you  posted. please continue .

#103 Re: Help Me ! » Divide edges into equal distance points » 2011-10-31 12:34:44

bobbym wrote:

What we can do now is replace the edges you want with straight lines between the points like below.

ahhan yes that's  good point , ok  lemme do that with program too . Is that ok  if i do or latter . or we can continue  with the image that you  made ?

#104 Re: Help Me ! » Divide edges into equal distance points » 2011-10-31 12:26:05

model wrote:
bobbym wrote:

Hi;

Hold on one second. You were asking for 10 points between each point. Wasn't that the original question?

Yes . . right . 

hmm ok but  i need to do equal distance between all edges  of my new image where vertex  are given .

The question i posted as a sample .that i have image like that just supposition,

But now i did some  editing in code and i got vertex  points . and i need to maintain equal distance between all  edges . .. Well question is same ,. just image  has changed

Note : the posted question was my thinking that  for example i need to maintain equal 10  distance between edges   .,

#105 Re: Help Me ! » Divide edges into equal distance points » 2011-10-31 12:24:34

bobbym wrote:

Hi;

Hold on one second. You were asking for 10 points between each point. Wasn't that the original question?

Yes . . right . 

hmm ok but  i need to do equal distance between all edges  of my new image where vertex  are given .

The question i posted as a sample .that i have image like that just supposition,

But now i did some  editing in code and i got vertex  points . and i need to maintain equal distance between all  edges . .. Well question is same ,. just image  has changed .,

#106 Re: Help Me ! » Divide edges into equal distance points » 2011-10-31 12:21:31

bobbym wrote:

Hi model;

Soon you will understand everything you need!

Bear with me for a second. In your picture you have 19 red dots. If we super impose them on a piece of graph paper we can then read off the 19 pairs of x's and y's. So you see there are 19 points ( red dots ).

Once we have these xy pairs then the rest is algebra.

See the drawing below. You may have to blow it up a little in your browser. I have placed the points on graph paper. This is easily done using geogebra! Now we can read the xy coordinates of each one.

Do you follow me so far? If not where are you confused?

Well bob i understood your  finger .. .

#107 Re: Help Me ! » Divide edges into equal distance points » 2011-10-31 12:15:59

model wrote:
bobbym wrote:

Hi model;

Soon you will understand everything you need!

Bear with me for a second. In your picture you have 19 red dots. If we super impose them on a piece of graph paper we can then read off the 19 pairs of x's and y's. So you see there are 19 points ( red dots ).

Once we have these xy pairs then the rest is algebra.

See the drawing below. You may have to blow it up a little in your browser. I have placed the points on graph paper. This is easily done using geogebra! Now we can read the xy coordinates of each one.

Do you follow me so far? If not where are you confused?

wait wait . . I got those points by running my program ..

Contours  points image : http://imm.io/b0PR

but the above posted figure for question is good for understanding that i want,.  smile

yes Ok ..  the points that you drawn. i got those points on my original image of my hand.
So, now talk about  here about the equal distance between points . also note that my detected hand is waving continuously may be due to noise or lightning effect from environmental.  I meant detected  hand contours  and vertex  points are not stable so i  do't that in this case , how to handle equal distance between points

#108 Re: Help Me ! » Divide edges into equal distance points » 2011-10-31 12:11:54

bobbym wrote:

Hi model;

Soon you will understand everything you need!

Bear with me for a second. In your picture you have 19 red dots. If we super impose them on a piece of graph paper we can then read off the 19 pairs of x's and y's. So you see there are 19 points ( red dots ).

Once we have these xy pairs then the rest is algebra.

See the drawing below. You may have to blow it up a little in your browser. I have placed the points on graph paper. This is easily done using geogebra! Now we can read the xy coordinates of each one.

Do you follow me so far? If not where are you confused?

wait wait . . I got those points by running my program ..

Contours  points image : http://imm.io/b0PR

but the above posted figure for question is good for understanding that i want,.  smile

#109 Re: Help Me ! » Divide edges into equal distance points » 2011-10-31 11:46:56

bobbym wrote:

Hi;

I do not mind any jumping in.

Your question was always clear to me as long as we either get or have the xy coordinates.

I still require the coordinates of each red dot. Or a means to calculate them.

Hi ,

Can you  please use simple English . because your above sentence  are not  clear to me .

thanks

#110 Re: Help Me ! » Divide edges into equal distance points » 2011-10-31 11:11:11

TMorgan wrote:

Bobby,
  Sorry to jump in on you, I just had a feeling you 2 were not quite on the same page.

What do you  mean ?

Do you wanna say that my question is not clear to you too . sad

#111 Re: Help Me ! » Divide edges into equal distance points » 2011-10-31 11:06:47

TMorgan wrote:

I thought you might since you suggested the distance formula.
You are going to add 9 in between points between each consecutive pair of points.
dX = X2 - X1
dY = Y2 - Y1
X coordinates of in between points = X1 + (dX/10); X1 + 2(dX/10); X1 + 3(dX/10)....
Same for Y coordinates.

Sir  can you  please explain the method graphically  too .

Thanks  alot ./

#112 Re: Help Me ! » Divide edges into equal distance points » 2011-10-31 10:57:24

bobbym wrote:

The drawing shows 19 red points. Your list has 15?

Well , that i supposed . also  vertex points can be change i meant increase or decrease depend on my hand postures .

so more postures , may be  create more edges . so  more vertex .  btw, in the above  image i just suppose that logically those should be my vertex .

#113 Re: Help Me ! » Divide edges into equal distance points » 2011-10-31 10:53:45

TMorgan wrote:

Model,
  Do you have the X and Y coordinates of the red points?

thanks Sir . . May be  i did not write question in good and understandable form .

#114 Re: Help Me ! » Divide edges into equal distance points » 2011-10-31 10:51:56

Hand vertex Points :


x     416     y     434
x     410     y     444
x     420     y     453
x     449     y     460
x     456     y     469
x     468     y     473
x     479     y     469
x     465     y     457
x     403     y     423
x     396     y     427
x     398     y     436
x     394     y     444
x     398     y     446
x     407     y     434
x     407     y     425

#115 Re: Help Me ! » Divide edges into equal distance points » 2011-10-31 10:46:22

well  i said edges points . and edge  made  by two  vertex . so .. i think i do't need to mention that  i have x and y of an edge .

In fact the image that i posted ,. i have hand contours that mean  edges  where edges made by two vertax , so that is clear,

Point here is i need to get equal distance between edges . for that i need to divide say all edges  should be divide into 10 equal distance part .

how can i divide into 10 distance equal parts ?

#116 Re: Help Me ! » Divide edges into equal distance points » 2011-10-31 10:43:04

Hi TMorgan ,

yes  I  have ./ .
I do't understand how to divide a straight line from  two points  into 10 equal distance . This same i have to do with all edges .

#117 Re: Help Me ! » Divide edges into equal distance points » 2011-10-31 10:30:43

IS there any  online graph and equation editor that help me to draw things that i want .

thanks

#118 Re: Help Me ! » Divide edges into equal distance points » 2011-10-31 10:23:39

now how can i make Cartesian coordinates system here for showing the distance formula .

#119 Re: Help Me ! » Divide edges into equal distance points » 2011-10-31 10:19:00

I  think i  need to find the distance like

dis = sqrt( ( x1 - x2 )^ 2  + (y1 - y2)^2  )

and then for dividing this distance into 10 parts  ,. how / ?
I  am not catching small small work . sad

#120 Re: Help Me ! » Divide edges into equal distance points » 2011-10-31 10:11:00

ok  how ?  can you  please do it and tell me  by calculation and drawing , thanks

#121 Help Me ! » Divide edges into equal distance points » 2011-10-31 09:37:56

model
Replies: 60

Hand segmented Image : http://imm.io/b0yr

FI i have edges points like presented in the image .
then for example one edge have 100 distance from its start point to end point . how can i divide an edge into 10 equal distance points  ?

#122 Help Me ! » Converting RGB to XYZ » 2011-10-26 02:17:31

model
Replies: 0

In this link : http://www.brucelindbloom.com/index.html?Eqn_RGB_XYZ_Matrix.html

What is Sr , Sg , Sb . also How is he saying  Yr .Yg. Yb are = 1 .
Can some one please explain  me mathematically by considering RGB color space as cube . 
And how is he calculating Zr  ,Zg, Zb  value ?

Thanks

#123 Help Me ! » Circle Radius » 2011-09-26 03:57:44

model
Replies: 1

Hi  All,

How can i calculate circle radius based on center point of circle ?

Thanks
Cheers ,
Model

#124 Help Me ! » Are set operations exponential functions. » 2011-09-21 05:56:18

model
Replies: 1

Are set operations exponential functions.  if so then how ?

Like logical or union . How  union is defined as exponential function ?

How set operations give result  in exponential form ?

#125 Re: Help Me ! » Problem : Angle from current location to previous location » 2011-09-18 04:49:03

ohh now you  are online ./. smile  smile

I am not sure  how  angle can help me in future project , but i am really interested to find  object position in quadrant using angle concept s/

Board footer

Powered by FluxBB