tangent plan at fixed point

조회 수: 2 (최근 30일)
ramik
ramik 2021년 2월 15일
편집: Matt J 2021년 2월 17일
hi , i works on face recognition and i need to plot a tangent plan to a face at a fixed point, so could anyone help me to find the tangent plan to 3d face at a point p(x0,y0,z0) with matlab ??

답변 (1개)

Matt J
Matt J 2021년 2월 15일
You can use gradient() to calculate the normal to the plane.
  댓글 수: 2
ramik
ramik 2021년 2월 17일
how to use gradient() without knowing the analytic function of the 3d face ??
Matt J
Matt J 2021년 2월 17일
편집: Matt J 2021년 2월 17일
From the documentation:
[FX,FY,FZ,...,FN] = gradient(F) returns the N components of the numerical gradient of F, where F is an array with N dimensions.

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

제품


릴리스

R2007b

Community Treasure Hunt

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

Start Hunting!

Translated by