You are not logged in.
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
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 .
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 ?
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 .,
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 .,
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 .. .
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,.
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
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,.
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
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 .
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 ./
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 .
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 .
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
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 ?
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 .
IS there any online graph and equation editor that help me to draw things that i want .
thanks
now how can i make Cartesian coordinates system here for showing the distance formula .
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 .
ok how ? can you please do it and tell me by calculation and drawing , thanks
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 ?
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
Hi All,
How can i calculate circle radius based on center point of circle ?
Thanks
Cheers ,
Model
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 ?
ohh now you are online ./.
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/