image - Specify limits to a plane's dimension, depending on data dimensions, so it exactly overlaps data -
in matlab, plotting plane should overlap 3d data available. in cases (as shown below), plane's dimension becomes large. how can specify dimensions of plane more or less overlaps data , not appear huge?
is in meshgrid function? should input be? dimension should adapt other (but similar) data.
i have attached functions here .
this how can use functions:
displayreconstructedscene( pointcloud3d, j1 ); hold on load('n,v , p.mat') [ n,v,p,x,y,z ] = display_plane(n, v, p);
Comments
Post a Comment