フィルターのクリア

regarding blurring of a gray scale image

1 回表示 (過去 30 日間)
supriya
supriya 2012 年 4 月 18 日
how can i blur this unit8 image by using open-close and close-open filters?? If possible plzz give me matlab coding or atleast step by step method....nd yeah using 3 by 3, 8 connected structuring element..

採用された回答

Image Analyst
Image Analyst 2012 年 4 月 18 日
closedImage = imclose(grayImage, true(15));

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by