Generating Gaussian Filter 2D Matrix

버전 1.1.0.0 (827 Bytes) 작성자: Duc Chung Tran
The function is used to generate Gaussian Filter 2D Matrix.
다운로드 수: 1.2K
업데이트 날짜: 2014/4/10

라이선스 보기

Function Inputs:
- Filter_size: size of filter
- sigma: standard deviation
Function Output:
- 2D Gaussian filter matrix
Example to plot filter matrix in 3D:
g1=Gaussian_filter(50,2);
g2=Gaussian_filter(50,7);
g3=Gaussian_filter(50,11);
figure(1);
subplot(1,3,1);surf(g1);title('filter size = 50, sigma = 2');
subplot(1,3,2);surf(g2);title('filter size = 50, sigma = 7');
subplot(1,3,3);surf(g3);title('filter size = 50, sigma = 11');

인용 양식

Duc Chung Tran (2025). Generating Gaussian Filter 2D Matrix (https://www.mathworks.com/matlabcentral/fileexchange/46189-generating-gaussian-filter-2d-matrix), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2013a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Filter Analysis에 대해 자세히 알아보기
도움

도움 준 파일: filt2 2D geospatial data filter

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Update my name in Copyright owner section

1.0.0.0