What methodology to follow to find coordinates on a curved surface?

조회 수: 3 (최근 30일)
Deniz
Deniz 2019년 5월 10일
댓글: darova 2019년 5월 11일
I have a trouble on finding the "coordinates on a curved surface" when I take a picture of it. Imagine a barrel or a curved surface, having n points on its surface and we need to determine their location. When the surface is photographed from '"front" and about 30 degrees rotated, the relative position of the points will look different.
If it was a flat plate, I would think to normalize the lengths and find the relative coordinate of each point. Since it is a flat plate, each of the normalized coordinates would give the same number independent of the rotation angle. But when it is on a curved surface, that normalization does not help to find the coordinates. Is there a methodology to follow to be able to find the coordinates when the object is rotated?
A visual of an example problem could be seen here: https://imgur.com/nfHo8jR
A top view of another example figure could be seen, maybe easier to understand the change of point positions with rotation: https://imgur.com/JYOUyJp
  댓글 수: 1
darova
darova 2019년 5월 11일
So if just scale y coordinate:
y = y/sind(30); % or cosd(30). Depends where the angle is

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Geometric Geodesy에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by