ROI optimization
古いコメントを表示
I would like to choose a region of interest (ROI) above and below an oblique (45°) planar interface in my 2d image. I used ROIPOLY of Matlab to get the rectangular mask from my image. I would like to optimize this rectangular mask so that my model and data values match. How could I programmatically increase/decrease the width and height of the rectangle which I draw parallel to my 45° interface?

2 件のコメント
Sean de Wolski
2011 年 4 月 11 日
Can you post an image to help clarify your question please? (see markup help for instructions.)
varadharajan
2011 年 4 月 11 日
回答 (1 件)
Sean de Wolski
2011 年 4 月 11 日
%An Image Processing Morphology Approach
You could use imdilate and imerode with an appropriate structuring element (tuned for 45 degrees) to increase/decrease the height width.
doc imdilate
doc imerode
doc strel
カテゴリ
ヘルプ センター および File Exchange で ROI-Based Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!