필터 지우기
필터 지우기

Find angle in a open curve

조회 수: 1 (최근 30일)
Sajid Rahim
Sajid Rahim 2017년 7월 31일
댓글: Sajid Rahim 2017년 8월 29일
in image step wise I show the wanted result.... But i am new in matlab in have no coding expernce so plz help me....

채택된 답변

KSSV
KSSV 2017년 7월 31일
Let P1, P2,P3 be three points....with P2 in middle....get two vectors and use the formula given in this link: https://in.mathworks.com/matlabcentral/answers/101590-how-can-i-determine-the-angle-between-two-vectors-in-matlab
u = P2-P1 ;
v = P2-P3 ;

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by