HELP this problem .. how to FIND Lenght pixel of line on edge image.

Antworten (1)

Walter Roberson
Walter Roberson am 11 Jun. 2012

0 Stimmen

The square of the length of the hypotenuse of a triangle is equal to the sum of the squares of the other two sides.

6 Kommentare

but how ? how implentation in coding m-file
linelen = sqrt((x2-x1).^2 + (y2-y1).^2);
use koordinaat? can give the specify mr, roberson?
He's telling you to use the height of "triangle" and width of the "triangle" formed between the square box shown (size of the matrix) and the tile edge to find the length of the tile's edge using geometry
I do not understand your question?
what if do not use the triangle method, by measuring the direct line?? im newbie use matlab, i need m-coding for more understand,, or any turial tu measure the line... help pls

Melden Sie sich an, um zu kommentieren.

Produkte

Gefragt:

am 11 Jun. 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by