How to run a function on a specific area in mask image

1 回表示 (過去 30 日間)
Z998567
Z998567 2021 年 1 月 12 日
編集済み: Z998567 2021 年 1 月 13 日
Hi,
I'm trying to run a 2D gaussian function on a specific mask area but with no luck.
I use bwlabel command to select the first area:
[lab,num]=bwlabel(img2);
I=lab==1;
figure
imshow(I)
I have multiple mask area so if I want to apply the gaussian function for the first three area what I sould write? and how to apply the gaussian function?
Kind Regards,

回答 (1 件)

Image Analyst
Image Analyst 2021 年 1 月 12 日
Apply the blurring function to the whole image, then multiply the mask by the blurred image.
  8 件のコメント
Image Analyst
Image Analyst 2021 年 1 月 12 日
"I want to apply a 2d gaussian function on the left one and the right one I want to apply different function." <== Wow, you're not making this easy are you? Not sure why
  1. you're not telling us the two functions
  2. there are two different functions
  3. you're not telling us if the image is gray scale or color, and
  4. you're not atttaching the image that is to be filtered
  5. you're delaying an answer by not giving us everything we need up front to help you.
Z998567
Z998567 2021 年 1 月 13 日
編集済み: Z998567 2021 年 1 月 13 日
Hi, I really appreciate your help and I already said that I want to apply it on "2D gaussian function" which is a gray image see your quoted reply. similar to this https://www.mathworks.com/matlabcentral/fileexchange/9556-custom-2d-gauss
just to be cleared I want to know how to run any function if I have already mask region but I don't want to apply it to all of them I want to select 2 region or any specific number of masked region.
Thanks

サインインしてコメントする。

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by