필터 지우기
필터 지우기

how can we apply standard deviation to an image

조회 수: 5 (최근 30일)
GEETHA KULALA
GEETHA KULALA 2016년 3월 9일
답변: Stalin Samuel 2016년 3월 9일
f=imread('gee.jpg'); whos f; i=std('gee.jpg');

답변 (1개)

Stalin Samuel
Stalin Samuel 2016년 3월 9일
f=imread('gee.jpg');
i=std2(f);

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by