Skip to content

Commit

Permalink
Updated dft_tutorial_2.m
Browse files Browse the repository at this point in the history
  • Loading branch information
mparkan committed May 15, 2018
1 parent 659a55b commit c2b144d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/tutorials/dft_tutorial_2.m
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@
color_3d = colors(ind);
color_3d(~idxl_veg) = 1;


%% Step 7 - plot the colored points cloud (vegetation points only)

% define a colormap
cmap = [0, 0, 0;
166,206,227;
Expand All @@ -118,6 +115,8 @@
177,89,40] ./ 255;


%% Step 7 - plot the colored points cloud (vegetation points only)

% Due to 3D plotting performance issues, the display of large points
% clouds is currently discouraged in Octave
if ~OCTAVE_FLAG
Expand Down

0 comments on commit c2b144d

Please sign in to comment.