Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Overlay features on a very large R-Set image using imtool

1 回表示 (過去 30 日間)
Anna Weeks
Anna Weeks 2015 年 2 月 6 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I am currently using imtool to view a very large composite satellite image which has been converted to a R-Set file. How can I overlay a number of feature files (shape files) that will be retained through zooming, panning etc?
  2 件のコメント
Anna Weeks
Anna Weeks 2015 年 2 月 6 日
I have managed to achieve what I wanted by adding the following to the MATLAB toolbox file RSETTileManager.m (see attached file) Could this could be incorporated as a standard feature of imtool?
%% Allow line features to be retained other_objs = findall(obj.ax,'type','line'); for i = 1:numel(other_objs) uistack(other_objs(i),'top'); end %%
Anand
Anand 2015 年 2 月 6 日
I don't see an attachment...

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by