Projection of a point over a cone shape

조회 수: 1 (최근 30일)
Arvind Kumar Pathak
Arvind Kumar Pathak 2017년 9월 7일
I have the two bodies(L_CR and S_CR) having geometry in the form of point cloud. Information of point cloud is attached Two plot them I have used following code plot3(S_CR(1,:), S_CR(2,:), S_CR(3,:), '*', 'Color','y'); %axis([-1 1 -1 1 -1 1]); pause; hold on; plot3(L_CR(1,:), L_CR(2,:), L_CR(3,:), '*', 'Color','b'); hold on; pause;
What I want to actually that take one by one point of body S_CR and project that point over another body L_CR over a conical shape such that the point on S_CR is on the top of the cone and base circle of that cone lying on L_CR. Then Found the no of points in the Body L_CR which will lying inside the base circle of that cone.

답변 (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