필터 지우기
필터 지우기

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