regarding blurring of a gray scale image

2 Ansichten (letzte 30 Tage)
supriya
supriya am 18 Apr. 2012
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..

Akzeptierte Antwort

Image Analyst
Image Analyst am 18 Apr. 2012
closedImage = imclose(grayImage, true(15));

Weitere Antworten (0)

Kategorien

Mehr zu Read, Write, and Modify Image finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by