필터 지우기
필터 지우기

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