필터 지우기
필터 지우기

give me a description about the code below

조회 수: 1 (최근 30일)
Ashitha
Ashitha 2013년 7월 31일
function im_o = Add_noise( im, v )
seed = 0; randn( 'state', seed ); noise = randn( size(im) ); % noise = noise/sqrt(mean2(noise.^2)); im_o = double(im) + v*noise; function im_o = Add_noise( im, v )
  댓글 수: 1
dpb
dpb 2013년 7월 31일
I'd described it as poorly/not formatted.
What, specifically, is the question?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Support Vector Machine Regression에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by