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.

enter image description here

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

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

python - RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK -