이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
The implemented standard deviation filter is based on calculation two integral images and subsequent common calculation of the variance by:
var(X) = E[X^2] - (E[X])^2.
The advantage of this implementation is that the computation time is independent of the kernel size. In comparison to stdfilt from Image Processing Toolbox, whose computation time increases linearly, usage of the integral image method is beneficial for kernels bigger 15 pixels.
The disadvantage of integral based computation is that it doesn't allow easy changing of the kernel shape (triangle, cross, circle,...) and as a consequence only rectangular kernels are supported
인용 양식
Jan Motl (2026). Standard deviation filter (https://kr.mathworks.com/matlabcentral/fileexchange/41703-standard-deviation-filter), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
