Kuwahara Filter Implementation
버전 1.0.0.0 (3.01 KB) 작성자:
Carlos Wang
Kuwahara filter implementation for coloured images.
The pseudo-code/java applet referred to for the implementation can be found here:
http://www.cse.ust.hk/learning_objects/imageprocessing/kuwahara/kuwahara.html
Code example:
I = imread('peppers.png');
I_f = kuwahara_filter(I);
imshow(I_f);
인용 양식
Carlos Wang (2026). Kuwahara Filter Implementation (https://kr.mathworks.com/matlabcentral/fileexchange/30132-kuwahara-filter-implementation), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2008b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
- Image Processing and Computer Vision > Computer Vision Toolbox > Recognition, Object Detection, and Semantic Segmentation > Image Category Classification >
Help Center 및 MATLAB Answers에서 Image Category Classification에 대해 자세히 알아보기
태그
| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.0.0.0 |
