how can I apply an algorithm only to a specific region of interest (ROI) ?
3 ビュー (過去 30 日間)
古いコメントを表示
hey, i have chosen a region of interest (roi) and i want to apply an algorithm (filtering and morphological operations) only in the specific area not in the whole image. i tried to make a function that contains all the commands and then apply the function to the image but it didn't work.any ideas how to do that?
0 件のコメント
回答 (1 件)
Image Analyst
2014 年 2 月 10 日
It's usually done by masking. Do whatever you need to do to get a binary image, then mask it with the ROI image and label and call regionprops. For examples, see the demos I've attached.
12 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!