필터 지우기
필터 지우기

smoothing an image with missing values

조회 수: 2 (최근 30일)
Hana Elenany
Hana Elenany 2016년 6월 20일
댓글: Hana Elenany 2016년 6월 21일
I want to use this function for smoothing and interpolation https://www.mathworks.com/matlabcentral/fileexchange/25634-fast--n-easy-smoothing
ROBUST smoothing Z = SMOOTHN(...,'robust') carries out a robust smoothing that minimizes the influence of outlying data.An iteration process is used with the 'ROBUST' option, or in the presence of weighted and/or missing values. Z = SMOOTHN(...,OPTIONS) smoothes with the termination parameters specified in the structure OPTIONS. OPTIONS is a structure of optional parameters that change the default smoothing properties. It must be last input argument.
The structure OPTIONS can contain the following fields: OPTIONS.TolZ: Termination tolerance on Z (default = 1e-3), OPTIONS.TolZ must be in ]0,1[ OPTIONS.MaxIter: Maximum number of iterations allowed (default = 100) OPTIONS.Initial: Initial value for the iterative process (default = original data, Y) OPTIONS.Weight: Weight function for robust smoothing:'bisquare' (default), 'talworth' or 'cauchy'
How can I use these structure options? How can I include them in the command line?

답변 (1개)

KSSV
KSSV 2016년 6월 21일
  댓글 수: 1
Hana Elenany
Hana Elenany 2016년 6월 21일
Thanks for your reply. I do not need another function, I need to know how to write the command line which enables me to use the structure options in the smoothn function

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

카테고리

Help CenterFile Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by